Commit 0ee3bf5d authored by Clint Adams's avatar Clint Adams
Browse files

werewolf: Upgrading from 1.5.1.1 to 1.5.2.0

parent 7dd67a45
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-werewolf (1.5.2.0-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Wed, 18 Apr 2018 08:10:38 -0400

haskell-werewolf (1.5.1.1-9) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+11 −11
Original line number Diff line number Diff line
@@ -11,28 +11,28 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-aeson-dev (>= 0.8),
 libghc-aeson-dev (<< 1.2),
 libghc-aeson-dev (<< 1.3),
 libghc-aeson-prof,
 libghc-extra-dev (>= 1.4),
 libghc-extra-dev (<< 1.6),
 libghc-extra-dev (<< 1.7),
 libghc-extra-prof,
 libghc-interpolate-dev (<< 0.2),
 libghc-interpolate-dev (>= 0.1),
 libghc-interpolate-dev (<< 0.3),
 libghc-interpolate-prof,
 libghc-lens-dev (>= 4.12),
 libghc-lens-dev (<< 4.16),
 libghc-lens-dev (<< 4.17),
 libghc-lens-prof,
 libghc-monadrandom-dev (>= 0.4),
 libghc-monadrandom-dev (<< 0.6),
 libghc-mtl-dev (<< 2.3),
 libghc-mtl-dev (>= 2.2),
 libghc-mtl-dev (<< 2.3),
 libghc-mtl-prof,
 libghc-optparse-applicative-dev (<< 0.14),
 libghc-optparse-applicative-dev (>= 0.11),
 libghc-random-shuffle-dev,
 libghc-text-dev (<< 1.3),
 libghc-text-dev (>= 1.2),
 libghc-text-dev (<< 1.3),
 libghc-text-prof,
 libghc-monadrandom-dev (>= 0.4),
 libghc-monadrandom-dev (<< 0.6),
 libghc-optparse-applicative-dev (>= 0.11),
 libghc-optparse-applicative-dev (<< 0.15),
 libghc-random-shuffle-dev,
Build-Depends-Indep:
 ghc-doc,
 libghc-aeson-doc,
+0 −48
Original line number Diff line number Diff line
Index: b/werewolf.cabal
===================================================================
--- a/werewolf.cabal
+++ b/werewolf.cabal
@@ -349,13 +349,13 @@ executable werewolf
         QuasiQuotes,
         Rank2Types
     build-depends:
-        aeson >= 0.8 && < 0.12,
+        aeson >= 0.8 && < 1.2,
         base >= 4.8 && < 5,
         containers == 0.5.*,
         directory > 1.2,
         extra >= 1.4 && < 1.6,
         filepath == 1.4.*,
-        lens >= 4.12 && < 4.15,
+        lens >= 4.12 && < 4.16,
         MonadRandom >= 0.4 && < 0.6,
         mtl == 2.2.*,
         optparse-applicative >= 0.11 && < 0.14,
@@ -387,12 +387,12 @@ library
         Rank2Types,
         TemplateHaskell
     build-depends:
-        aeson >= 0.8 && < 0.12,
+        aeson >= 0.8 && < 1.2,
         base >= 4.8 && < 5,
         containers == 0.5.*,
         extra >= 1.4 && < 1.6,
         interpolate == 0.1.*,
-        lens >= 4.12 && < 4.15,
+        lens >= 4.12 && < 4.16,
         mtl == 2.2.*,
         template-haskell >= 2.10 && < 2.12,
         text == 1.2.*,
Index: b/src/Game/Werewolf/Game.hs
===================================================================
--- a/src/Game/Werewolf/Game.hs
+++ b/src/Game/Werewolf/Game.hs
@@ -131,7 +131,7 @@ makeLenses ''Game
 makePrisms ''Stage
 
 #if __GLASGOW_HASKELL__ >= 800
-activity :: Contravariant f => (Activity -> f Activity) -> Stage -> f Stage
+activity :: (Functor f, Contravariant f) => (Activity -> f Activity) -> Stage -> f Stage
 #else
 activity :: Getter Stage Activity
 #endif
+45 −0
Original line number Diff line number Diff line
Description: Bump directory bounds on buildds.
Author: Bhavani Shankar <bhavi@ubuntu.com>

--- a/werewolf.cabal
+++ b/werewolf.cabal
@@ -349,16 +349,16 @@
         QuasiQuotes,
         Rank2Types
     build-depends:
-        aeson >= 0.8 && < 1.2,
+        aeson >= 0.8 && < 1.3,
         base >= 4.8 && < 5,
         containers == 0.5.*,
         directory > 1.2,
-        extra >= 1.4 && < 1.6,
+        extra >= 1.4 && < 1.7,
         filepath == 1.4.*,
-        lens >= 4.12 && < 4.16,
+        lens >= 4.12 && < 4.17,
         MonadRandom >= 0.4 && < 0.6,
         mtl == 2.2.*,
-        optparse-applicative >= 0.11 && < 0.14,
+        optparse-applicative >= 0.11 && < 0.15,
         random-shuffle,
         text == 1.2.*,
         transformers >= 0.4 && < 0.6,
@@ -387,13 +387,13 @@
         Rank2Types,
         TemplateHaskell
     build-depends:
-        aeson >= 0.8 && < 1.2,
+        aeson >= 0.8 && < 1.3,
         base >= 4.8 && < 5,
         containers == 0.5.*,
-        extra >= 1.4 && < 1.6,
-        interpolate == 0.1.*,
-        lens >= 4.12 && < 4.16,
+        extra >= 1.4 && < 1.7,
+        interpolate >= 0.1,
+        lens >= 4.12 && < 4.17,
         mtl == 2.2.*,
-        template-haskell >= 2.10 && < 2.12,
+        template-haskell >= 2.10 && < 2.13,
         text == 1.2.*,
         transformers >= 0.4 && < 0.6
+0 −16
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
@@ -352,7 +352,7 @@ executable werewolf
         aeson >= 0.8 && < 0.12,
         base >= 4.8 && < 5,
         containers == 0.5.*,
-        directory == 1.2.*,
+        directory > 1.2,
         extra == 1.4.*,
         filepath == 1.4.*,
         lens >= 4.12 && < 4.15,
Loading