packages feed

Cabal revisions of purescript-0.6.1.1

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

revision 1
 name: purescript version: 0.6.1.1+x-revision: 1 cabal-version: >=1.8 build-type: Simple license: MIT                    mtl >= 2.1.0 && < 2.3.0,                    parsec -any,                    transformers >= 0.3 && < 0.5,-                   utf8-string -any,+                   utf8-string < 1,                    pattern-arrows >= 0.0.2 && < 0.1,                    monad-unify >= 0.2.2 && < 0.3,                    file-embed >= 0.0.7 && < 0.0.8, 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,                    cmdtheline -any     main-is: Main.hs     buildable: True     ghc-options: -Wall -O2  executable psc-docs-    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