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

statestack: patch for newer base and transformers-compat

parent 3f443ed6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-statestack (0.2.0.5-5) unstable; urgency=medium

  * Patch for newer base and transformers-compat.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 10:07:53 -0400

haskell-statestack (0.2.0.5-4) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+3 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@ Build-Depends:
 debhelper (>= 9),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-mtl-dev (<< 2.3),
 haskell-devscripts (>= 0.13.7),
 libghc-mtl-dev (>= 2.1),
 libghc-mtl-dev (<< 2.3),
 libghc-mtl-prof,
 libghc-transformers-compat-dev (<< 0.6),
 libghc-transformers-compat-dev (>= 0.4),
 libghc-transformers-compat-dev (<< 0.7),
 libghc-transformers-compat-prof,
Build-Depends-Indep:
 ghc-doc,
+12 −0
Original line number Diff line number Diff line
--- a/statestack.cabal
+++ b/statestack.cabal
@@ -19,7 +19,7 @@
 Library
   Default-language:    Haskell2010
   Exposed-modules:     Control.Monad.StateStack
-  Build-depends:       base >= 4.2 && < 4.10,
+  Build-depends:       base >= 4.2 && < 4.12,
                        mtl >= 2.1 && < 2.3,
                        transformers >= 0.3 && < 0.6,
-                       transformers-compat >= 0.4 && < 0.6
+                       transformers-compat >= 0.4 && < 0.7
+1 −0
Original line number Diff line number Diff line
newer-base-and-transformers-compat