[Git][haskell-team/DHG_packages][master] aeson-compat: patch for newer deps

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 22:14:58 BST 2018


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


Commits:
d00e46ac by Clint Adams at 2018-04-14T17:14:01-04:00
aeson-compat: patch for newer deps

- - - - -


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
=====================================
--- a/p/haskell-aeson-compat/debian/changelog
+++ b/p/haskell-aeson-compat/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson-compat (0.3.7.1-2) unstable; urgency=medium
+
+  * Patch for newer deps.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 17:13:49 -0400
+
 haskell-aeson-compat (0.3.7.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-aeson-compat/debian/control
=====================================
--- a/p/haskell-aeson-compat/debian/control
+++ b/p/haskell-aeson-compat/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.4),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.12),
  libghc-attoparsec-dev (<< 0.14),
@@ -20,12 +20,12 @@ Build-Depends:
  libghc-attoparsec-iso8601-dev (<< 1.1),
  libghc-attoparsec-iso8601-prof,
  libghc-base-compat-dev (>= 0.6.0),
- libghc-base-compat-dev (<< 0.10),
+ libghc-base-compat-dev (<< 0.11),
  libghc-base-compat-prof,
  libghc-base-orphans-dev (>= 0.4.5),
  libghc-base-orphans-dev (<< 0.7),
  libghc-exceptions-dev (>= 0.8),
- libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (<< 0.11),
  libghc-exceptions-prof,
  libghc-hashable-dev (>= 1.2),
  libghc-hashable-dev (<< 1.3),
@@ -55,12 +55,7 @@ Build-Depends:
  libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
  libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.11),
- libghc-aeson-dev,
- libghc-attoparsec-dev,
- libghc-base-compat-dev,
- libghc-base-orphans-dev (>= 0.4.5),
- libghc-base-orphans-dev (<< 0.7),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-exceptions-dev,
  libghc-hashable-dev,
  libghc-quickcheck-instances-dev (>= 0.3.16),
@@ -68,11 +63,11 @@ Build-Depends:
  libghc-scientific-dev,
  libghc-tagged-dev,
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 0.12),
+ libghc-tasty-dev (<< 1.1),
  libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
  libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-text-dev,
  libghc-time-locale-compat-dev,
  libghc-unordered-containers-dev,


=====================================
p/haskell-aeson-compat/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-aeson-compat/debian/patches/newer-deps
@@ -0,0 +1,38 @@
+--- a/aeson-compat.cabal
++++ b/aeson-compat.cabal
+@@ -31,14 +31,14 @@
+       src
+   ghc-options: -Wall
+   build-depends:
+-      base                     >=4.6  && <4.11
+-    , base-compat              >=0.6.0 && <0.10
+-    , aeson                    >=0.7.0.6 && <1.3
++      base                     >=4.6  && <4.12
++    , base-compat              >=0.6.0 && <0.11
++    , aeson                    >=0.7.0.6 && <1.4
+     , attoparsec               >=0.12 && <0.14
+     , attoparsec-iso8601       >=1.0.0.0 && <1.1
+     , bytestring               >=0.10 && <0.11
+     , containers               >=0.5  && <0.6
+-    , exceptions               >=0.8  && <0.9
++    , exceptions               >=0.8  && <0.11
+     , hashable                 >=1.2  && <1.3
+     , scientific               >=0.3  && <0.4
+     , text                     >=1.2  && <1.3
+@@ -82,11 +82,11 @@
+     , vector
+     , tagged
+     , aeson-compat
+-    , base-orphans          >=0.4.5 && <0.7
+-    , tasty                 >=0.10 && <0.12
+-    , tasty-hunit           >=0.9  && <0.10
+-    , tasty-quickcheck      >=0.8  && <0.10
+-    , QuickCheck            >=2.10 && <2.11
++    , base-orphans          >=0.4.5 && <0.8
++    , tasty                 >=0.10 && <1.1
++    , tasty-hunit           >=0.9  && <0.11
++    , tasty-quickcheck      >=0.8  && <0.11
++    , QuickCheck            >=2.10 && <2.12
+     , quickcheck-instances  >=0.3.16  && <0.4
+ 
+   if !impl(ghc >= 8.0)


=====================================
p/haskell-aeson-compat/debian/patches/series
=====================================
--- /dev/null
+++ b/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/d00e46ac406e35e4cf97c2a29f333aa19ee65f05

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d00e46ac406e35e4cf97c2a29f333aa19ee65f05
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/20180414/838626b5/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list