Commit 460561c1 authored by Clint Adams's avatar Clint Adams
Browse files

fgl: patch for newer hspec

parent a6ef2768
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fgl (5.6.0.0-4) unstable; urgency=medium

  * Patch for newer hspec.

 -- Clint Adams <clint@debian.org>  Sun, 21 Oct 2018 17:55:36 -0400

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

  [ Clint Adams ]
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ Build-Depends: debhelper (>= 10),
 libghc-quickcheck2-dev (>= 2.8),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-hspec-dev (>= 2.1),
 libghc-hspec-dev (<< 2.5),
 libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Standards-Version: 4.2.1
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]
+11 −0
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
+1 −0
Original line number Diff line number Diff line
newer-quickcheck
newer-hspec