packages feed

Cabal revisions of transient-0.1.1

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

revision 1
 name: transient
 version: 0.1.1
+x-revision: 1
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
 library
     build-depends: base  >4 && <5 , mtl , random , containers ,
                    directory , filepath , stm , HTTP , network ,
-                   transformers , process , network-info ,
+                   transformers , process >=1.2 , network-info ,
                    bytestring , time , TCache, SHA
     exposed-modules: Transient.DDS Transient.Indeterminism
                      Transient.Base Transient.EVars Transient.Backtrack Transient.Move
revision 2
 name: transient
 version: 0.1.1
-x-revision: 1
+x-revision: 2
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
     location: https://github.com/agocorona/transient
 
 library
-    build-depends: base  >4 && <5 , mtl , random , containers ,
+    build-depends: base  >=4.6 && <5 , mtl , random , containers ,
                    directory , filepath , stm , HTTP , network ,
                    transformers , process >=1.2 , network-info ,
                    bytestring , time , TCache, SHA
revision 3
 name: transient
 version: 0.1.1
-x-revision: 2
+x-revision: 3
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
     location: https://github.com/agocorona/transient
 
 library
-    build-depends: base  >=4.6 && <5 , mtl , random , containers ,
-                   directory , filepath , stm , HTTP , network ,
-                   transformers , process >=1.2 , network-info ,
-                   bytestring , time , TCache, SHA
+    build-depends: base >=4.6 && <4.10
+                 , mtl < 2.3
+                 , random < 1.2
+                 , containers < 0.6
+                 , directory < 1.4
+                 , filepath < 1.5
+                 , stm < 2.5
+                 , HTTP < 4000.4
+                 , network < 2.6.3
+                 , transformers < 0.6
+                 , process >=1.2 && < 1.5
+                 , network-info < 0.3
+                 , bytestring < 0.11
+                 , time < 1.7
+                 , TCache < 0.13
+                 , SHA < 1.7
+
     exposed-modules: Transient.DDS Transient.Indeterminism
                      Transient.Base Transient.EVars Transient.Backtrack Transient.Move
                      Transient.Logged Transient.Stream.Resource