Codebase list haskell-hsopenssl-x509-system / efbf1f6
config-value: Upgrading from 0.6.3.1 to 0.7.0.1 Clint Adams 3 years ago
3 changed file(s) with 6 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 haskell-config-value (0.7.0.1-1) unstable; urgency=medium
1
2 * New upstream release
3
4 -- Clint Adams <clint@debian.org> Mon, 01 Jun 2020 22:16:28 -0400
5
06 haskell-config-value (0.6.3.1-4) unstable; urgency=medium
17
28 * Patch for newer deps.
+0
-11
p/haskell-config-value/debian/patches/newer-deps less more
0 --- haskell-config-value-0.6.3.1.orig/config-value.cabal
1 +++ haskell-config-value-0.6.3.1/config-value.cabal
2 @@ -33,7 +33,7 @@ library
3 Config.Pretty,
4 Config.Value
5
6 - build-depends: base >= 4.8 && < 4.12,
7 + build-depends: base >= 4.8 && < 4.13,
8 array >= 0.4 && < 0.6,
9 pretty >= 1.1.1.0 && < 1.2,
10 text >= 1.2.0.4 && < 1.3
+0
-1
p/haskell-config-value/debian/patches/series less more
0 newer-deps