Commit 361c812e authored by Clint Adams's avatar Clint Adams
Browse files

hastache: patch for newer base

parent ade8cbb7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hastache (0.6.1-8) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 12:39:02 -0400

haskell-hastache (0.6.1-7) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+6 −6
Original line number Diff line number Diff line
--- a/hastache.cabal
+++ b/hastache.cabal
@@ -27,7 +27,7 @@ extra-source-files:
@@ -27,7 +27,7 @@
 executable mkReadme
   main-is: mkReadme.hs
   build-depends: hastache, process,
-    base >=4 && <4.9
+    base >=4 && <4.10
+    base >=4 && <5
     ,bytestring
     ,mtl
     ,transformers
@@ -46,7 +46,7 @@ library
@@ -46,7 +46,7 @@
     Text.Hastache.Context
 
   build-depends:
-    base >=4 && <4.9
+    base >=4 && <4.10
+    base >=4 && <5
     ,bytestring
     ,mtl
     ,transformers
@@ -69,7 +69,7 @@ test-suite test-hastache
@@ -69,7 +69,7 @@
 
   build-depends:
     hastache
-   ,base >=4 && <4.9
+   ,base >=4 && <4.10
+   ,base >=4 && <5
    ,directory
    ,mtl
    ,HUnit