packages feed

Cabal revisions of transient-0.5.3

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

revision 1
 name: transient
 
 version: 0.5.3
+x-revision: 1
 
 
 author: Alberto G. Corona
 
 
 library
+    -- https://github.com/transient-haskell/transient/issues/44
+    build-depends: base<0
+
     build-depends:     base          > 4  &&  < 5
                      , containers
                      , mtl