Cabal revisions of fay-0.5.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: fay version: 0.5.1.0+x-revision: 1 synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript. description: Fay is a proper subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript. It is lazy, pure, with a Fay monad, exposed-modules: Language.Fay, Language.Fay.Types, Language.Fay.FFI, Language.Fay.Prelude, Language.Fay.Show other-modules: Language.Fay.Print, Control.Monad.IO, Language.Fay.Stdlib, System.Process.Extra ghc-options: -O2- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl,- haskell-src-exts,+ haskell-src-exts < 1.14, json, pretty-show, data-default, hs-source-dirs: src ghc-options: -O2 main-is: Main.hs- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl,- haskell-src-exts,+ haskell-src-exts < 1.14, json, process, data-default, ghc-options: -O2 main-is: Tests.hs other-modules: Language.Fay.Compiler- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, mtl,- 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,- haskell-src-exts,+ haskell-src-exts < 1.14, json, HUnit, process,
revision 2
name: fay version: 0.5.1.0-x-revision: 1+x-revision: 2 synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript. description: Fay is a proper subset of Haskell which can be compiled (type-checked) with GHC, and compiled to JavaScript. It is lazy, pure, with a Fay monad, 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,