Commit e23b3279 authored by Clint Adams's avatar Clint Adams
Browse files

patch statestack

parent 84316f0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ split 0.2.3.3
sql-words 0.1.5.1
stack 1.6.5 binary=haskell-stack key ignore # BROKEN: LTS 11: newer ansi-terminal
stateref 0.3
statestack 0.2.0.5 ignore # BROKEN: LTS 11: newer base
statestack 0.2.0.5
StateVar 1.1.0.4
static-hash 0.0.1
statistics 0.14.0.2
+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