[Git][haskell-team/DHG_packages][master] active: patch for newer build dependencies
Clint Adams
gitlab at salsa.debian.org
Sun Sep 1 15:42:04 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
58a0273e by Clint Adams at 2019-09-01T14:41:32Z
active: patch for newer build dependencies
- - - - -
3 changed files:
- p/haskell-active/debian/changelog
- p/haskell-active/debian/control
- p/haskell-active/debian/patches/newer-deps
Changes:
=====================================
p/haskell-active/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-active (0.2.0.13-7) unstable; urgency=medium
+
+ * Patch for newer build dependencies.
+
+ -- Clint Adams <clint at debian.org> Sun, 01 Sep 2019 10:31:24 -0400
+
haskell-active (0.2.0.13-6) unstable; urgency=medium
[ Clint Adams ]
=====================================
p/haskell-active/debian/control
=====================================
@@ -12,13 +12,13 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-lens-dev (>= 4.0),
- libghc-lens-dev (<< 4.17),
+ libghc-lens-dev (<< 4.18),
libghc-lens-prof,
libghc-linear-dev (>= 1.14),
libghc-linear-dev (<< 1.21),
libghc-linear-prof,
libghc-semigroupoids-dev (>= 1.2),
- libghc-semigroupoids-dev (<< 5.3),
+ libghc-semigroupoids-dev (<< 5.4),
libghc-semigroupoids-prof,
libghc-semigroups-dev (<< 0.19),
libghc-semigroups-dev (>= 0.1),
@@ -26,15 +26,15 @@ Build-Depends:
libghc-vector-dev (>= 0.10),
libghc-vector-prof,
libghc-quickcheck2-dev (>= 2.9),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.14),
Build-Depends-Indep: ghc-doc,
libghc-lens-doc,
libghc-linear-doc,
libghc-semigroupoids-doc,
libghc-semigroups-doc,
libghc-vector-doc,
-Standards-Version: 4.1.4
-Homepage: http://hackage.haskell.org/package/active
+Standards-Version: 4.4.0
+Homepage: https://hackage.haskell.org/package/active
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-active
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-active]
=====================================
p/haskell-active/debian/patches/newer-deps
=====================================
@@ -8,9 +8,10 @@
+ build-depends: base >= 4.0 && < 5,
vector >= 0.10,
semigroups >= 0.1 && < 0.19,
- semigroupoids >= 1.2 && < 5.3,
+- semigroupoids >= 1.2 && < 5.3,
- lens >= 4.0 && < 4.16,
-+ lens >= 4.0 && < 4.17,
++ semigroupoids >= 1.2 && < 5.4,
++ lens >= 4.0 && < 4.18,
linear >= 1.14 && < 1.21
hs-source-dirs: src
default-language: Haskell2010
@@ -22,12 +23,13 @@
+ build-depends: base >= 4.0 && < 5,
vector >= 0.10,
semigroups >= 0.1 && < 0.19,
- semigroupoids >= 1.2 && < 5.3,
+- semigroupoids >= 1.2 && < 5.3,
- lens >= 4.0 && < 4.16,
-+ lens >= 4.0 && < 4.17,
++ semigroupoids >= 1.2 && < 5.4,
++ lens >= 4.0 && < 4.18,
linear >= 1.14 && < 1.21,
- QuickCheck >= 2.9 && < 2.10
-+ QuickCheck >= 2.9 && < 2.12
++ QuickCheck >= 2.9 && < 2.13
other-modules: Data.Active
hs-source-dirs: src, test
default-language: Haskell2010
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/58a0273e5599f0fff828591e422d7bc37f9e7c25
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/58a0273e5599f0fff828591e422d7bc37f9e7c25
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/20190901/e654b89c/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list