[Pkg-haskell-commits] darcs: haskell-adjunctions: Fix control file
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 13:25:56 UTC 2014
Sun Dec 21 20:44:00 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix control file
M ./control -38 +38
Sun Dec 21 20:44:00 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix control file
diff -rN -u old-haskell-adjunctions/control new-haskell-adjunctions/control
--- old-haskell-adjunctions/control 2014-12-22 13:25:56.721784671 +0000
+++ new-haskell-adjunctions/control 2014-12-22 13:25:56.721784671 +0000
@@ -7,47 +7,47 @@
, cdbs
, haskell-devscripts (>= 0.9)
, ghc
- , ghc-prof,
- libghc-comonad-dev (>= 4),
- libghc-comonad-dev (<< 5),
- libghc-comonad-prof,
- libghc-contravariant-dev (>= 0.4.1),
- libghc-contravariant-dev (<< 1),
- libghc-contravariant-prof,
- libghc-distributive-dev (>= 0.4),
- libghc-distributive-dev (<< 1),
- libghc-distributive-prof
+ , ghc-prof
+ , libghc-comonad-dev (>= 4)
+ , libghc-comonad-dev (<< 5)
+ , libghc-comonad-prof
+ , libghc-contravariant-dev (>= 0.4.1)
+ , libghc-contravariant-dev (<< 1)
+ , libghc-contravariant-prof
+ , libghc-distributive-dev (>= 0.4)
+ , libghc-distributive-dev (<< 1)
+ , libghc-distributive-prof
, libghc-mtl-dev (>= 2.0.1)
- , libghc-mtl-dev (<< 2.3),
+ , libghc-mtl-dev (<< 2.3)
, libghc-mtl-prof
, libghc-profunctors-dev (>= 4)
- , libghc-profunctors-dev (<< 5),
- , libghc-profunctors-prof,
- libghc-semigroupoids-dev (>= 4),
- libghc-semigroupoids-dev (<< 5),
- libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.11),
- libghc-semigroups-dev (<< 1),
- libghc-semigroups-prof,
- libghc-tagged-dev (>= 0.7),
- libghc-tagged-dev (<< 1),
- libghc-tagged-prof
- libghc-void-dev (>= 0.5.5.1),
- libghc-void-dev (<< 1),
- libghc-void-prof,
- libghc-free-dev (>= 4),
- libghc-free-dev (<< 5),
- libghc-free-prof
-Build-Depends-Indep: ghc-doc,
- libghc-comonad-doc,
- libghc-contravariant-doc,
- libghc-distributive-doc,
- libghc-mtl-doc,
- libghc-semigroupoids-doc,
- libghc-semigroups-doc,
- libghc-tagged-doc,
- libghc-void-doc,
- libghc-free-doc
+ , libghc-profunctors-dev (<< 5)
+ , libghc-profunctors-prof
+ , libghc-semigroupoids-dev (>= 4)
+ , libghc-semigroupoids-dev (<< 5)
+ , libghc-semigroupoids-prof
+ , libghc-semigroups-dev (>= 0.11)
+ , libghc-semigroups-dev (<< 1)
+ , libghc-semigroups-prof
+ , libghc-tagged-dev (>= 0.7)
+ , libghc-tagged-dev (<< 1)
+ , libghc-tagged-prof
+ , libghc-void-dev (>= 0.5.5.1)
+ , libghc-void-dev (<< 1)
+ , libghc-void-prof
+ , libghc-free-dev (>= 4)
+ , libghc-free-dev (<< 5)
+ , libghc-free-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-comonad-doc
+ , libghc-contravariant-doc
+ , libghc-distributive-doc
+ , libghc-mtl-doc
+ , libghc-semigroupoids-doc
+ , libghc-semigroups-doc
+ , libghc-tagged-doc
+ , libghc-void-doc
+ , libghc-free-doc
, libghc-profunctors-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/adjunctions
More information about the Pkg-haskell-commits
mailing list