[Pkg-haskell-commits] darcs: haskell-heist: New upstream release

Joachim Breitner mail at joachim-breitner.de
Mon Jun 29 20:23:24 UTC 2015


Mon Jun 29 09:20:23 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release

    M ./changelog +6
    R ./patches/relax-dependencies
    R ./patches/series
    R ./patches/
    M ./control +4

Mon Jun 29 09:20:23 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
diff -rN -u old-haskell-heist/changelog new-haskell-heist/changelog
--- old-haskell-heist/changelog	2015-06-29 20:23:23.921973540 +0000
+++ new-haskell-heist/changelog	2015-06-29 20:23:23.925973538 +0000
@@ -1,3 +1,9 @@
+haskell-heist (0.14.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 29 Jun 2015 11:19:24 +0200
+
 haskell-heist (0.13.1.2-3) unstable; urgency=medium
 
   * Patch to allow newer dependencies 
diff -rN -u old-haskell-heist/control new-haskell-heist/control
--- old-haskell-heist/control	2015-06-29 20:23:23.921973540 +0000
+++ new-haskell-heist/control	2015-06-29 20:23:23.921973540 +0000
@@ -35,6 +35,9 @@
   , libghc-monadcatchio-transformers-dev (>> 0.2.1)
   , libghc-monadcatchio-transformers-dev (<< 0.5)
   , libghc-monadcatchio-transformers-prof
+  , libghc-map-syntax-dev (>= 0.2)
+  , libghc-map-syntax-dev (<< 0.3)
+  , libghc-map-syntax-prof
   , libghc-mtl-dev (>> 2.0)
   , libghc-mtl-dev (<< 2.3)
   , libghc-mtl-prof
@@ -63,6 +66,7 @@
   , libghc-errors-doc
   , libghc-hashable-doc
   , libghc-monadcatchio-transformers-doc
+  , libghc-map-syntax-doc
   , libghc-mtl-doc
   , libghc-random-doc
   , libghc-text-doc
diff -rN -u old-haskell-heist/patches/relax-dependencies new-haskell-heist/patches/relax-dependencies
--- old-haskell-heist/patches/relax-dependencies	2015-06-29 20:23:23.921973540 +0000
+++ new-haskell-heist/patches/relax-dependencies	1970-01-01 00:00:00.000000000 +0000
@@ -1,30 +0,0 @@
-Index: heist-0.13.1.2/heist.cabal
-===================================================================
---- heist-0.13.1.2.orig/heist.cabal	2015-04-29 16:36:28.390720451 +0200
-+++ heist-0.13.1.2/heist.cabal	2015-04-29 16:36:35.666858245 +0200
-@@ -139,7 +139,7 @@
- 
-   build-depends:
-     MonadCatchIO-transformers  >= 0.2.1   && < 0.4,
--    aeson                      >= 0.6     && < 0.8,
-+    aeson                      >= 0.6     && < 0.9,
-     attoparsec                 >= 0.10    && < 0.13,
-     base                       >= 4       && < 5,
-     blaze-builder              >= 0.2     && < 0.4,
-@@ -152,12 +152,12 @@
-     errors                     >= 1.4     && < 1.5,
-     filepath                   >= 1.3     && < 1.4,
-     hashable                   >= 1.1     && < 1.3,
--    mtl                        >= 2.0     && < 2.2,
-+    mtl                        >= 2.0     && < 2.3,
-     process                    >= 1.1     && < 1.3,
--    random                     >= 1.0.1.0 && < 1.1,
--    text                       >= 0.10    && < 1.2,
-+    random                     >= 1.0.1.0 && < 1.2,
-+    text                       >= 0.10    && < 1.3,
-     time                       >= 1.1     && < 1.5,
--    transformers               >= 0.3     && < 0.4,
-+    transformers               >= 0.3     && < 0.5,
-     unordered-containers       >= 0.1.4   && < 0.3,
-     vector                     >= 0.9     && < 0.11,
-     xmlhtml                    >= 0.2.3   && < 0.3
diff -rN -u old-haskell-heist/patches/series new-haskell-heist/patches/series
--- old-haskell-heist/patches/series	2015-06-29 20:23:23.921973540 +0000
+++ new-haskell-heist/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-relax-dependencies




More information about the Pkg-haskell-commits mailing list