[Git][haskell-team/DHG_packages][master] hackage-security: Upgrading from 0.5.3.0 to 0.6.0.1
Clint Adams
gitlab at salsa.debian.org
Sat Jun 6 21:05:23 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a078a3ef by Clint Adams at 2020-06-06T16:05:11-04:00
hackage-security: Upgrading from 0.5.3.0 to 0.6.0.1
- - - - -
5 changed files:
- p/haskell-hackage-security/debian/changelog
- p/haskell-hackage-security/debian/control
- − p/haskell-hackage-security/debian/patches/newer-deps
- − p/haskell-hackage-security/debian/patches/newer-deps2
- − p/haskell-hackage-security/debian/patches/series
Changes:
=====================================
p/haskell-hackage-security/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hackage-security (0.6.0.1-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 06 Jun 2020 15:52:48 -0400
+
haskell-hackage-security (0.5.3.0-9) unstable; urgency=medium
* Patch for newer deps
=====================================
p/haskell-hackage-security/debian/control
=====================================
@@ -23,35 +23,28 @@ Build-Depends:
libghc-ed25519-dev (<< 0.1),
libghc-ed25519-dev (>= 0.0),
libghc-ed25519-prof,
- libghc-hunit-dev <!nocheck>,
- libghc-network-dev (<< 2.9),
- libghc-network-dev (>= 2.6),
+ libghc-network-dev,
libghc-network-prof,
- libghc-network-uri-dev (<< 2.7),
- libghc-network-uri-dev (>= 2.6),
- libghc-network-uri-dev <!nocheck>,
- libghc-network-uri-prof,
- libghc-quickcheck2-dev <!nocheck>,
- libghc-tar-dev (<< 0.6),
- libghc-tar-dev (>= 0.5),
- libghc-tar-dev <!nocheck>,
- libghc-tar-prof,
- libghc-tasty-dev <!nocheck>,
- libghc-tasty-hunit-dev <!nocheck>,
- libghc-tasty-quickcheck-dev <!nocheck>,
- libghc-temporary-dev <!nocheck>,
- libghc-zlib-dev (<< 0.7),
- libghc-zlib-dev (>= 0.5),
- libghc-zlib-dev <!nocheck>,
- libghc-zlib-prof,
- libghc-quickcheck2-dev (>= 2.9),
libghc-network-uri-dev,
+ libghc-network-uri-prof,
libghc-tar-dev,
- libghc-tasty-dev (>= 1.0),
- libghc-tasty-hunit-dev (>= 0.10),
- libghc-tasty-quickcheck-dev (>= 0.9),
- libghc-temporary-dev (>= 1.2),
+ libghc-tar-prof,
libghc-zlib-dev,
+ libghc-zlib-prof,
+ libghc-quickcheck2-dev (>= 2.11) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.14) <!nocheck>,
+ libghc-aeson-dev (>= 1.4) <!nocheck>,
+ libghc-aeson-dev (<< 1.5) <!nocheck>,
+ libghc-tasty-dev (>= 1.2) <!nocheck>,
+ libghc-tasty-dev (<< 1.3) <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.9) <!nocheck>,
+ libghc-temporary-dev (>= 1.2) <!nocheck>,
+ libghc-temporary-dev (<< 1.4) <!nocheck>,
+ libghc-unordered-containers-dev (>= 0.2.8.0) <!nocheck>,
+ libghc-unordered-containers-dev (<< 0.3) <!nocheck>,
+ libghc-vector-dev (>= 0.12) <!nocheck>,
+ libghc-vector-dev (<< 0.13) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-base16-bytestring-doc,
libghc-base64-bytestring-doc,
@@ -61,7 +54,7 @@ Build-Depends-Indep: ghc-doc,
libghc-network-uri-doc,
libghc-tar-doc,
libghc-zlib-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: https://github.com/haskell/hackage-security
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hackage-security
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hackage-security]
=====================================
p/haskell-hackage-security/debian/patches/newer-deps deleted
=====================================
@@ -1,37 +0,0 @@
---- a/hackage-security.cabal
-+++ b/hackage-security.cabal
-@@ -234,11 +234,11 @@
- zlib
-
- -- dependencies exclusive to test-suite
-- build-depends: tasty == 1.0.*,
-- tasty-hunit == 0.10.*,
-- tasty-quickcheck == 0.10.*,
-- QuickCheck == 2.9.*,
-- temporary == 1.2.*
-+ build-depends: tasty >= 1.0,
-+ tasty-hunit >= 0.10,
-+ tasty-quickcheck >= 0.9,
-+ QuickCheck >= 2.9,
-+ temporary >= 1.2
-
- hs-source-dirs: tests
- default-language: Haskell2010
---- a/tests/TestSuite/JSON.hs
-+++ b/tests/TestSuite/JSON.hs
-@@ -46,12 +46,13 @@
- [ (1, pure JSNull)
- , (1, JSBool <$> arbitrary)
- , (2, JSNum <$> arbitrary)
-- , (2, JSString <$> arbitrary)
-+ , (2, JSString . getASCIIString <$> arbitrary)
- , (3, JSArray <$> resize (sz `div` 2) arbitrary)
-- , (3, JSObject . noDupFields <$> resize (sz `div` 2) arbitrary)
-+ , (3, JSObject . noDupFields . asciify <$> resize (sz `div` 2) arbitrary)
- ]
- where
- noDupFields = nubBy (\(x,_) (y,_) -> x==y)
-+ asciify = map (\(x,y) -> (getASCIIString x, y))
-
- shrink JSNull = []
- shrink (JSBool _) = []
=====================================
p/haskell-hackage-security/debian/patches/newer-deps2 deleted
=====================================
@@ -1,27 +0,0 @@
---- haskell-hackage-security-0.5.3.0.orig/hackage-security.cabal
-+++ haskell-hackage-security-0.5.3.0/hackage-security.cabal
-@@ -98,12 +98,12 @@ library
- Hackage.Security.Util.TypedEmbedded
- Prelude
- -- We support ghc 7.4 (bundled with Cabal 1.14) and up
-- build-depends: base >= 4.5 && < 4.12,
-+ build-depends: base >= 4.5 && < 4.13,
- base16-bytestring >= 0.1.1 && < 0.2,
- base64-bytestring >= 1.0 && < 1.1,
- bytestring >= 0.9 && < 0.11,
-- Cabal >= 1.14 && < 2.4,
-- containers >= 0.4 && < 0.6,
-+ Cabal >= 1.14 && < 2.5,
-+ containers >= 0.4 && < 0.7,
- ed25519 >= 0.0 && < 0.1,
- filepath >= 1.2 && < 1.5,
- mtl >= 2.2 && < 2.3,
-@@ -200,7 +200,7 @@ library
- -- dependency in network is not redundant.)
- if flag(use-network-uri)
- build-depends: network-uri >= 2.6 && < 2.7,
-- network >= 2.6 && < 2.7
-+ network >= 2.6 && < 2.9
- else
- build-depends: network >= 2.5 && < 2.6
-
=====================================
p/haskell-hackage-security/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-newer-deps
-newer-deps2
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a078a3ef02630c71224b4de80a8c90a8eab9ef47
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a078a3ef02630c71224b4de80a8c90a8eab9ef47
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/20200606/b765ec95/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list