summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-22 00:03:42 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-22 00:03:42 +0300
commit113b4769c87084316007a5f0e23d7e666458e152 (patch)
treea5b544fe497fb6feb3f3e5b49d14cd733760ebff
parent69c23c9142dcecf99af50541b26f09ab7414cc15 (diff)
downloadDHG_packages-113b4769c87084316007a5f0e23d7e666458e152.tar.gz
haskell-algebra: Do not depend on transformers, which now comes with GHC
-rw-r--r--p/haskell-algebra/debian/changelog1
-rw-r--r--p/haskell-algebra/debian/control75
2 files changed, 36 insertions, 40 deletions
diff --git a/p/haskell-algebra/debian/changelog b/p/haskell-algebra/debian/changelog
index 256a8fa8d..b458837fd 100644
--- a/p/haskell-algebra/debian/changelog
+++ b/p/haskell-algebra/debian/changelog
@@ -2,6 +2,7 @@ haskell-algebra (3.1-3) UNRELEASED; urgency=low
* Adjust watch file to new hackage layout
* Depend on haskell-devscripts 0.9, found in experimental
+ * Do not depend on transformers, which now comes with GHC
-- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:19:30 +0200
diff --git a/p/haskell-algebra/debian/control b/p/haskell-algebra/debian/control
index 9bb970e28..b9e856cab 100644
--- a/p/haskell-algebra/debian/control
+++ b/p/haskell-algebra/debian/control
@@ -3,48 +3,43 @@ Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iulian Udrea <iulian@linux.com>
-DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9),
- cdbs,
- haskell-devscripts (>= 0.9),
- ghc,
- ghc-prof,
- libghc-distributive-dev (>= 0.2.2),
- libghc-distributive-prof,
- libghc-transformers-dev (>= 0.2),
- libghc-transformers-dev (<< 0.4),
- libghc-transformers-prof,
- libghc-tagged-dev (>= 0.4.2),
- libghc-tagged-prof,
- libghc-categories-dev (>= 1.0),
- libghc-categories-prof,
- libghc-keys-dev (>= 3.0),
- libghc-keys-prof,
- libghc-mtl-dev (>= 2.0.1),
- libghc-mtl-dev (<< 2.2),
- libghc-mtl-prof,
- libghc-semigroups-dev (>= 0.8.3.1),
- libghc-semigroups-prof,
- libghc-semigroupoids-dev (>= 3.0),
- libghc-semigroupoids-prof,
- libghc-representable-functors-dev (>= 3.0),
- libghc-representable-functors-prof,
- libghc-representable-tries-dev (>= 3.0),
- libghc-representable-tries-prof,
- libghc-void-dev (>= 0.5.5.1),
- libghc-void-prof
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ libghc-adjunctions-dev (>= 4),
+ libghc-adjunctions-dev (<< 5),
+ libghc-adjunctions-prof,
+ libghc-distributive-dev (>= 0.2.2),
+ libghc-distributive-dev (<< 1),
+ libghc-distributive-prof,
+ libghc-tagged-dev (>= 0.4.2),
+ libghc-tagged-prof,
+ libghc-mtl-dev (>= 2.0.1),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+ libghc-nats-dev (>= 0.1),
+ libghc-nats-dev (<< 2),
+ libghc-nats-prof,
+ libghc-semigroups-dev (>= 0.9),
+ libghc-semigroups-dev (<< 1),
+ libghc-semigroups-prof,
+ libghc-semigroupoids-dev (>= 4),
+ libghc-semigroupoids-dev (<< 5),
+ libghc-semigroupoids-prof,
+ libghc-void-dev (>= 0.5.5.1),
+ libghc-void-dev (<< 1),
+ libghc-void-prof
Build-Depends-Indep: ghc-doc,
- libghc-distributive-doc,
- libghc-transformers-doc,
- libghc-tagged-doc,
- libghc-categories-doc,
- libghc-keys-doc,
- libghc-mtl-doc,
- libghc-semigroups-doc,
- libghc-semigroupoids-doc,
- libghc-representable-functors-doc,
- libghc-representable-tries-doc,
- libghc-void-doc
+ libghc-adjunctions-doc,
+ libghc-distributive-doc,
+ libghc-tagged-doc,
+ libghc-mtl-doc,
+ libghc-nats-doc,
+ libghc-semigroups-doc,
+ libghc-semigroupoids-doc,
+ libghc-void-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/algebra
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-algebra