diff options
| author | Clint Adams <clint@debian.org> | 2014-06-10 17:54:36 +0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2014-06-10 17:54:36 +0400 |
| commit | bdb8593b9d42d2bb5c676aeddc982f83db6f8c9c (patch) | |
| tree | dc1a38ceed0fb04fa744f25f524a3ef6584acb02 | |
| parent | b59034d0bdaf8b62bc2295b766df3834cc01327f (diff) | |
| download | DHG_packages-bdb8593b9d42d2bb5c676aeddc982f83db6f8c9c.tar.gz | |
haskell-monad-logger: staging conduit 1.1 transition
| -rw-r--r-- | p/haskell-monad-logger/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-monad-logger/debian/control | 18 |
2 files changed, 20 insertions, 4 deletions
diff --git a/p/haskell-monad-logger/debian/changelog b/p/haskell-monad-logger/debian/changelog index 020a601fe..639eabaeb 100644 --- a/p/haskell-monad-logger/debian/changelog +++ b/p/haskell-monad-logger/debian/changelog @@ -1,3 +1,9 @@ +haskell-monad-logger (0.3.6.1-1) unstable; urgency=medium + + * New upstream version. + + -- Clint Adams <clint@debian.org> Fri, 06 Jun 2014 09:51:34 -0400 + haskell-monad-logger (0.3.4.0-1) unstable; urgency=low [ Joachim Breitner ] diff --git a/p/haskell-monad-logger/debian/control b/p/haskell-monad-logger/debian/control index fbaffba77..cacfce9ae 100644 --- a/p/haskell-monad-logger/debian/control +++ b/p/haskell-monad-logger/debian/control @@ -8,10 +8,17 @@ Build-Depends: debhelper (>= 9) , cdbs , ghc , ghc-prof - , libghc-conduit-dev (>> 1.0) - , libghc-conduit-dev (<< 1.1) + , libghc-blaze-builder-dev + , libghc-blaze-builder-prof + , libghc-conduit-dev (>= 1.0) + , libghc-conduit-dev (<< 1.2) , libghc-conduit-prof - , libghc-fast-logger-dev (>> 2.0) + , libghc-conduit-extra-dev (>= 1.0) + , libghc-conduit-extra-dev (<< 1.2) + , libghc-conduit-extra-prof + , libghc-exceptions-dev + , libghc-exceptions-prof + , libghc-fast-logger-dev (>= 2.0) , libghc-fast-logger-dev (<< 2.2) , libghc-fast-logger-prof , libghc-lifted-base-dev @@ -23,7 +30,7 @@ Build-Depends: debhelper (>= 9) , libghc-mtl-dev , libghc-mtl-prof , libghc-resourcet-dev (>= 0.4) - , libghc-resourcet-dev (<< 0.5) + , libghc-resourcet-dev (<< 1.2) , libghc-resourcet-prof , ghc-ghci , libghc-stm-dev @@ -37,7 +44,10 @@ Build-Depends: debhelper (>= 9) , libghc-transformers-base-dev , libghc-transformers-base-prof Build-Depends-Indep: ghc-doc + , libghc-blaze-builder-doc , libghc-conduit-doc + , libghc-conduit-extra-doc + , libghc-exceptions-doc , libghc-fast-logger-doc , libghc-lifted-base-doc , libghc-monad-control-doc |
