packages feed

Cabal revisions of purescript-0.5.2.4

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

revision 1
 name: purescript version: 0.5.2.4+x-revision: 1 cabal-version: >=1.8 build-type: Custom license: MIT library     build-depends: base >=4 && <5, cmdtheline == 0.2.*, containers -any, unordered-containers -any,                    directory >= 1.2, filepath -any, mtl >= 2.1.0 && < 2.2.0, parsec -any,-                   transformers >= 0.3 && < 0.4, utf8-string -any,+                   transformers >= 0.3 && < 0.4, utf8-string < 1,                    pattern-arrows >= 0.0.2 && < 0.1,                    monad-unify >= 0.2.2 && < 0.3,                    xdg-basedir -any, time -any executable psc     build-depends: base >=4 && <5, cmdtheline -any, containers -any,                    directory -any, filepath -any, mtl -any, parsec -any,-                   purescript -any, transformers -any, utf8-string -any+                   purescript -any, transformers -any, utf8-string < 1     main-is: Main.hs     buildable: True     hs-source-dirs: psc executable psc-make     build-depends: base >=4 && <5, cmdtheline -any, containers -any,                    directory -any, filepath -any, mtl -any, parsec -any,-                   purescript -any, transformers -any, utf8-string -any+                   purescript -any, transformers -any, utf8-string < 1     main-is: Main.hs     buildable: True     hs-source-dirs: psc-make executable psci     build-depends: base >=4 && <5, containers -any, directory -any, filepath -any,                    mtl -any, parsec -any, haskeline >= 0.7.0.0, purescript -any,-                   transformers -any, utf8-string -any, process -any,+                   transformers -any, utf8-string < 1, process -any,                    xdg-basedir -any, cmdtheline -any     main-is: Main.hs     buildable: True     ghc-options: -Wall -O2  executable docgen-    build-depends: base >=4 && <5, cmdtheline -any, purescript -any, utf8-string -any,+    build-depends: base >=4 && <5, cmdtheline -any, purescript -any, utf8-string < 1,                    process -any, mtl -any     main-is: Main.hs     buildable: True     ghc-options: -Wall -O2  executable hierarchy-    build-depends: base >=4 && <5, cmdtheline -any, purescript -any, utf8-string -any,+    build-depends: base >=4 && <5, cmdtheline -any, purescript -any, utf8-string < 1,                    process -any, mtl -any, parsec -any, filepath -any, directory -any     main-is: Main.hs     buildable: True test-suite tests     build-depends: base >=4 && <5, containers -any, directory -any,                    filepath -any, mtl -any, parsec -any, purescript -any,-                   transformers -any, utf8-string -any, process -any+                   transformers -any, utf8-string < 1, process -any     type: exitcode-stdio-1.0     main-is: Main.hs     buildable: True