[Git][haskell-team/DHG_packages][master] fgl-arbitrary: patch for newer hspec

Clint Adams gitlab at salsa.debian.org
Sun Oct 21 23:04:43 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
37bae113 by Clint Adams at 2018-10-21T22:04:22Z
fgl-arbitrary: patch for newer hspec

- - - - -


4 changed files:

- p/haskell-fgl-arbitrary/debian/changelog
- p/haskell-fgl-arbitrary/debian/control
- + p/haskell-fgl-arbitrary/debian/patches/newer-hspec
- p/haskell-fgl-arbitrary/debian/patches/series


Changes:

=====================================
p/haskell-fgl-arbitrary/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-fgl-arbitrary (0.2.0.3-5) unstable; urgency=medium
+
+  * Patch for newer hspec.
+
+ -- Clint Adams <clint at debian.org>  Sun, 21 Oct 2018 18:04:05 -0400
+
 haskell-fgl-arbitrary (0.2.0.3-4) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-fgl-arbitrary/debian/control
=====================================
@@ -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


=====================================
p/haskell-fgl-arbitrary/debian/patches/newer-hspec
=====================================
@@ -0,0 +1,11 @@
+--- 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


=====================================
p/haskell-fgl-arbitrary/debian/patches/series
=====================================
@@ -1 +1,2 @@
 newer-deps
+newer-hspec



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/37bae11321919cef042d15acab1567840df83235
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/20181021/82552eb4/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list