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

Clint Adams gitlab at salsa.debian.org
Sun Oct 21 23:02:36 BST 2018


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


Commits:
460561c1 by Clint Adams at 2018-10-21T22:01:37Z
fgl: patch for newer hspec

- - - - -


4 changed files:

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


Changes:

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


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


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


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/460561c1fd7b5091f2bfcd371e1fbc2259e37334
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/3d7e4f24/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list