2010-04-26 12:59:24 -04:00
|
|
|
name: gnutls
|
2012-06-14 21:13:41 -04:00
|
|
|
version: 0.1.3
|
2010-04-26 12:59:24 -04:00
|
|
|
license: GPL-3
|
|
|
|
license-file: license.txt
|
2012-02-23 21:30:29 -05:00
|
|
|
author: John Millikin <jmillikin@gmail.com>
|
|
|
|
maintainer: John Millikin <jmillikin@gmail.com>
|
2010-04-26 12:59:24 -04:00
|
|
|
build-type: Simple
|
2012-05-13 17:28:58 -04:00
|
|
|
cabal-version: >= 1.6
|
2010-04-26 12:59:24 -04:00
|
|
|
category: Network
|
2012-02-23 21:30:29 -05:00
|
|
|
stability: experimental
|
|
|
|
homepage: https://john-millikin.com/software/haskell-gnutls/
|
|
|
|
bug-reports: mailto:jmillikin@gmail.com
|
2010-04-26 12:59:24 -04:00
|
|
|
|
2012-05-13 17:28:58 -04:00
|
|
|
synopsis: Bindings for GNU libgnutls
|
2010-04-26 12:59:24 -04:00
|
|
|
description:
|
|
|
|
You almost certainly don't want to depend on this release.
|
|
|
|
.
|
|
|
|
This is a pre-alpha, almost useless release; its only purpose is to enable
|
|
|
|
TLS support in some of my other libraries. More complete bindings for GNU TLS
|
|
|
|
will be released at a later date.
|
|
|
|
|
2012-02-23 21:30:29 -05:00
|
|
|
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/
|
2012-06-14 21:13:41 -04:00
|
|
|
tag: haskell-gnutls_0.1.3
|
2012-02-23 21:30:29 -05:00
|
|
|
|
2010-04-26 12:59:24 -04:00
|
|
|
library
|
2012-02-23 21:30:29 -05:00
|
|
|
hs-source-dirs: lib
|
|
|
|
ghc-options: -Wall -O2
|
2010-04-26 12:59:24 -04:00
|
|
|
|
|
|
|
build-depends:
|
2012-05-13 17:28:58 -04:00
|
|
|
base >= 4.0 && < 5.0
|
2010-04-26 12:59:24 -04:00
|
|
|
, bytestring >= 0.9 && < 0.10
|
2012-05-13 17:28:58 -04:00
|
|
|
, transformers >= 0.2
|
2010-04-26 12:59:24 -04:00
|
|
|
, monads-tf >= 0.1 && < 0.2
|
|
|
|
|
2012-06-14 21:13:41 -04:00
|
|
|
extra-libraries: gnutls
|
|
|
|
pkgconfig-depends: gnutls
|
2010-04-26 12:59:24 -04:00
|
|
|
|
|
|
|
exposed-modules:
|
|
|
|
Network.Protocol.TLS.GNU
|
|
|
|
|
|
|
|
other-modules:
|
|
|
|
Network.Protocol.TLS.GNU.ErrorT
|
2012-05-13 17:28:58 -04:00
|
|
|
Network.Protocol.TLS.GNU.Foreign
|