[Git][haskell-team/DHG_packages][master] active: fix patch
Clint Adams
gitlab at salsa.debian.org
Sun Apr 15 20:59:53 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0a313a3b by Clint Adams at 2018-04-15T15:59:27-04:00
active: fix patch
- - - - -
2 changed files:
- p/haskell-active/debian/changelog
- p/haskell-active/debian/patches/newer-deps
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-5) unstable; urgency=medium
+
+ * Fix patch.
+
+ -- Clint Adams <clint at debian.org> Sun, 15 Apr 2018 15:59:14 -0400
+
haskell-active (0.2.0.13-4) unstable; urgency=medium
* Fix Build-Depends.
=====================================
p/haskell-active/debian/patches/newer-deps
=====================================
--- a/p/haskell-active/debian/patches/newer-deps
+++ b/p/haskell-active/debian/patches/newer-deps
@@ -1,6 +1,6 @@
--- a/active.cabal
+++ b/active.cabal
-@@ -20,7 +20,7 @@
+@@ -20,11 +20,11 @@
library
exposed-modules: Data.Active
@@ -9,6 +9,11 @@
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
+ hs-source-dirs: src
+ default-language: Haskell2010
@@ -32,13 +32,13 @@
test-suite active-tests
type: exitcode-stdio-1.0
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0a313a3bc37ed30eef1362fccd1588a9dd691f60
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/0a313a3bc37ed30eef1362fccd1588a9dd691f60
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/20180415/ec46f8e0/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list