Skip to content
Commits on Source (2)
haskell-argon2 (1.3.0.1-6) unstable; urgency=medium
* Bump dependency bounds
-- Gianfranco Costamagna <locutusofborg@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).
......
--- 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
haskell-fgl-arbitrary (0.2.0.3-6) unstable; urgency=medium
* patch for newer deps
-- Gianfranco Costamagna <locutusofborg@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.
......
......@@ -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,
......
......@@ -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
......@@ -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