haskell-gnutls/gnutls.cabal

50 lines
1.2 KiB
Text
Raw Normal View History

2010-04-26 12:59:24 -04:00
name: gnutls
2024-01-22 11:29:01 -05:00
version: 0.3
2010-04-26 12:59:24 -04:00
license: GPL-3
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
2024-01-22 11:29:01 -05:00
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
2010-04-26 12:59:24 -04:00
build-type: Simple
2024-01-22 11:29:01 -05:00
cabal-version: >= 1.10
2010-04-26 12:59:24 -04:00
category: Network
stability: experimental
2024-01-22 11:29:01 -05:00
homepage: https://git.singpolyma.net/haskell-gnutls
bug-reports: mailto:dev@singpolyma.net
2010-04-26 12:59:24 -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.
source-repository head
2013-09-07 15:31:23 -04:00
type: git
2024-01-22 11:29:01 -05:00
location: https://git.singpolyma.net/haskell-gnutls
source-repository this
2013-09-07 15:31:23 -04:00
type: git
2024-01-22 11:29:01 -05:00
location: https://git.singpolyma.net/haskell-gnutls
tag: 0.3
2010-04-26 12:59:24 -04:00
library
2024-01-22 11:29:01 -05:00
default-language: Haskell2010
hs-source-dirs: lib
2021-02-13 20:06:48 -05:00
ghc-options: -Wall -Wno-tabs -O2
2010-04-26 12:59:24 -04:00
build-depends:
base >= 4.0 && < 5.0
, bytestring >= 0.9
, transformers >= 0.4.0.0
, unexceptionalio-trans
2010-04-26 12:59:24 -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.Foreign