Commit 3a96ae12 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

microstache: Newer build-deps from hackage

parent cbd7da72
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-microstache (1.0.1.1-5) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sun, 21 Oct 2018 21:16:16 +0300

haskell-microstache (1.0.1.1-4) unstable; urgency=medium

  * Remove build dependency on libghc-parsec3-dev (provided by ghc-
+4 −8
Original line number Diff line number Diff line
@@ -10,18 +10,14 @@ Build-Depends: debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 libghc-aeson-dev (>= 0.11),
 libghc-aeson-dev (<< 1.4),
 libghc-aeson-prof (>= 0.11),
 libghc-aeson-prof (<< 1.3),
 libghc-aeson-dev (<< 1.5),
 libghc-aeson-prof,
 libghc-unordered-containers-dev (>= 0.2.5),
 libghc-unordered-containers-dev (<< 0.3),
 libghc-unordered-containers-prof (>= 0.2.5),
 libghc-unordered-containers-prof (<< 0.3),
 libghc-unordered-containers-prof,
 libghc-vector-dev (>= 0.11),
 libghc-vector-dev (<< 0.13),
 libghc-vector-prof (>= 0.11),
 libghc-vector-prof (<< 0.13),
 libghc-aeson-dev,
 libghc-vector-prof,
 libghc-hspec-dev (>= 2.0),
 libghc-hspec-dev (<< 3.0),
Build-Depends-Indep: ghc-doc,
+22 −4
Original line number Diff line number Diff line
Index: b/microstache.cabal
===================================================================
--- a/microstache.cabal
+++ b/microstache.cabal
@@ -40,7 +40,7 @@
@@ -32,7 +32,9 @@ tested-with:
   GHC==7.8.4,
   GHC==7.10.3,
   GHC==8.0.2,
-  GHC==8.2.1
+  GHC==8.2.1,
+  GHC==8.4.3,
+  GHC==8.6.1
 
 source-repository head
   type:               git
@@ -40,10 +42,10 @@ source-repository head
 
 library
   build-depends:
-    aeson                  >=0.11    && < 1.3,
+    aeson                  >=0.11    && < 1.4,
     base                   >=4.5     && < 5.0,
-    base                   >=4.5     && < 5.0,
+    aeson                  >=0.11    && < 1.5,
+    base                   >=4.5     && < 4.13,
     bytestring             >=0.9.2.1 && < 0.11,
     containers             >=0.4.2.1 && < 0.6,
-    containers             >=0.4.2.1 && < 0.6,
+    containers             >=0.4.2.1 && < 0.7,
     deepseq                >=1.3.0.0 && < 1.5,
     directory              >=1.1.0.2 && < 1.4,
     filepath               >=1.3.0.0 && < 1.5,