Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
haskell-argon2: bump dependency bounds
· 6799ce90
Gianfranco Costamagna
authored
Aug 26, 2019
6799ce90
haskell-fgl-arbitrary: patch for newer deps
· 64f2f0e6
Gianfranco Costamagna
authored
Aug 26, 2019
64f2f0e6
Show whitespace changes
Inline
Side-by-side
p/haskell-argon2/debian/changelog
View file @
64f2f0e6
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).
...
...
p/haskell-argon2/debian/patches/newer-deps
0 → 100644
View file @
64f2f0e6
--- 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 → 100644
View file @
64f2f0e6
newer-deps
p/haskell-fgl-arbitrary/debian/changelog
View file @
64f2f0e6
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.
...
...
p/haskell-fgl-arbitrary/debian/control
View file @
64f2f0e6
...
...
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
ghc,
ghc-prof,
libghc-quickcheck2-dev (>= 2.3),
libghc-quickcheck2-dev (<< 2.1
2
),
libghc-quickcheck2-dev (<< 2.1
3
),
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
View file @
64f2f0e6
...
...
@@ -5,7 +5,7 @@
build-depends: base < 5
, fgl >= 5.5.2.0 && < 6
- , QuickCheck >= 2.3 && < 2.10
+ , QuickCheck >= 2.3 && < 2.1
2
+ , QuickCheck >= 2.3 && < 2.1
3
-- hs-source-dirs:
default-language: Haskell2010
...
...
@@ -14,7 +14,7 @@
, fgl
, base
- , QuickCheck >= 2.3 && < 2.10
+ , QuickCheck >= 2.3 && < 2.1
2
+ , QuickCheck >= 2.3 && < 2.1
3
, hspec >= 2.1 && < 2.5
, containers
p/haskell-fgl-arbitrary/debian/patches/newer-hspec
View file @
64f2f0e6
...
...
@@ -3,9 +3,9 @@
@@ -44,7 +44,7 @@
, fgl
, base
, QuickCheck >= 2.3 && < 2.1
2
, QuickCheck >= 2.3 && < 2.1
3
- , hspec >= 2.1 && < 2.5
+ , hspec >= 2.1 && < 2.
6
+ , hspec >= 2.1 && < 2.
7
, containers
hs-source-dirs: test