[Git][haskell-team/DHG_packages][master] active: patch for newer base, QuickCheck, and lens
Clint Adams
gitlab at salsa.debian.org
Sat Apr 14 16:12:35 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
109ffd49 by Clint Adams at 2018-04-14T11:12:08-04:00
active: patch for newer base, QuickCheck, and lens
- - - - -
4 changed files:
- p/haskell-active/debian/changelog
- p/haskell-active/debian/control
- + p/haskell-active/debian/patches/newer-deps
- + p/haskell-active/debian/patches/series
Changes:
=====================================
p/haskell-active/debian/changelog
=====================================
--- a/p/haskell-active/debian/changelog
+++ b/p/haskell-active/debian/changelog
@@ -1,3 +1,9 @@
+haskell-active (0.2.0.13-3) unstable; urgency=medium
+
+ * Patch for newer base, QuickCheck, and lens.
+
+ -- Clint Adams <clint at debian.org> Sat, 14 Apr 2018 11:11:54 -0400
+
haskell-active (0.2.0.13-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-active/debian/control
=====================================
--- a/p/haskell-active/debian/control
+++ b/p/haskell-active/debian/control
@@ -25,7 +25,7 @@ Build-Depends:
libghc-vector-dev (>= 0.10),
libghc-vector-prof,
libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.10),
+ libghc-quickcheck2-dev (<< 2.12),
Build-Depends-Indep: ghc-doc,
libghc-lens-doc,
libghc-linear-doc,
=====================================
p/haskell-active/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-active/debian/patches/newer-deps
@@ -0,0 +1,28 @@
+--- a/active.cabal
++++ b/active.cabal
+@@ -20,7 +20,7 @@
+
+ library
+ exposed-modules: Data.Active
+- build-depends: base >= 4.0 && < 4.11,
++ build-depends: base >= 4.0 && < 5,
+ vector >= 0.10,
+ semigroups >= 0.1 && < 0.19,
+ semigroupoids >= 1.2 && < 5.3,
+@@ -32,13 +32,13 @@
+ test-suite active-tests
+ type: exitcode-stdio-1.0
+ main-is: active-tests.hs
+- build-depends: base >= 4.0 && < 4.10,
++ build-depends: base >= 4.0 && < 5,
+ vector >= 0.10,
+ semigroups >= 0.1 && < 0.19,
+ semigroupoids >= 1.2 && < 5.3,
+- lens >= 4.0 && < 4.16,
++ lens >= 4.0 && < 4.17,
+ linear >= 1.14 && < 1.21,
+- QuickCheck >= 2.9 && < 2.10
++ QuickCheck >= 2.9 && < 2.12
+ other-modules: Data.Active
+ hs-source-dirs: src, test
+ default-language: Haskell2010
=====================================
p/haskell-active/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-active/debian/patches/series
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/109ffd49ac347eb56defb1ce985cb2c7d792e6d3
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/109ffd49ac347eb56defb1ce985cb2c7d792e6d3
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/20180414/1190a4e0/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list