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-github | |
| parent | 9fa2cdb713769ca89053c21e8700c29bb4bbb005 (diff) | |
| download | DHG_packages-14f25aa999a39fc86ff594160c1c50e88df683fa.tar.gz | |
Run cabal-debian on (some) packages
Diffstat (limited to 'p/haskell-github')
| -rw-r--r-- | p/haskell-github/debian/control | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control index 0aa835b87..06815a275 100644 --- a/p/haskell-github/debian/control +++ b/p/haskell-github/debian/control @@ -4,10 +4,12 @@ Uploaders: James McCoy <jamessan@debian.org> Priority: extra Section: haskell Build-Depends: debhelper (>= 9), - cdbs, haskell-devscripts (>= 0.9), + cdbs, ghc, ghc-prof, + libghc-http-dev, + libghc-http-prof, libghc-aeson-dev (>= 0.6.1.0), libghc-aeson-prof, libghc-attoparsec-dev (>= 0.10.3.0), @@ -18,45 +20,49 @@ Build-Depends: debhelper (>= 9), libghc-byteable-prof, libghc-case-insensitive-dev (>= 0.4.0.4), libghc-case-insensitive-prof, + libghc-conduit-dev, + libghc-conduit-prof, libghc-cryptohash-dev (>= 0.11), libghc-cryptohash-prof, libghc-data-default-dev, libghc-data-default-prof, libghc-failure-dev, libghc-failure-prof, + libghc-hashable-dev, + libghc-hashable-prof, libghc-http-conduit-dev (>= 1.8), libghc-http-conduit-prof, - libghc-http-dev, - libghc-http-prof, libghc-http-types-dev, libghc-http-types-prof, libghc-network-dev, libghc-network-prof, libghc-text-dev, libghc-text-prof, - libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-dev (>= 0.2), + libghc-unordered-containers-dev (<< 0.3), libghc-unordered-containers-prof, libghc-vector-dev, libghc-vector-prof, Build-Depends-Indep: ghc-doc, + libghc-http-doc, libghc-aeson-doc, libghc-attoparsec-doc, libghc-base16-bytestring-doc, libghc-byteable-doc, libghc-case-insensitive-doc, + libghc-conduit-doc, libghc-cryptohash-doc, libghc-data-default-doc, libghc-failure-doc, + libghc-hashable-doc, libghc-http-conduit-doc, - libghc-http-doc, libghc-http-types-doc, libghc-network-doc, libghc-text-doc, libghc-unordered-containers-doc, libghc-vector-doc, Standards-Version: 3.9.4 -Homepage: http://hackage.haskell.org/package/github +Homepage: https://github.com/jwiegley/github Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-github Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-github |
