[Git][haskell-team/DHG_packages][master] microstache: Newer build-deps from hackage

Ilias Tsitsimpis gitlab at salsa.debian.org
Sun Oct 21 19:18:42 BST 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3a96ae12 by Ilias Tsitsimpis at 2018-10-21T18:16:25Z
microstache: Newer build-deps from hackage

- - - - -


3 changed files:

- p/haskell-microstache/debian/changelog
- p/haskell-microstache/debian/control
- p/haskell-microstache/debian/patches/newer-deps


Changes:

=====================================
p/haskell-microstache/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-microstache (1.0.1.1-5) unstable; urgency=medium
+
+  * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at 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-


=====================================
p/haskell-microstache/debian/control
=====================================
@@ -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,


=====================================
p/haskell-microstache/debian/patches/newer-deps
=====================================
@@ -1,11 +1,29 @@
+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,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3a96ae1209dfc0410a388835689ec0027b3d8721

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3a96ae1209dfc0410a388835689ec0027b3d8721
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181021/56cbf9af/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list