[Pkg-haskell-commits] darcs: haskell-aws: Fix build-depends
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 13:29:13 UTC 2014
Mon Dec 22 11:59:57 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build-depends
M ./control +12
Mon Dec 22 11:59:57 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix build-depends
diff -rN -u old-haskell-aws/control new-haskell-aws/control
--- old-haskell-aws/control 2014-12-22 13:29:13.045893068 +0000
+++ new-haskell-aws/control 2014-12-22 13:29:13.045893068 +0000
@@ -61,6 +61,15 @@
, libghc-resourcet-dev (>= 1.1)
, libghc-resourcet-dev (<< 1.2)
, libghc-resourcet-prof
+ , libghc-safe-dev (>= 0.3)
+ , libghc-safe-dev (<< 0.4)
+ , libghc-safe-prof
+ , libghc-scientific-dev (>= 0.3)
+ , libghc-scientific-prof
+ , libghc-tagged-dev (>= 0.7)
+ , libghc-tagged-dev (<< 0.8)
+ , libghc-tagged-prof
+ , libghc-safe-prof
, libghc-text-dev (>= 0.11)
, libghc-text-prof
, libghc-unordered-containers-dev (>= 0.2)
@@ -91,6 +100,9 @@
, libghc-mtl-doc
, libghc-network-doc
, libghc-resourcet-doc
+ , libghc-safe-doc
+ , libghc-scientific-prof
+ , libghc-tagged-prof
, libghc-text-doc
, libghc-unordered-containers-doc
, libghc-utf8-string-doc
More information about the Pkg-haskell-commits
mailing list