~singpolyma/haskell-gnutls

f3c719ae440a76f0de582f75afbbc57290a7ff29 — Stephen Paul Weber 10 months ago 858bf6f 0.3
Update metadata for 0.3
1 files changed, 9 insertions(+), 8 deletions(-)

M gnutls.cabal
M gnutls.cabal => gnutls.cabal +9 -8
@@ 1,15 1,15 @@
name: gnutls
version: 0.2
version: 0.3
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
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