Commit 5d974f68 authored by Clint Adams's avatar Clint Adams
Browse files

fgl: Upgrading from 5.6.0.0 to 5.7.0.1

parent cda48cb5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fgl (5.7.0.1-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 18:10:46 -0400

haskell-fgl (5.6.0.0-4) unstable; urgency=medium

  * Patch for newer hspec.
+5 −3
Original line number Diff line number Diff line
@@ -10,11 +10,13 @@ Build-Depends: debhelper (>= 10),
 ghc (>= 8),
 ghc-prof,
 libghc-quickcheck2-dev (>= 2.8),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-dev (<< 2.13),
 libghc-quickcheck2-prof,
 libghc-hspec-dev (>= 2.1),
 libghc-hspec-dev (<< 2.6),
 libghc-hspec-dev (<< 2.7),
 libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Homepage: http://hackage.haskell.org/package/fgl
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-fgl
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-fgl]
+0 −11
Original line number Diff line number Diff line
--- a/fgl.cabal
+++ b/fgl.cabal
@@ -91,7 +91,7 @@
     build-depends:    fgl
                     , base
                     , QuickCheck >= 2.8 && < 2.12
-                    , hspec >= 2.1 && < 2.5
+                    , hspec >= 2.1 && < 2.6
                     , containers
 
     hs-source-dirs:   test
+0 −11
Original line number Diff line number Diff line
--- a/fgl.cabal
+++ b/fgl.cabal
@@ -90,7 +90,7 @@
 
     build-depends:    fgl
                     , base
-                    , QuickCheck >= 2.8 && < 2.10
+                    , QuickCheck >= 2.8 && < 2.12
                     , hspec >= 2.1 && < 2.5
                     , containers
 
+0 −2
Original line number Diff line number Diff line
newer-quickcheck
newer-hspec