[Git][haskell-team/DHG_packages][master] werewolf: Relax dependencies
Ilias Tsitsimpis
gitlab at salsa.debian.org
Wed Nov 7 13:56:31 GMT 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
99309e61 by Ilias Tsitsimpis at 2018-11-07T13:52:15Z
werewolf: Relax dependencies
- - - - -
3 changed files:
- p/haskell-werewolf/debian/changelog
- p/haskell-werewolf/debian/control
- p/haskell-werewolf/debian/patches/newer-deps
Changes:
=====================================
p/haskell-werewolf/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-werewolf (1.5.2.0-4) unstable; urgency=medium
+
+ * Relax dependency on aeson and template-haskell
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 07 Nov 2018 15:49:14 +0200
+
haskell-werewolf (1.5.2.0-3) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
=====================================
p/haskell-werewolf/debian/control
=====================================
@@ -12,7 +12,6 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.8),
- libghc-aeson-dev (<< 1.3),
libghc-aeson-prof,
libghc-extra-dev (>= 1.4),
libghc-extra-dev (<< 1.7),
=====================================
p/haskell-werewolf/debian/patches/newer-deps
=====================================
@@ -1,14 +1,16 @@
Description: Bump directory bounds on buildds.
Author: Bhavani Shankar <bhavi at ubuntu.com>
+Index: b/werewolf.cabal
+===================================================================
--- a/werewolf.cabal
+++ b/werewolf.cabal
-@@ -349,16 +349,16 @@
+@@ -349,16 +349,16 @@ executable werewolf
QuasiQuotes,
Rank2Types
build-depends:
- aeson >= 0.8 && < 1.2,
-+ aeson >= 0.8 && < 1.3,
++ aeson >= 0.8,
base >= 4.8 && < 5,
containers == 0.5.*,
directory > 1.2,
@@ -24,12 +26,12 @@ Author: Bhavani Shankar <bhavi at ubuntu.com>
random-shuffle,
text == 1.2.*,
transformers >= 0.4 && < 0.6,
-@@ -387,13 +387,13 @@
+@@ -387,13 +387,13 @@ library
Rank2Types,
TemplateHaskell
build-depends:
- aeson >= 0.8 && < 1.2,
-+ aeson >= 0.8 && < 1.3,
++ aeson >= 0.8,
base >= 4.8 && < 5,
containers == 0.5.*,
- extra >= 1.4 && < 1.6,
@@ -40,6 +42,6 @@ Author: Bhavani Shankar <bhavi at ubuntu.com>
+ lens >= 4.12 && < 4.17,
mtl == 2.2.*,
- template-haskell >= 2.10 && < 2.12,
-+ template-haskell >= 2.10 && < 2.13,
++ template-haskell >= 2.10,
text == 1.2.*,
transformers >= 0.4 && < 0.6
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/99309e61af69ec1117e7339f33e35a5b62348ff6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/99309e61af69ec1117e7339f33e35a5b62348ff6
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/20181107/23a2ae16/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list