[Git][haskell-team/DHG_packages][master] uri-bytestring: Upgrading from 0.3.2.1 to 0.3.2.2

Clint Adams gitlab at salsa.debian.org
Tue Jun 2 03:28:40 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
a1207c19 by Clint Adams at 2020-06-01T22:28:23-04:00
uri-bytestring: Upgrading from 0.3.2.1 to 0.3.2.2

- - - - -


4 changed files:

- p/haskell-uri-bytestring/debian/changelog
- p/haskell-uri-bytestring/debian/control
- − p/haskell-uri-bytestring/debian/patches/fix-testsuite
- − p/haskell-uri-bytestring/debian/patches/series


Changes:

=====================================
p/haskell-uri-bytestring/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-uri-bytestring (0.3.2.2-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 22:26:59 -0400
+
 haskell-uri-bytestring (0.3.2.1-2) unstable; urgency=medium
 
   * Fix testsuite.


=====================================
p/haskell-uri-bytestring/debian/control
=====================================
@@ -10,32 +10,32 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  libghc-attoparsec-dev (>= 0.13.1.0),
- libghc-attoparsec-dev (<< 0.14),
- libghc-attoparsec-prof (>= 0.12),
- libghc-attoparsec-prof (<< 0.14),
+ libghc-attoparsec-prof,
  libghc-blaze-builder-dev (>= 0.3.0.0),
- libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-prof,
  libghc-th-lift-instances-dev (>= 0.1.8),
- libghc-th-lift-instances-dev (<< 0.2),
- libghc-th-lift-instances-prof (>= 0.1.8),
- libghc-th-lift-instances-prof (<< 0.2),
+ libghc-th-lift-instances-prof,
  libghc-hunit-dev,
- libghc-quickcheck2-dev,
+ libghc-hunit-prof,
  libghc-attoparsec-dev,
  libghc-base-compat-dev (>= 0.7.0),
  libghc-blaze-builder-dev,
- libghc-generics-sop-dev (>= 0.2),
- libghc-quickcheck-instances-dev,
+ libghc-hedgehog-dev,
+ libghc-hedgehog-prof,
+ libghc-safe-dev,
+ libghc-safe-prof,
  libghc-semigroups-dev,
  libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hedgehog-dev,
+ libghc-tasty-hedgehog-prof,
  libghc-tasty-hunit-dev,
- libghc-tasty-quickcheck-dev,
+ libghc-tasty-hunit-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-attoparsec-doc,
  libghc-blaze-builder-doc,
  libghc-th-lift-instances-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: https://github.com/Soostone/uri-bytestring
 X-Description: Haskell URI parsing as ByteStrings
  uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.


=====================================
p/haskell-uri-bytestring/debian/patches/fix-testsuite deleted
=====================================
@@ -1,50 +0,0 @@
---- a/test/URI/ByteString/Arbitrary.hs
-+++ b/test/URI/ByteString/Arbitrary.hs
-@@ -23,28 +23,6 @@
- -------------------------------------------------------------------------------
- 
- 
---- this workaround can go away when
---- <https://github.com/nick8325/quickcheck/pull/40> is merged.
--sopArbitrary
--  :: ( SOP.SListI (SOP.GCode b)
--     , Generic b
--     , SOP.GTo b
--     , SOP.AllF SOP.SListI (SOP.GCode b)
--     , SOP.AllF (SOP.All Arbitrary) (SOP.GCode b)
--     )
--  => Gen b
--sopArbitrary = fmap SOP.gto sopArbitrary'
--
--
--sopArbitrary'
--  :: (SOP.SListI xs, SOP.AllF (SOP.All Arbitrary) xs, SOP.AllF SOP.SListI xs)
--  => Gen (SOP.SOP SOP.I xs)
--sopArbitrary' = oneof (map SOP.hsequence $ SOP.apInjs_POP $ SOP.hcpure p arbitrary)
--  where
--    p :: Proxy Arbitrary
--    p = Proxy
--
--
- instance Arbitrary UserInfo where
-   arbitrary = UserInfo <$> arbitrary
-                        <*> arbitrary
-@@ -103,10 +81,16 @@
- 
- 
- instance Arbitrary SchemaError where
--  arbitrary = sopArbitrary
-+  arbitrary = elements [NonAlphaLeading, InvalidChars, MissingColon]
-   shrink = genericShrink
- 
- 
- instance Arbitrary URIParseError where
--  arbitrary = sopArbitrary
-+  arbitrary = elements [ MalformedUserInfo
-+                       , MalformedQuery
-+                       , MalformedFragment
-+                       , MalformedHost
-+                       , MalformedPort
-+                       , MalformedPath
-+                       ]
-   shrink = genericShrink


=====================================
p/haskell-uri-bytestring/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-testsuite



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a1207c19c03c5328891a1b0fb5e7840894a669f6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a1207c19c03c5328891a1b0fb5e7840894a669f6
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/20200602/14695ee8/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list