Commit 37bae113 authored by Clint Adams's avatar Clint Adams
Browse files

fgl-arbitrary: patch for newer hspec

parent 460561c1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-fgl-arbitrary (0.2.0.3-5) unstable; urgency=medium

  * Patch for newer hspec.

 -- Clint Adams <clint@debian.org>  Sun, 21 Oct 2018 18:04:05 -0400

haskell-fgl-arbitrary (0.2.0.3-4) unstable; urgency=medium

  [ Clint Adams ]
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ Build-Depends: debhelper (>= 10),
 libghc-fgl-prof (<< 6),
 libghc-fgl-dev,
 libghc-hspec-dev (>= 2.1),
 libghc-hspec-dev (<< 2.5),
 libghc-hspec-dev (<< 2.6),
Build-Depends-Indep: ghc-doc,
 libghc-quickcheck2-doc,
 libghc-fgl-doc,
Standards-Version: 4.1.4
Standards-Version: 4.2.1
X-Description: QuickCheck support for fgl
 Provides Arbitrary instances for fgl graphs (to avoid adding a
 QuickCheck dependency for fgl whilst still making the instances
+11 −0
Original line number Diff line number Diff line
--- a/fgl-arbitrary.cabal
+++ b/fgl-arbitrary.cabal
@@ -44,7 +44,7 @@
                     , fgl
                     , base
                     , QuickCheck >= 2.3 && < 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-deps
newer-hspec