[Git][haskell-team/DHG_packages][master] 2 commits: haskell-argon2: bump dependency bounds

Gianfranco Costamagna gitlab at salsa.debian.org
Mon Aug 26 18:11:16 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6799ce90 by Gianfranco Costamagna at 2019-08-26T17:04:21Z
haskell-argon2: bump dependency bounds

- - - - -
64f2f0e6 by Gianfranco Costamagna at 2019-08-26T17:10:50Z
haskell-fgl-arbitrary: patch for newer deps

- - - - -


7 changed files:

- p/haskell-argon2/debian/changelog
- + p/haskell-argon2/debian/patches/newer-deps
- + p/haskell-argon2/debian/patches/series
- p/haskell-fgl-arbitrary/debian/changelog
- p/haskell-fgl-arbitrary/debian/control
- p/haskell-fgl-arbitrary/debian/patches/newer-deps
- p/haskell-fgl-arbitrary/debian/patches/newer-hspec


Changes:

=====================================
p/haskell-argon2/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-argon2 (1.3.0.1-6) unstable; urgency=medium
+
+  * Bump dependency bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 26 Aug 2019 19:03:05 +0200
+
 haskell-argon2 (1.3.0.1-5) unstable; urgency=medium
 
   * Switch deps libargon2-0-dev -> libargon2-dev (Closes: #930300).


=====================================
p/haskell-argon2/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- haskell-argon2-1.3.0.1.orig/argon2.cabal
++++ haskell-argon2-1.3.0.1/argon2.cabal
+@@ -66,7 +66,7 @@ library
+   exposed-modules:     Crypto.Argon2.FFI
+                        Crypto.Argon2
+ 
+-  build-depends:       base         >= 4.8   && < 4.12
++  build-depends:       base         >= 4.8   && < 4.13
+                      , bytestring   == 0.10.*
+                      , deepseq      == 1.4.*
+                      , text-short   >= 0.1.2 && < 0.2


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


=====================================
p/haskell-fgl-arbitrary/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-fgl-arbitrary (0.2.0.3-6) unstable; urgency=medium
+
+  * patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 26 Aug 2019 19:09:16 +0200
+
 haskell-fgl-arbitrary (0.2.0.3-5) unstable; urgency=medium
 
   * Patch for newer hspec.


=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.3),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.13),
  libghc-quickcheck2-prof,
  libghc-fgl-dev (>= 5.5.2.0),
  libghc-fgl-dev (<< 6),
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 10),
  libghc-fgl-prof (<< 6),
  libghc-fgl-dev,
  libghc-hspec-dev (>= 2.1),
- libghc-hspec-dev (<< 2.6),
+ libghc-hspec-dev (<< 2.7),
 Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,
  libghc-fgl-doc,


=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-deps
=====================================
@@ -5,7 +5,7 @@
    build-depends:       base < 5
                       , fgl >= 5.5.2.0 && < 6
 -                     , QuickCheck >= 2.3 && < 2.10
-+                     , QuickCheck >= 2.3 && < 2.12
++                     , QuickCheck >= 2.3 && < 2.13
    -- hs-source-dirs:
    default-language:    Haskell2010
  
@@ -14,7 +14,7 @@
                      , fgl
                      , base
 -                    , QuickCheck >= 2.3 && < 2.10
-+                    , QuickCheck >= 2.3 && < 2.12
++                    , QuickCheck >= 2.3 && < 2.13
                      , hspec >= 2.1 && < 2.5
                      , containers
  


=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-hspec
=====================================
@@ -3,9 +3,9 @@
 @@ -44,7 +44,7 @@
                      , fgl
                      , base
-                     , QuickCheck >= 2.3 && < 2.12
+                     , QuickCheck >= 2.3 && < 2.13
 -                    , hspec >= 2.1 && < 2.5
-+                    , hspec >= 2.1 && < 2.6
++                    , hspec >= 2.1 && < 2.7
                      , containers
  
      hs-source-dirs:   test



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/c1f187107bfd2588cc706669a28f38c050c38328...64f2f0e66fa2ecf3b1ba329b848757fad14c44c7

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/c1f187107bfd2588cc706669a28f38c050c38328...64f2f0e66fa2ecf3b1ba329b848757fad14c44c7
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/20190826/f465f3c3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list