[Pkg-haskell-commits] darcs: haskell-data-accessor-mtl: Set dependencies
Joachim Breitner
mail at joachim-breitner.de
Thu Oct 13 19:30:00 UTC 2011
Thu Oct 13 19:28:48 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Set dependencies
Ignore-this: 8de0a7587ea93be64263988c30b74a4a
M ./control -9 +8
Thu Oct 13 19:28:48 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Set dependencies
Ignore-this: 8de0a7587ea93be64263988c30b74a4a
diff -rN -u old-haskell-data-accessor-mtl//control new-haskell-data-accessor-mtl//control
--- old-haskell-data-accessor-mtl//control 2011-10-13 19:29:59.959346401 +0000
+++ new-haskell-data-accessor-mtl//control 2011-10-13 19:29:59.959346401 +0000
@@ -8,15 +8,15 @@
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
-# Make sure all dependencies listed in the cabal file are represented here,
-# including their version bounds. It is sufficient to add the bounds to the
-# -dev package only.
- , libghc-bar-dev (>= 0.1)
- , libghc-bar-dev (<< 0.2)
- , libghc-bar-prof
- , libdata-accessor-mtl-dev
+ , libghc-data-accessor-dev (>= 0.2)
+ , libghc-data-accessor-dev (<< 0.4)
+ , libghc-data-accessor-prof
+ , libghc-mtl-dev (>= 1.0)
+ , libghc-mtl-dev (<< 2.1)
+ , libghc-mtl-prof
Build-Depends-Indep: ghc-doc
- , libghc-bar-doc
+ , libghc-data-accessor-doc
+ , libghc-mtl-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/data-accessor-mtl
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor-mtl
@@ -27,7 +27,6 @@
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
- , libdata-accessor-mtl-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
More information about the Pkg-haskell-commits
mailing list