Cabal revisions of fay-0.16.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: fay version: 0.16.0.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 is type-checked with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad, , System.Directory.Extra , System.Process.Extra ghc-options: -O2 -Wall -fno-warn-name-shadowing- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, aeson, attoparsec, containers, filepath, ghc-paths, Cabal,- haskell-src-exts,+ haskell-src-exts < 1.14, language-ecmascript >= 0.15, mtl, pretty-show, HUnit, bytestring, time,- optparse-applicative >= 0.5,+ optparse-applicative == 0.5.*, split, test-framework, test-framework-hunit, ghc-options: -O2 -Wall ghc-prof-options: -fprof-auto main-is: Main.hs- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, aeson, containers, data-default, filepath, ghc-paths, Cabal,- haskell-src-exts,+ haskell-src-exts < 1.14, language-ecmascript >= 0.10, mtl, process, utf8-string, haskeline,- optparse-applicative >= 0.5,+ optparse-applicative == 0.5.*, split executable fay-tests ghc-prof-options: -fprof-auto main-is: Tests.hs other-modules: Fay.Compiler Test.Convert Test.Api Test.CommandLine Test.Util- build-depends: base >= 4 && < 5,+ build-depends: base >= 4 && < 4.7, aeson, attoparsec, bytestring, filepath, ghc-paths, Cabal,- haskell-src-exts,+ haskell-src-exts < 1.14, language-ecmascript >= 0.10, mtl, pretty-show,
revision 2
name: fay version: 0.16.0.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 is type-checked with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad, , System.Directory.Extra , System.Process.Extra ghc-options: -O2 -Wall -fno-warn-name-shadowing- build-depends: base >= 4 && < 4.7,- aeson,+ build-depends: base >= 4.6 && < 4.7,+ aeson < 0.7, attoparsec, containers, data-default, ghc-options: -O2 -Wall ghc-prof-options: -fprof-auto main-is: Main.hs- build-depends: base >= 4 && < 4.7,- aeson,+ build-depends: base >= 4.6 && < 4.7,+ aeson < 0.7, containers, data-default, directory, ghc-prof-options: -fprof-auto main-is: Tests.hs other-modules: Fay.Compiler Test.Convert Test.Api Test.CommandLine Test.Util- build-depends: base >= 4 && < 4.7,- aeson,+ build-depends: base >= 4.6 && < 4.7,+ aeson < 0.7, attoparsec, bytestring, containers,