Update metadata for 0.3
This commit is contained in:
parent
858bf6fe98
commit
f3c719ae44
1 changed files with 9 additions and 8 deletions
17
gnutls.cabal
17
gnutls.cabal
|
@ -1,15 +1,15 @@
|
||||||
name: gnutls
|
name: gnutls
|
||||||
version: 0.2
|
version: 0.3
|
||||||
license: GPL-3
|
license: GPL-3
|
||||||
license-file: license.txt
|
license-file: license.txt
|
||||||
author: John Millikin <jmillikin@gmail.com>
|
author: John Millikin <jmillikin@gmail.com>
|
||||||
maintainer: John Millikin <jmillikin@gmail.com>
|
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.10
|
||||||
category: Network
|
category: Network
|
||||||
stability: experimental
|
stability: experimental
|
||||||
homepage: https://john-millikin.com/software/haskell-gnutls/
|
homepage: https://git.singpolyma.net/haskell-gnutls
|
||||||
bug-reports: mailto:jmillikin@gmail.com
|
bug-reports: mailto:dev@singpolyma.net
|
||||||
|
|
||||||
synopsis: Bindings for GNU libgnutls
|
synopsis: Bindings for GNU libgnutls
|
||||||
description:
|
description:
|
||||||
|
@ -21,14 +21,15 @@ description:
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://john-millikin.com/code/haskell-gnutls/
|
location: https://git.singpolyma.net/haskell-gnutls
|
||||||
|
|
||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://john-millikin.com/code/haskell-gnutls/
|
location: https://git.singpolyma.net/haskell-gnutls
|
||||||
tag: haskell-gnutls_0.2
|
tag: 0.3
|
||||||
|
|
||||||
library
|
library
|
||||||
|
default-language: Haskell2010
|
||||||
hs-source-dirs: lib
|
hs-source-dirs: lib
|
||||||
ghc-options: -Wall -Wno-tabs -O2
|
ghc-options: -Wall -Wno-tabs -O2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue