[Git][haskell-team/DHG_packages][master] uuid-types: Upgrading from 1.0.3 to 1.0.5
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jul 4 03:00:23 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
77114c76 by Clint Adams at 2022-07-03T21:59:42-04:00
uuid-types: Upgrading from 1.0.3 to 1.0.5
- - - - -
5 changed files:
- p/haskell-uuid-types/debian/changelog
- p/haskell-uuid-types/debian/control
- − p/haskell-uuid-types/debian/patches/newer-deps
- + p/haskell-uuid-types/debian/patches/no-ghc-byteorder
- p/haskell-uuid-types/debian/patches/series
Changes:
=====================================
p/haskell-uuid-types/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-uuid-types (1.0.3-15) UNRELEASED; urgency=medium
+haskell-uuid-types (1.0.5-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:20 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 03 Jul 2022 21:51:31 -0400
haskell-uuid-types (1.0.3-14) unstable; urgency=medium
=====================================
p/haskell-uuid-types/debian/control
=====================================
@@ -5,30 +5,34 @@ Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
+ haskell-devscripts (>= 0.13),
cdbs,
debhelper (>= 10),
ghc (>= 8.4.3),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-hashable-dev (>= 1.2.1),
+ libghc-hashable-dev (>= 1.2.7.0),
libghc-hashable-dev (<< 1.4),
libghc-hashable-prof,
- libghc-random-dev (<< 1.2),
- libghc-random-dev (>= 1.0.1),
+ libghc-random-dev (>= 1.1),
+ libghc-random-dev (<< 1.3),
libghc-random-prof,
- libghc-hunit-dev (>= 1.2) <!nocheck>,
- libghc-hunit-dev (<< 1.7) <!nocheck>,
- libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
+ libghc-quickcheck2-dev (>= 2.14.2) <!nocheck>,
libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
- libghc-tasty-dev (>= 0.10) <!nocheck>,
- libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
- libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-quickcheck2-prof <!nocheck>,
+ libghc-tasty-dev (>= 1.4.0.1) <!nocheck>,
+ libghc-tasty-dev (<< 1.5) <!nocheck>,
+ libghc-tasty-prof <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-hunit-prof <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-prof <!nocheck>,
+Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
libghc-random-doc,
Standards-Version: 4.6.1
-Homepage: https://github.com/aslatter/uuid
+Homepage: https://github.com/haskell-hvr/uuid
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-uuid-types
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-uuid-types]
X-Description: Type definitions for Universally Unique Identifiers
=====================================
p/haskell-uuid-types/debian/patches/newer-deps deleted
=====================================
@@ -1,28 +0,0 @@
---- a/uuid-types.cabal
-+++ b/uuid-types.cabal
-@@ -30,7 +30,7 @@
- binary >= 0.4 && < 0.9,
- bytestring >= 0.9 && < 0.11,
- deepseq >= 1.3 && < 1.5,
-- hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
-+ hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
- random >= 1.0.1 && < 1.2,
- text >= 1 && < 1.3
-
-@@ -56,11 +56,11 @@
- Build-Depends: base >= 3 && < 5,
- uuid-types,
- bytestring >= 0.9 && < 0.11,
-- HUnit >=1.2 && < 1.4,
-- QuickCheck >=2.4 && < 2.9,
-- tasty >= 0.10 && < 0.12,
-- tasty-hunit == 0.9.*,
-- tasty-quickcheck == 0.8.*
-+ HUnit >=1.2 && < 1.7,
-+ QuickCheck >=2.4 && < 2.15,
-+ tasty >= 0.10,
-+ tasty-hunit >= 0.9,
-+ tasty-quickcheck >= 0.8
-
- benchmark benchmark
- Type: exitcode-stdio-1.0
=====================================
p/haskell-uuid-types/debian/patches/no-ghc-byteorder
=====================================
@@ -0,0 +1,10 @@
+--- a/uuid-types.cabal
++++ b/uuid-types.cabal
+@@ -87,7 +87,6 @@ test-suite testuuid
+
+ -- deps w/o inherited constraints
+ build-depends:
+- ghc-byteorder >=4.11 && <4.12
+ , QuickCheck >=2.14.2 && <2.15
+ , tasty >=1.4.0.1 && <1.5
+ , tasty-hunit >=0.10 && <0.11
=====================================
p/haskell-uuid-types/debian/patches/series
=====================================
@@ -1 +1 @@
-newer-deps
+no-ghc-byteorder
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/77114c76f2bc8f40ba818a7ad54d7d1d4f5717bf
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/77114c76f2bc8f40ba818a7ad54d7d1d4f5717bf
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/20220704/3550c8d7/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list