[Git][haskell-team/DHG_packages][master] genvalidity: Upgrading from 0.11.0.0 to 1.0.0.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 19 16:42:26 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4f26096a by Ilias Tsitsimpis at 2022-07-19T18:40:53+03:00
genvalidity: Upgrading from 0.11.0.0 to 1.0.0.1

- - - - -


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,8 +1,9 @@
-haskell-genvalidity (0.11.0.0-2) UNRELEASED; urgency=medium
+haskell-genvalidity (1.0.0.1-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * New upstream release (Closes: #1015289)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 18:39:04 +0300
 
 haskell-genvalidity (0.11.0.0-1) unstable; urgency=medium
 


=====================================
p/haskell-genvalidity/debian/control
=====================================
@@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck2-dev (>= 2.13),
  libghc-quickcheck2-prof,
- libghc-random-dev,
+ libghc-random-dev (>= 1.1),
  libghc-random-prof,
- libghc-validity-dev (>= 0.9),
+ libghc-validity-dev (>= 0.12),
  libghc-validity-prof,
  libghc-quickcheck2-dev,
  libghc-hspec-dev,


=====================================
p/haskell-genvalidity/debian/patches/no--N
=====================================
@@ -1,7 +1,9 @@
+Index: b/genvalidity.cabal
+===================================================================
 --- a/genvalidity.cabal
 +++ b/genvalidity.cabal
-@@ -62,6 +62,10 @@
-     ghc-options: -Wno-redundant-constraints
+@@ -61,6 +61,10 @@ library
+     , validity >=0.12
    default-language: Haskell2010
  
 +flag smp
@@ -11,7 +13,7 @@
  test-suite genvalidity-test
    type: exitcode-stdio-1.0
    main-is: Spec.hs
-@@ -73,7 +77,10 @@
+@@ -72,7 +76,10 @@ test-suite genvalidity-test
        Paths_genvalidity
    hs-source-dirs:
        test
@@ -22,4 +24,4 @@
 +    ghc-options: -threaded -Wall
    build-depends:
        QuickCheck
-     , base >=4.10 && <5
+     , base >=4.13 && <5



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4f26096ace4e300555ebc1c71fb41436c98c5b86
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/20220719/65a2f1f6/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list