diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 21:32:59 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-12 22:15:07 +0200 |
commit | 14f25aa999a39fc86ff594160c1c50e88df683fa (patch) | |
tree | d025717f1d114c68a3545b2a16b11270c1e344ff /p/haskell-network-conduit-tls | |
parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-network-conduit-tls')
-rw-r--r-- | p/haskell-network-conduit-tls/debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/p/haskell-network-conduit-tls/debian/control b/p/haskell-network-conduit-tls/debian/control index c1289d15e..e1d2ed853 100644 --- a/p/haskell-network-conduit-tls/debian/control +++ b/p/haskell-network-conduit-tls/debian/control @@ -4,8 +4,8 @@ Uploaders: Christopher Reichert <creichert07@gmail.com> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, libghc-conduit-dev (>= 1.1), @@ -18,19 +18,22 @@ Build-Depends: debhelper (>= 9), libghc-cprng-aes-prof, libghc-data-default-dev, libghc-data-default-prof, - libghc-hunit-dev, libghc-monad-control-dev, libghc-monad-control-prof, libghc-network-dev, libghc-network-prof, libghc-streaming-commons-dev, libghc-streaming-commons-prof, - libghc-system-filepath-dev (>= 0.4), - libghc-system-filepath-prof, libghc-system-fileio-dev (>= 0.3), libghc-system-fileio-prof, + libghc-system-filepath-dev (>= 0.4), + libghc-system-filepath-prof, libghc-tls-dev (>= 1.2.15), libghc-tls-prof, + libghc-hunit-dev, + libghc-conduit-dev, + libghc-conduit-extra-dev, + libghc-mtl-dev, Build-Depends-Indep: ghc-doc, libghc-conduit-doc, libghc-conduit-extra-doc, @@ -40,12 +43,12 @@ Build-Depends-Indep: ghc-doc, libghc-monad-control-doc, libghc-network-doc, libghc-streaming-commons-doc, - libghc-system-filepath-doc, libghc-system-fileio-doc, + libghc-system-filepath-doc, libghc-tls-doc, Standards-Version: 3.9.6 -Homepage: http://hackage.haskell.org/package/network-conduit-tls -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-condiut-tls +Homepage: https://github.com/snoyberg/conduit +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-conduit-tls Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network-conduit-tls X-Description: Create TLS-aware network code with conduits Uses the tls package for a pure-Haskell implementation. |