packages feed

Cabal revisions of tardis-0.4.1.0

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

revision 1
-name:                tardis-version:             0.4.1.0-synopsis:            Bidirectional state monad transformer-homepage:            https://github.com/DanBurton/tardis-bug-reports:         https://github.com/DanBurton/tardis/issues-license:             BSD3-license-file:        LICENSE-author:              Dan Burton-maintainer:          danburton.email@gmail.com-category:            Control-build-type:          Simple-cabal-version:       >=1.8--description:-  A Tardis is a combination of both a forwards and a backwards-  state transformer, providing two state values that \"travel\"-  in opposite directions.-  .-  A detailed description of what a Tardis is and how to use it-  can be found in the documentation for Control.Monad.Tardis.---library-  exposed-modules:     Control.Monad.Tardis-                     , Control.Monad.Tardis.Class-                     , Control.Monad.Trans.Tardis--  build-depends:       base==4.*-                     , mtl==2.*-                     , mmorph==1.*---source-repository head-  type:     git-  location: git://github.com/DanBurton/tardis.git--source-repository this-  type:     git-  location: git://github.com/DanBurton/tardis.git-  tag:      tardis-0.4.1.0+name:                tardis
+version:             0.4.1.0
+x-revision: 1
+synopsis:            Bidirectional state monad transformer
+homepage:            https://github.com/DanBurton/tardis
+bug-reports:         https://github.com/DanBurton/tardis/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Dan Burton
+maintainer:          danburton.email@gmail.com
+category:            Control
+build-type:          Simple
+cabal-version:       >=1.8
+
+description:
+  A Tardis is a combination of both a forwards and a backwards
+  state transformer, providing two state values that \"travel\"
+  in opposite directions.
+  .
+  A detailed description of what a Tardis is and how to use it
+  can be found in the documentation for Control.Monad.Tardis.
+
+
+library
+  exposed-modules:     Control.Monad.Tardis
+                     , Control.Monad.Tardis.Class
+                     , Control.Monad.Trans.Tardis
+
+  build-depends:       base>=4.8 && < 5
+                     , mtl==2.*
+                     , mmorph==1.*
+
+
+source-repository head
+  type:     git
+  location: git://github.com/DanBurton/tardis.git
+
+source-repository this
+  type:     git
+  location: git://github.com/DanBurton/tardis.git
+  tag:      tardis-0.4.1.0
revision 2
 name:                tardis
 version:             0.4.1.0
-x-revision: 1
+x-revision: 2
 synopsis:            Bidirectional state monad transformer
 homepage:            https://github.com/DanBurton/tardis
 bug-reports:         https://github.com/DanBurton/tardis/issues
 
 
 library
+  build-depends: mtl <2.3+   exposed-modules:     Control.Monad.Tardis
                      , Control.Monad.Tardis.Class
                      , Control.Monad.Trans.Tardis