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

Ilias Tsitsimpis gitlab at salsa.debian.org
Tue Oct 23 12:22:54 BST 2018


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


Commits:
c71d35e8 by Ilias Tsitsimpis at 2018-10-23T11:20:07Z
aeson-extra: Newer build-deps from hackage

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-aeson-extra/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-aeson-extra (0.4.1.1-4) unstable; urgency=medium
+
+  * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 23 Oct 2018 14:20:00 +0300
+
 haskell-aeson-extra (0.4.1.1-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-parsec3-dev (provided by ghc-


=====================================
p/haskell-aeson-extra/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 0.7.0.6),
- libghc-aeson-dev (<< 1.4),
+ libghc-aeson-dev (<< 1.5),
  libghc-aeson-prof,
  libghc-aeson-compat-dev (>= 0.3.0.0),
  libghc-aeson-compat-dev (<< 0.4),
@@ -50,7 +50,7 @@ Build-Depends:
  libghc-quickcheck-instances-dev (>= 0.3),
  libghc-quickcheck-instances-dev (<< 0.4),
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.1),
+ libghc-tasty-dev (<< 1.2),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),
@@ -58,11 +58,8 @@ Build-Depends:
  libghc-tasty-quickcheck-dev (>= 0.8),
  libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-tasty-quickcheck-prof,
- libghc-these-dev,
  libghc-time-parsers-dev (>= 0.1.0.0),
  libghc-time-parsers-dev (<< 0.2),
- libghc-unordered-containers-dev,
- libghc-vector-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-aeson-compat-doc,


=====================================
p/haskell-aeson-extra/debian/patches/newer-deps
=====================================
@@ -0,0 +1,55 @@
+Index: b/aeson-extra.cabal
+===================================================================
+--- a/aeson-extra.cabal
++++ b/aeson-extra.cabal
+@@ -1,5 +1,6 @@
+ name:           aeson-extra
+ version:        0.4.1.1
++x-revision:     2
+ synopsis:       Extra goodies for aeson
+ description:    Package provides extra funcitonality on top of @aeson@ and @aeson-compat@
+ category:       Web
+@@ -9,7 +10,7 @@ author:         Oleg Grenrus <oleg.grenr
+ maintainer:     Oleg Grenrus <oleg.grenrus at iki.fi>
+ license:        BSD3
+ license-file:   LICENSE
+-tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.1
++tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
+ build-type:     Simple
+ cabal-version:  >= 1.10
+ 
+@@ -26,21 +27,21 @@ library
+       src
+   ghc-options: -Wall
+   build-depends:
+-      base                     >=4.6  && <4.12
+-    , aeson                    >=0.7.0.6 && <1.4
++      base                     >=4.6  && <4.13
++    , aeson                    >=0.7.0.6 && <1.5
+     , aeson-compat             >=0.3.0.0 && <0.4
+     , attoparsec               >=0.11.3.4 && <0.14
+     , attoparsec-iso8601       >=1.0 && <1.1
+     , base-compat-batteries    >=0.10.1 && <0.11
+     , bytestring               >=0.10 && <0.11
+-    , containers               >=0.5  && <0.6
++    , containers               >=0.5  && <0.7
+     , deepseq                  >=1.3  && <1.5
+     , exceptions               >=0.8  && <0.11
+     , hashable                 >=1.2  && <1.3
+     , parsec                   >=3.1.9 && <3.2
+     , recursion-schemes        >=4.1.2 && <5.1
+     , scientific               >=0.3  && <0.4
+-    , template-haskell         >=2.8  && <2.14
++    , template-haskell         >=2.8  && <2.15
+     , text                     >=1.2  && <1.3
+     , these                    >=0.7.4 && <0.8
+     , time                     >=1.4.0.1 && <1.9
+@@ -78,7 +79,7 @@ test-suite aeson-extra-test
+     , unordered-containers
+     , vector
+     , time-parsers          >=0.1.0.0 && <0.2
+-    , tasty                 >=0.10  && <1.1
++    , tasty                 >=0.10  && <1.2
+     , tasty-hunit           >=0.9   && <0.11
+     , tasty-quickcheck      >=0.8   && <0.11
+     , quickcheck-instances  >=0.3   && <0.4


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c71d35e84217c22549cc57547d42877821a9e6b8
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/20181023/2c5983ff/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list