diff options
| author | James McCoy <jamessan@debian.org> | 2015-06-28 20:07:05 +0300 |
|---|---|---|
| committer | James McCoy <jamessan@debian.org> | 2015-06-28 20:07:05 +0300 |
| commit | e30e61ffc99de3f6402668a56b7a667ae5924f36 (patch) | |
| tree | 80ddf935de13d94e625b2bcb09916425d21b0521 /p | |
| parent | 335fc7f7a06f3d06073ededf70655d36ccdbc9ff (diff) | |
| download | DHG_packages-e30e61ffc99de3f6402668a56b7a667ae5924f36.tar.gz | |
haskell-github: Add new Build-Depends for cryptohash, byteable, and base16-bytestring libraries.
Diffstat (limited to 'p')
| -rw-r--r-- | p/haskell-github/debian/changelog | 2 | ||||
| -rw-r--r-- | p/haskell-github/debian/control | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/p/haskell-github/debian/changelog b/p/haskell-github/debian/changelog index ce96b2555..b6d675650 100644 --- a/p/haskell-github/debian/changelog +++ b/p/haskell-github/debian/changelog @@ -2,6 +2,8 @@ haskell-github (0.13.2-1) UNRELEASED; urgency=medium * New upstream release * Update d/copyright + * Add new Build-Depends for cryptohash, byteable, and base16-bytestring + libraries. -- James McCoy <jamessan@debian.org> Sat, 27 Jun 2015 20:48:06 -0400 diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control index ed30e31cd..ba71fa057 100644 --- a/p/haskell-github/debian/control +++ b/p/haskell-github/debian/control @@ -12,8 +12,14 @@ Build-Depends: debhelper (>= 9) , libghc-aeson-prof , libghc-attoparsec-dev (>= 0.10.3.0) , libghc-attoparsec-prof + , libghc-base16-bytestring-dev (>= 0.1.1.6) + , libghc-base16-bytestring-prof + , libghc-byteable-dev (>= 0.1.0) + , libghc-byteable-prof , libghc-case-insensitive-dev (>= 0.4.0.4) , libghc-case-insensitive-prof, + , libghc-cryptohash-dev (>= 0.11) + , libghc-cryptohash-prof , libghc-text-dev , libghc-text-prof , libghc-http-dev |
