summaryrefslogtreecommitdiff
path: root/p/haskell-persistent
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-09-05 18:12:31 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-09-05 18:12:31 +0400
commitd49ecf3930f10130ad1232842eefed43b6a328a6 (patch)
treef4565ff5b88658dcd1d68a5c303492feeec357c1 /p/haskell-persistent
parent1b15427e52afc2488c9071aacf947e693fac0886 (diff)
downloadDHG_packages-d49ecf3930f10130ad1232842eefed43b6a328a6.tar.gz
haskell-persistent: Re-do build-depends to reflect dependencies according to the .cabal file, which have changed considerably from 0.3.1.3 to 0.5.1.
Diffstat (limited to 'p/haskell-persistent')
-rw-r--r--p/haskell-persistent/debian/changelog7
-rw-r--r--p/haskell-persistent/debian/control40
2 files changed, 27 insertions, 20 deletions
diff --git a/p/haskell-persistent/debian/changelog b/p/haskell-persistent/debian/changelog
index 9842aa276..5143efdea 100644
--- a/p/haskell-persistent/debian/changelog
+++ b/p/haskell-persistent/debian/changelog
@@ -1,3 +1,10 @@
+haskell-persistent (0.5.1-2) UNRELEASED; urgency=low
+
+ * Re-do build-depends to reflect dependencies according to the .cabal file,
+ which have changed considerably from 0.3.1.3 to 0.5.1.
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 05 Sep 2011 16:11:45 +0200
+
haskell-persistent (0.5.1-1) unstable; urgency=low
[ Joachim Breitner ]
diff --git a/p/haskell-persistent/debian/control b/p/haskell-persistent/debian/control
index 9cce4ad2d..71fbbba0b 100644
--- a/p/haskell-persistent/debian/control
+++ b/p/haskell-persistent/debian/control
@@ -8,35 +8,35 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-enumerator-dev
+ , libghc-transformers-dev (>= 0.2.1)
+ , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-prof
+ , libghc-enumerator-dev (>= 0.4.9)
+ , libghc-enumerator-dev (<< 0.5)
, libghc-enumerator-prof
- , libghc-hamlet-dev
- , libghc-hamlet-prof
- , libghc-neither-dev
- , libghc-neither-prof
- , libghc-parsec3-dev
+ , libghc-text-dev (>= 0.8)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+ , libghc-parsec3-dev (>= 2.1)
+ , libghc-parsec3-dev (<< 4)
+ , libghc-parsec3-prof
+ , libghc-monad-control-dev (>= 0.2)
, libghc-monad-control-dev (<< 0.3)
, libghc-monad-control-prof
- , libghc-parsec3-dev
- , libghc-parsec3-prof
+ , libghc-pool-dev (>= 0.1)
, libghc-pool-dev (<< 0.2)
, libghc-pool-prof
- , libghc-stm-dev
- , libghc-stm-prof
- , libghc-text-dev
- , libghc-text-prof
- , libghc-web-routes-quasi-dev
- , libghc-web-routes-quasi-prof
+ , libghc-blaze-html-dev (>= 0.4)
+ , libghc-blaze-html-dev (<< 0.5)
+ , libghc-blaze-html-prof
Build-Depends-Indep: ghc-doc
+ , libghc-transformers-doc
, libghc-enumerator-doc
- , libghc-hamlet-doc
- , libghc-neither-doc
- , libghc-monad-control-doc
+ , libghc-text-doc
, libghc-parsec3-doc
+ , libghc-monad-control-doc
, libghc-pool-doc
- , libghc-stm-doc
- , libghc-text-doc
- , libghc-web-routes-quasi-doc
+ , libghc-blaze-html-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/persistent
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-persistent