[DHG_packages] 01/01: heist: Patch in order to work with newer versions of haskell-vector

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Fri Oct 20 18:56:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 73322fb7a7300560fde275d3c8e505a91291b8c7
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Fri Oct 20 21:47:43 2017 +0300

    heist: Patch in order to work with newer versions of haskell-vector
    
    Closes: #879222
---
 p/haskell-heist/debian/changelog                       |  7 +++++++
 p/haskell-heist/debian/patches/newer-deps-from-hackage | 17 ++++++++++++-----
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index 00c4414..7c1e471 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,3 +1,10 @@
+haskell-heist (1.0.1.0-3) unstable; urgency=medium
+
+  * Patch in order to work with newer versions of
+    haskell-vector (Closes: #879222)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 20 Oct 2017 21:44:50 +0300
+
 haskell-heist (1.0.1.0-2) unstable; urgency=medium
 
   * Patch for newer deps from Hackage.
diff --git a/p/haskell-heist/debian/patches/newer-deps-from-hackage b/p/haskell-heist/debian/patches/newer-deps-from-hackage
index b3fe66c..f31e123 100644
--- a/p/haskell-heist/debian/patches/newer-deps-from-hackage
+++ b/p/haskell-heist/debian/patches/newer-deps-from-hackage
@@ -1,6 +1,8 @@
+Index: b/heist.cabal
+===================================================================
 --- a/heist.cabal
 +++ b/heist.cabal
-@@ -151,14 +151,14 @@
+@@ -151,14 +151,14 @@ Library
      Heist.Interpreted.Internal
  
    build-depends:
@@ -18,7 +20,7 @@
      directory-tree             >= 0.10    && < 0.13,
      dlist                      >= 0.5     && < 0.9,
      filepath                   >= 1.3     && < 1.5,
-@@ -167,10 +167,10 @@
+@@ -167,14 +167,14 @@ Library
      map-syntax                 >= 0.2     && < 0.3,
      monad-control              >= 0.3     && < 1.1,
      mtl                        >= 2.0     && < 2.3,
@@ -31,7 +33,12 @@
      transformers               >= 0.3     && < 0.6,
      transformers-base          >= 0.4     && < 0.5,
      unordered-containers       >= 0.1.4   && < 0.3,
-@@ -207,8 +207,8 @@
+-    vector                     >= 0.9     && < 0.12,
++    vector                     >= 0.9     && < 0.13,
+     xmlhtml                    >= 0.2.3.5 && < 0.3
+ 
+   if impl(ghc >= 6.12.0)
+@@ -207,8 +207,8 @@ Test-suite testsuite
  
    build-depends:
      HUnit                      >= 1.2      && < 2,
@@ -42,7 +49,7 @@
      test-framework             >= 0.4      && < 0.9,
      test-framework-hunit       >= 0.2.7    && < 0.4,
      test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
-@@ -248,7 +248,7 @@
+@@ -248,7 +248,7 @@ Benchmark benchmark
  
    build-depends:
      HUnit,
@@ -51,7 +58,7 @@
      test-framework,
      test-framework-hunit,
  
-@@ -272,7 +272,7 @@
+@@ -272,7 +272,7 @@ Benchmark benchmark
      mtl,
      process,
      random,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list