Commit 99309e61 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

werewolf: Relax dependencies

parent 5c93ada6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-werewolf (1.5.2.0-4) unstable; urgency=medium

  * Relax dependency on aeson and template-haskell

 -- Ilias Tsitsimpis <iliastsi@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)
+0 −1
Original line number Diff line number Diff line
@@ -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),
+7 −5
Original line number Diff line number Diff line
Description: Bump directory bounds on buildds.
Author: Bhavani Shankar <bhavi@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@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@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