[Pkg-haskell-commits] darcs: haskell-heist: Fix Build-Depends

Joachim Breitner mail at joachim-breitner.de
Wed Jul 1 11:10:07 UTC 2015


Wed Jul  1 11:04:45 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends

    M ./changelog +6
    M ./control -4 +4
    A ./patches/
    A ./patches/extend-dependency-range
    A ./patches/series

Wed Jul  1 11:04:45 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-Depends
diff -rN -u old-haskell-heist/changelog new-haskell-heist/changelog
--- old-haskell-heist/changelog	2015-07-01 11:10:07.729039413 +0000
+++ new-haskell-heist/changelog	2015-07-01 11:10:07.741039428 +0000
@@ -1,3 +1,9 @@
+haskell-heist (0.14.1-2) UNRELEASED; urgency=medium
+
+  * Fix Build-Depends
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jul 2015 13:00:01 +0200
+
 haskell-heist (0.14.1-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-heist/control new-haskell-heist/control
--- old-haskell-heist/control	2015-07-01 11:10:07.729039413 +0000
+++ new-haskell-heist/control	2015-07-01 11:10:07.733039418 +0000
@@ -12,13 +12,13 @@
   , libghc-aeson-dev (<< 0.9)
   , libghc-aeson-prof
   , libghc-attoparsec-dev (>> 0.10)
-  , libghc-attoparsec-dev (<< 0.13)
+  , libghc-attoparsec-dev (<< 0.14)
   , libghc-attoparsec-prof
   , libghc-blaze-builder-dev (>> 0.2)
-  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-blaze-builder-dev (<< 0.5)
   , libghc-blaze-builder-prof
   , libghc-blaze-html-dev (>> 0.4)
-  , libghc-blaze-html-dev (<< 0.8)
+  , libghc-blaze-html-dev (<< 0.9)
   , libghc-blaze-html-prof
   , libghc-directory-tree-dev (>> 0.10)
   , libghc-directory-tree-dev (<< 0.13)
@@ -33,7 +33,7 @@
   , libghc-hashable-dev (<< 1.3)
   , libghc-hashable-prof
   , libghc-monadcatchio-transformers-dev (>> 0.2.1)
-  , libghc-monadcatchio-transformers-dev (<< 0.5)
+  , libghc-monadcatchio-transformers-dev (<< 0.4)
   , libghc-monadcatchio-transformers-prof
   , libghc-map-syntax-dev (>= 0.2)
   , libghc-map-syntax-dev (<< 0.3)
diff -rN -u old-haskell-heist/patches/extend-dependency-range new-haskell-heist/patches/extend-dependency-range
--- old-haskell-heist/patches/extend-dependency-range	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-heist/patches/extend-dependency-range	2015-07-01 11:10:07.737039423 +0000
@@ -0,0 +1,18 @@
+Index: heist-0.14.1/heist.cabal
+===================================================================
+--- heist-0.14.1.orig/heist.cabal	2015-07-01 13:03:59.847529791 +0200
++++ heist-0.14.1/heist.cabal	2015-07-01 13:04:33.444247020 +0200
+@@ -141,10 +141,10 @@
+   build-depends:
+     MonadCatchIO-transformers  >= 0.2.1   && < 0.4,
+     aeson                      >= 0.6     && < 0.9,
+-    attoparsec                 >= 0.10    && < 0.13,
++    attoparsec                 >= 0.10    && < 0.14,
+     base                       >= 4       && < 5,
+-    blaze-builder              >= 0.2     && < 0.4,
+-    blaze-html                 >= 0.4     && < 0.8,
++    blaze-builder              >= 0.2     && < 0.5,
++    blaze-html                 >= 0.4     && < 0.9,
+     bytestring                 >= 0.9     && < 0.11,
+     containers                 >= 0.2     && < 0.6,
+     directory                  >= 1.1     && < 1.3,
diff -rN -u old-haskell-heist/patches/series new-haskell-heist/patches/series
--- old-haskell-heist/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-heist/patches/series	2015-07-01 11:10:07.737039423 +0000
@@ -0,0 +1 @@
+extend-dependency-range




More information about the Pkg-haskell-commits mailing list