[Git][haskell-team/DHG_packages][master] genvalidity: Upgrading from 0.7.0.2 to 0.10.0.2
Clint Adams
gitlab at salsa.debian.org
Sat May 30 20:42:44 BST 2020
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e5e00d79 by Clint Adams at 2020-05-30T15:42:26-04:00
genvalidity: Upgrading from 0.7.0.2 to 0.10.0.2
- - - - -
3 changed files:
- p/haskell-genvalidity/debian/changelog
- p/haskell-genvalidity/debian/control
- p/haskell-genvalidity/debian/patches/no--N
Changes:
=====================================
p/haskell-genvalidity/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-genvalidity (0.10.0.2-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 30 May 2020 15:39:56 -0400
+
haskell-genvalidity (0.7.0.2-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-genvalidity/debian/control
=====================================
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
libghc-quickcheck2-dev (>= 2.7),
libghc-quickcheck2-prof,
+ libghc-random-dev,
+ libghc-random-prof,
libghc-validity-dev (>= 0.9),
libghc-validity-prof,
libghc-quickcheck2-dev,
@@ -20,6 +22,7 @@ Build-Depends: debhelper (>= 10),
libghc-hspec-core-prof,
Build-Depends-Indep: ghc-doc,
libghc-quickcheck2-doc,
+ libghc-random-doc,
libghc-validity-doc,
Standards-Version: 4.4.0
Homepage: https://github.com/NorfairKing/validity#readme
=====================================
p/haskell-genvalidity/debian/patches/no--N
=====================================
@@ -1,8 +1,6 @@
-Index: b/genvalidity.cabal
-===================================================================
--- a/genvalidity.cabal
+++ b/genvalidity.cabal
-@@ -60,6 +60,10 @@ library
+@@ -62,6 +62,10 @@
ghc-options: -Wno-redundant-constraints
default-language: Haskell2010
@@ -13,15 +11,16 @@ Index: b/genvalidity.cabal
test-suite genvalidity-test
type: exitcode-stdio-1.0
main-is: Spec.hs
-@@ -69,7 +73,10 @@ test-suite genvalidity-test
+@@ -73,7 +77,11 @@
Paths_genvalidity
hs-source-dirs:
test
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing
+- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
++ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing
+ if flag(smp)
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing
+ else
+ ghc-options: -threaded -Wall -fno-warn-name-shadowing
build-depends:
QuickCheck
- , base
+ , base >=4.10 && <5
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e5e00d79d547f7a3e70ecde156739bd7be91848e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e5e00d79d547f7a3e70ecde156739bd7be91848e
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/20200530/fc60dfb5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list