Cabal revisions of purescript-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: purescript version: 0.1.0+x-revision: 1 cabal-version: >=1.8 build-type: Simple license: MIT library build-depends: base >=4 && <5, syb -any, cmdtheline -any, containers -any, mtl -any, transformers -any, parsec -any,- utf8-string -any+ utf8-string < 1 exposed-modules: PureScript.CodeGen.Pretty.Values PureScript.CodeGen.Pretty.Types PureScript PureScript.Declarations PureScript.Names PureScript.TypeChecker.Synonyms executable psc build-depends: base >=4 && <5, cmdtheline -any, containers -any,- mtl -any, transformers -any, parsec -any, utf8-string -any,+ mtl -any, transformers -any, parsec -any, utf8-string < 1, syb -any main-is: Main.hs buildable: True test-suite tests build-depends: base >=4 && <5, syb -any, directory -any, filepath -any, containers -any, mtl -any, transformers -any,- parsec -any, utf8-string -any, purescript -any+ parsec -any, utf8-string < 1, purescript -any type: exitcode-stdio-1.0 main-is: Main.hs buildable: True
revision 2
-name: purescript-version: 0.1.0-x-revision: 1-cabal-version: >=1.8-build-type: Simple-license: MIT-license-file: LICENSE-copyright: (c) Phil Freeman 2013-maintainer: Phil Freeman <paf31@cantab.net>-stability: experimental-synopsis: PureScript Programming Language Compiler-description: A small compile-to-JS language with extensible records and type-safe blocks-author: Phil Freeman <paf31@cantab.net>-data-dir: ""- -library- build-depends: base >=4 && <5, syb -any, cmdtheline -any,- containers -any, mtl -any, transformers -any, parsec -any,- utf8-string < 1- exposed-modules: PureScript.CodeGen.Pretty.Values- PureScript.CodeGen.Pretty.Types PureScript PureScript.Declarations- PureScript.Names PureScript.TypeChecker.Synonyms- PureScript.CodeGen.Externs PureScript.CodeGen.JS- PureScript.CodeGen.Common.Gen PureScript.CodeGen.Common Main- PureScript.CodeGen PureScript.Kinds PureScript.Parser- PureScript.TypeChecker PureScript.Types PureScript.Values- PureScript.Parser.Common PureScript.Parser.Declarations- PureScript.Parser.Types PureScript.Parser.Values- PureScript.TypeChecker.Kinds PureScript.TypeChecker.Monad- PureScript.TypeChecker.Types PureScript.Parser.State- PureScript.Parser.Kinds PureScript.CodeGen.Pretty.Kinds- exposed: True- buildable: True- hs-source-dirs: src- other-modules: PureScript.Pretty- -executable psc- build-depends: base >=4 && <5, cmdtheline -any, containers -any,- mtl -any, transformers -any, parsec -any, utf8-string < 1,- syb -any- main-is: Main.hs- buildable: True- hs-source-dirs: src- other-modules: PureScript.Pretty- -test-suite tests- build-depends: base >=4 && <5, syb -any, directory -any,- filepath -any, containers -any, mtl -any, transformers -any,- parsec -any, utf8-string < 1, purescript -any- type: exitcode-stdio-1.0- main-is: Main.hs- buildable: True- hs-source-dirs: tests+name: purescript +version: 0.1.0 +x-revision: 2 +cabal-version: >=1.8 +build-type: Simple +license: MIT +license-file: LICENSE +copyright: (c) Phil Freeman 2013 +maintainer: Phil Freeman <paf31@cantab.net> +stability: experimental +synopsis: PureScript Programming Language Compiler +description: A small compile-to-JS language with extensible records and type-safe blocks +author: Phil Freeman <paf31@cantab.net> +data-dir: "" + +library + build-depends: base >=4 && <5, syb -any, cmdtheline >=0.2.1.1 && <0.3, + containers -any, mtl -any, transformers -any, parsec -any, + utf8-string < 1 + exposed-modules: PureScript.CodeGen.Pretty.Values + PureScript.CodeGen.Pretty.Types PureScript PureScript.Declarations + PureScript.Names PureScript.TypeChecker.Synonyms + PureScript.CodeGen.Externs PureScript.CodeGen.JS + PureScript.CodeGen.Common.Gen PureScript.CodeGen.Common Main + PureScript.CodeGen PureScript.Kinds PureScript.Parser + PureScript.TypeChecker PureScript.Types PureScript.Values + PureScript.Parser.Common PureScript.Parser.Declarations + PureScript.Parser.Types PureScript.Parser.Values + PureScript.TypeChecker.Kinds PureScript.TypeChecker.Monad + PureScript.TypeChecker.Types PureScript.Parser.State + PureScript.Parser.Kinds PureScript.CodeGen.Pretty.Kinds + exposed: True + buildable: True + hs-source-dirs: src + other-modules: PureScript.Pretty + +executable psc + build-depends: base >=4 && <5, cmdtheline -any, containers -any, + mtl -any, transformers -any, parsec -any, utf8-string < 1, + syb -any + main-is: Main.hs + buildable: True + hs-source-dirs: src + other-modules: PureScript.Pretty + +test-suite tests + build-depends: base >=4 && <5, syb -any, directory -any, + filepath -any, containers -any, mtl -any, transformers -any, + parsec -any, utf8-string < 1, purescript -any + type: exitcode-stdio-1.0 + main-is: Main.hs + buildable: True + hs-source-dirs: tests