~singpolyma/haskell-gnutls

c36fdda7d85bc9fc8cd5cb07c524d1e7339311d1 — John Millikin 12 years ago f0f4eef
Clean up the Cabal file, and move library source to lib/.
4 files changed, 17 insertions(+), 5 deletions(-)

M gnutls.cabal
R Network/Protocol/TLS/GNU.hs => lib/Network/Protocol/TLS/GNU.hs
R Network/Protocol/TLS/GNU/ErrorT.hs => lib/Network/Protocol/TLS/GNU/ErrorT.hs
R Network/Protocol/TLS/GNU/Foreign.hs => lib/Network/Protocol/TLS/GNU/Foreign.hs
M gnutls.cabal => gnutls.cabal +17 -5
@@ 1,15 1,17 @@
name: gnutls
version: 0.1.0.1
stability: experimental
synopsis: Bindings for GNU TLS
license: GPL-3
license-file: license.txt
author: John Millikin
maintainer: jmillikin@gmail.com
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >=1.6
category: Network
stability: experimental
homepage: https://john-millikin.com/software/haskell-gnutls/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Bindings for GNU TLS
description:
  You almost certainly don't want to depend on this release.
  .


@@ 17,8 19,18 @@ description:
  TLS support in some of my other libraries. More complete bindings for GNU TLS
  will be released at a later date.

source-repository head
  type: bazaar
  location: https://john-millikin.com/branches/haskell-gnutls/0.1/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/haskell-gnutls/0.1/
  tag: anansi_0.1.0.1

library
  ghc-options: -Wall
  hs-source-dirs: lib
  ghc-options: -Wall -O2

  build-depends:
      base >=3 && < 5

R Network/Protocol/TLS/GNU.hs => lib/Network/Protocol/TLS/GNU.hs +0 -0
R Network/Protocol/TLS/GNU/ErrorT.hs => lib/Network/Protocol/TLS/GNU/ErrorT.hs +0 -0
R Network/Protocol/TLS/GNU/Foreign.hs => lib/Network/Protocol/TLS/GNU/Foreign.hs +0 -0