[Git][haskell-team/DHG_packages][master] aeson-compat: fix upper bound on base-orphans

Clint Adams gitlab at salsa.debian.org
Sat Aug 31 21:44:00 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
aa4ea459 by Clint Adams at 2019-08-31T20:43:13Z
aeson-compat: fix upper bound on base-orphans

- - - - -


4 changed files:

- p/haskell-aeson-compat/debian/changelog
- p/haskell-aeson-compat/debian/control
- + p/haskell-aeson-compat/debian/patches/newer-deps
- + p/haskell-aeson-compat/debian/patches/series


Changes:

=====================================
p/haskell-aeson-compat/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson-compat (0.3.9-2) unstable; urgency=medium
+
+  * Fix upper bound on base-orphans.
+
+ -- Clint Adams <clint at debian.org>  Sat, 31 Aug 2019 16:34:41 -0400
+
 haskell-aeson-compat (0.3.9-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-aeson-compat/debian/control
=====================================
@@ -24,12 +24,12 @@ Build-Depends:
  libghc-base-compat-dev (<< 0.11),
  libghc-base-compat-prof,
  libghc-base-orphans-dev (>= 0.4.5),
- libghc-base-orphans-dev (<< 0.8),
+ libghc-base-orphans-dev (<< 0.9),
  libghc-exceptions-dev (>= 0.8),
  libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (<< 1.4),
  libghc-hashable-prof,
  libghc-scientific-dev (>= 0.3),
  libghc-scientific-dev (<< 0.4),
@@ -47,7 +47,7 @@ Build-Depends:
  libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
  libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.13),
+ libghc-quickcheck2-dev (<< 2.14),
  libghc-quickcheck2-prof,
  libghc-aeson-dev,
  libghc-attoparsec-dev,
@@ -62,7 +62,7 @@ Build-Depends:
  libghc-scientific-dev,
  libghc-tagged-dev,
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.2),
+ libghc-tasty-dev (<< 1.3),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),


=====================================
p/haskell-aeson-compat/debian/patches/newer-deps
=====================================
@@ -0,0 +1,33 @@
+--- a/aeson-compat.cabal
++++ b/aeson-compat.cabal
+@@ -41,7 +41,7 @@
+     , bytestring               >=0.10 && <0.11
+     , containers               >=0.5  && <0.7
+     , exceptions               >=0.8  && <0.11
+-    , hashable                 >=1.2  && <1.3
++    , hashable                 >=1.2  && <1.4
+     , scientific               >=0.3  && <0.4
+     , text                     >=1.2  && <1.3
+     , time                     >=1.4.0.1 && <1.9
+@@ -52,7 +52,7 @@
+ 
+   if !impl(ghc >= 8.0)
+     build-depends:
+-      semigroups               >=0.18.5 && <0.19
++      semigroups               >=0.18.5 && <0.20
+   if !impl(ghc >= 7.10)
+     build-depends:
+       nats                     >=1.1.2  && <1.2,
+@@ -86,10 +86,10 @@
+     , tagged
+     , aeson-compat
+     , base-orphans          >=0.4.5 && <0.9
+-    , tasty                 >=0.10 && <1.2
++    , tasty                 >=0.10 && <1.3
+     , tasty-hunit           >=0.9  && <0.11
+     , tasty-quickcheck      >=0.8  && <0.11
+-    , QuickCheck            >=2.10 && <2.13
++    , QuickCheck            >=2.10 && <2.14
+     , quickcheck-instances  >=0.3.16  && <0.4
+ 
+   if !impl(ghc >= 8.0)


=====================================
p/haskell-aeson-compat/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/aa4ea459dfc25576c87242fd1aa245778c3ae24a
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/20190831/45819afb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list