packages feed

Cabal revisions of statestack-0.2.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                statestack-Version:             0.2.0.5-Synopsis:            Simple State-like monad transformer with saveable and restorable state-Description:         Simple State-like monad transformer where states can be saved to-                     and restored from an internal stack.-License:             BSD3-License-file:        LICENSE-Extra-source-files:  CHANGES.md-Author:              Brent Yorgey-Maintainer:          byorgey@cis.upenn.edu-Category:            Control-Build-type:          Simple-Cabal-version:       >=1.10-Bug-reports:         http://github.com/diagrams/statestack/issues-Source-repository head-  type: git-  location: git://github.com/diagrams/statestack--Library-  Default-language:    Haskell2010-  Exposed-modules:     Control.Monad.StateStack-  Build-depends:       base >= 4.2 && < 4.10,-                       mtl >= 2.1 && < 2.3,-                       transformers >= 0.3 && < 0.6,-                       transformers-compat >= 0.4 && < 0.6+Name:                statestack
+Version:             0.2.0.5
+x-revision: 1
+Synopsis:            Simple State-like monad transformer with saveable and restorable state
+Description:         Simple State-like monad transformer where states can be saved to
+                     and restored from an internal stack.
+License:             BSD3
+License-file:        LICENSE
+Extra-source-files:  CHANGES.md
+Author:              Brent Yorgey
+Maintainer:          byorgey@cis.upenn.edu
+Category:            Control
+Build-type:          Simple
+Cabal-version:       >=1.10
+Bug-reports:         http://github.com/diagrams/statestack/issues
+Source-repository head
+  type: git
+  location: git://github.com/diagrams/statestack
+
+Library
+  Default-language:    Haskell2010
+  Exposed-modules:     Control.Monad.StateStack
+  Build-depends:       base >= 4.2 && < 4.11,
+                       mtl >= 2.1 && < 2.3,
+                       transformers >= 0.3 && < 0.6,
+                       transformers-compat >= 0.4 && < 0.6
revision 2
 Name:                statestack
 Version:             0.2.0.5
-x-revision: 1
+x-revision: 2
 Synopsis:            Simple State-like monad transformer with saveable and restorable state
 Description:         Simple State-like monad transformer where states can be saved to
                      and restored from an internal stack.
 Library
   Default-language:    Haskell2010
   Exposed-modules:     Control.Monad.StateStack
-  Build-depends:       base >= 4.2 && < 4.11,
+  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
revision 3
 Name:                statestack
 Version:             0.2.0.5
-x-revision: 2
+x-revision: 3
 Synopsis:            Simple State-like monad transformer with saveable and restorable state
 Description:         Simple State-like monad transformer where states can be saved to
                      and restored from an internal stack.
 Library
   Default-language:    Haskell2010
   Exposed-modules:     Control.Monad.StateStack
-  Build-depends:       base >= 4.2 && < 4.12,
+  Build-depends:       base >= 4.2 && < 4.13,
                        mtl >= 2.1 && < 2.3,
                        transformers >= 0.3 && < 0.6,
                        transformers-compat >= 0.4 && < 0.7