[Pkg-haskell-commits] darcs: haskell-mtl-compat: Fix build-deps syntax
Joachim Breitner
mail at joachim-breitner.de
Wed Apr 29 14:41:20 UTC 2015
Wed Apr 29 14:17:46 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Fix build-deps syntax
M ./control -4 +4
Wed Apr 29 14:17:46 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Fix build-deps syntax
diff -rN -u old-haskell-mtl-compat/control new-haskell-mtl-compat/control
--- old-haskell-mtl-compat/control 2015-04-29 14:41:20.358444275 +0000
+++ new-haskell-mtl-compat/control 2015-04-29 14:41:20.362444277 +0000
@@ -11,12 +11,12 @@
libghc-mtl-dev (>= 2.0.1),
libghc-mtl-dev (<< 2.2),
libghc-mtl-prof,
- libghc-transformers-compat-dev (>= 0.4)
- libghc-transformers-compat-dev (<< 0.5)
- libghc-transformers-compat-prof
+ libghc-transformers-compat-dev (>= 0.4),
+ libghc-transformers-compat-dev (<< 0.5),
+ libghc-transformers-compat-prof,
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
- libghc-transformers-compat-doc
+ libghc-transformers-compat-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/haskell-compat/mtl-compat
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mtl-compat
More information about the Pkg-haskell-commits
mailing list