packages feed

Cabal revisions of transient-0.1.0.0

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

revision 1
 homepage: http://www.fpcomplete.com/user/agocorona
 bug-reports: https://github.com/agocorona/transient/issues
 version: 0.1.0.0
+x-revision: 1
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
 data-dir: ""
 
 library
-    build-depends: base -any, mtl -any, random -any, containers -any,
+    build-depends: base >=4.6 && <5, mtl -any, random -any, containers -any,
                    directory -any, filepath -any, stm -any, HTTP -any, network -any,
                    transformers -any, process -any, network-info -any
 
revision 2
 homepage: http://www.fpcomplete.com/user/agocorona
 bug-reports: https://github.com/agocorona/transient/issues
 version: 0.1.0.0
-x-revision: 1
+x-revision: 2
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
 data-dir: ""
 
 library
+    -- Non buildable:
+    -- move.hs 77:34: Couldn't match expected type ‘(t, t1)’ with actual type ‘Node’
+    -- Could not find module ‘Transient.EVars’
+    build-depends: base<0
     build-depends: base >=4.6 && <5, mtl -any, random -any, containers -any,
                    directory -any, filepath -any, stm -any, HTTP -any, network -any,
                    transformers -any, process -any, network-info -any