[Pkg-haskell-commits] darcs: 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.

Joachim Breitner mail at joachim-breitner.de
Mon Sep 5 14:16:48 UTC 2011


Mon Sep  5 14:12:31 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * 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.
  Ignore-this: 53c85ee111672daba4ff849a48e1e342

    M ./changelog +7
    M ./control -22 +22

Mon Sep  5 14:12:31 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * 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.
  Ignore-this: 53c85ee111672daba4ff849a48e1e342
diff -rN -u old-haskell-persistent//changelog new-haskell-persistent//changelog
--- old-haskell-persistent//changelog	2011-09-05 14:16:48.649938466 +0000
+++ new-haskell-persistent//changelog	2011-09-05 14:16:48.654358009 +0000
@@ -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 at debian.org>  Mon, 05 Sep 2011 16:11:45 +0200
+
 haskell-persistent (0.5.1-1) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-persistent//control new-haskell-persistent//control
--- old-haskell-persistent//control	2011-09-05 14:16:48.628586591 +0000
+++ new-haskell-persistent//control	2011-09-05 14:16:48.649938466 +0000
@@ -8,35 +8,35 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , libghc-enumerator-dev
-  , libghc-enumerator-prof
-  , libghc-hamlet-dev
-  , libghc-hamlet-prof
-  , libghc-neither-dev
-  , libghc-neither-prof
-  , libghc-parsec3-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-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-enumerator-doc
-  , libghc-hamlet-doc
-  , libghc-neither-doc
-  , libghc-monad-control-doc
+  , libghc-transformers-doc
+  , libghc-enumerator-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





More information about the Pkg-haskell-commits mailing list