Cabal revisions of fay-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: fay version: 0.1.0.0+x-revision: 1 synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript.-description: Fay is a strict subset of Haskell which can be compiled (type-checked) +description: Fay is a strict subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript. homepage: http://chrisdone.com/fay license: BSD3 exposed-modules: Language.Fay, Language.Fay.Types, Language.Fay.FFI, Language.Fay.Prelude other-modules: Language.Fay.Print, Control.Monad.IO, Language.Fay.Stdlib ghc-options: -O2- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl, language-javascript,- haskell-src-exts,+ haskell-src-exts < 1.14, json, -- Requirements for the executables which hs-source-dirs: src ghc-options: -O2 main-is: Main.hs- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl, language-javascript,- haskell-src-exts,+ haskell-src-exts < 1.14, json executable fay-tests ghc-options: -O2 main-is: Tests.hs other-modules: Language.Fay.Compiler- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl, language-javascript,- haskell-src-exts,+ haskell-src-exts < 1.14, json, HUnit, process, ghc-options: -O2 main-is: Docs.hs other-modules: Text.Blaze.Extra- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl, language-javascript,- haskell-src-exts,+ haskell-src-exts < 1.14, json, HUnit, process,
revision 2
name: fay version: 0.1.0.0-x-revision: 1+x-revision: 2 synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript. description: Fay is a strict subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript. process, filepath, directory,- blaze-html,+ blaze-html < 0.8.1.0, blaze-markup, bytestring, time process, filepath, directory,- blaze-html,+ blaze-html < 0.8.1.0, blaze-markup, bytestring, time