From f3c719ae440a76f0de582f75afbbc57290a7ff29 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Mon, 22 Jan 2024 11:29:01 -0500 Subject: [PATCH] Update metadata for 0.3 --- gnutls.cabal | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gnutls.cabal b/gnutls.cabal index 529ab51..45120f7 100644 --- a/gnutls.cabal +++ b/gnutls.cabal @@ -1,15 +1,15 @@ name: gnutls -version: 0.2 +version: 0.3 license: GPL-3 license-file: license.txt author: John Millikin -maintainer: John Millikin +maintainer: Stephen Paul Weber build-type: Simple -cabal-version: >= 1.6 +cabal-version: >= 1.10 category: Network stability: experimental -homepage: https://john-millikin.com/software/haskell-gnutls/ -bug-reports: mailto:jmillikin@gmail.com +homepage: https://git.singpolyma.net/haskell-gnutls +bug-reports: mailto:dev@singpolyma.net synopsis: Bindings for GNU libgnutls description: @@ -21,14 +21,15 @@ description: source-repository head type: git - location: https://john-millikin.com/code/haskell-gnutls/ + location: https://git.singpolyma.net/haskell-gnutls source-repository this type: git - location: https://john-millikin.com/code/haskell-gnutls/ - tag: haskell-gnutls_0.2 + location: https://git.singpolyma.net/haskell-gnutls + tag: 0.3 library + default-language: Haskell2010 hs-source-dirs: lib ghc-options: -Wall -Wno-tabs -O2 -- 2.45.2