Cabal revisions of jmacro-0.6.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: jmacro-version: 0.6.8-synopsis: QuasiQuotation library for programmatic generation of Javascript code.-description: Javascript syntax, functional syntax, hygienic names, compile-time guarantees of syntactic correctness, limited typechecking. Additional documentation available at <http://www.haskell.org/haskellwiki/Jmacro>-category: Language-license: BSD3-license-file: LICENSE-author: Gershom Bazerman-maintainer: gershomb@gmail.com-Tested-With: GHC == 7.6.2-Build-Type: Simple-Cabal-Version: >= 1.6--library- build-depends: base >= 4, base < 5, containers, wl-pprint-text, text, safe >= 0.2, parsec > 3.0, template-haskell >= 2.3, mtl > 1.1 , haskell-src-exts, haskell-src-meta, bytestring >= 0.9, syb, aeson >= 0.5 , regex-posix > 0.9, vector >= 0.8, unordered-containers >= 0.2-- exposed-modules: Language.Javascript.JMacro- Language.Javascript.JMacro.Util- Language.Javascript.JMacro.TypeCheck- Language.Javascript.JMacro.Types- Language.Javascript.JMacro.Prelude- other-modules: Language.Javascript.JMacro.Base- Language.Javascript.JMacro.QQ- Language.Javascript.JMacro.ParseTH- ghc-options: -Wall--flag benchmarks- description: Build the benchmarks- default: False--executable jmacro- build-depends: parseargs- main-is: Language/Javascript/JMacro/Executable.hs--executable jmacro-bench- main-is: Language/Javascript/JMacro/Benchmark.hs- if flag(benchmarks)- buildable: True- build-depends: criterion- else- buildable: False--source-repository head- type: darcs- location: http://patch-tag.com/r/gershomb/jmacro+name: jmacro +version: 0.6.8 +x-revision: 1 +synopsis: QuasiQuotation library for programmatic generation of Javascript code. +description: Javascript syntax, functional syntax, hygienic names, compile-time guarantees of syntactic correctness, limited typechecking. Additional documentation available at <http://www.haskell.org/haskellwiki/Jmacro> +category: Language +license: BSD3 +license-file: LICENSE +author: Gershom Bazerman +maintainer: gershomb@gmail.com +Tested-With: GHC == 7.6.2 +Build-Type: Simple +Cabal-Version: >= 1.6 + +library + build-depends: base >= 4 && < 4.9.0.0, containers, wl-pprint-text, text, safe >= 0.2, parsec > 3.0, template-haskell >= 2.3, mtl > 1.1 , haskell-src-exts, haskell-src-meta, bytestring >= 0.9, syb, aeson >= 0.5 , regex-posix > 0.9, vector >= 0.8, unordered-containers >= 0.2 + + exposed-modules: Language.Javascript.JMacro + Language.Javascript.JMacro.Util + Language.Javascript.JMacro.TypeCheck + Language.Javascript.JMacro.Types + Language.Javascript.JMacro.Prelude + other-modules: Language.Javascript.JMacro.Base + Language.Javascript.JMacro.QQ + Language.Javascript.JMacro.ParseTH + ghc-options: -Wall + +flag benchmarks + description: Build the benchmarks + default: False + +executable jmacro + build-depends: parseargs + main-is: Language/Javascript/JMacro/Executable.hs + +executable jmacro-bench + main-is: Language/Javascript/JMacro/Benchmark.hs + if flag(benchmarks) + buildable: True + build-depends: criterion + else + buildable: False + +source-repository head + type: darcs + location: http://patch-tag.com/r/gershomb/jmacro
revision 2
name: jmacro version: 0.6.8 -x-revision: 1 +x-revision: 2 synopsis: QuasiQuotation library for programmatic generation of Javascript code. description: Javascript syntax, functional syntax, hygienic names, compile-time guarantees of syntactic correctness, limited typechecking. Additional documentation available at <http://www.haskell.org/haskellwiki/Jmacro> category: Language Cabal-Version: >= 1.6 library - build-depends: base >= 4 && < 4.9.0.0, containers, wl-pprint-text, text, safe >= 0.2, parsec > 3.0, template-haskell >= 2.3, mtl > 1.1 , haskell-src-exts, haskell-src-meta, bytestring >= 0.9, syb, aeson >= 0.5 , regex-posix > 0.9, vector >= 0.8, unordered-containers >= 0.2 + build-depends: base >= 4 && < 4.8, containers, wl-pprint-text < 1.2, text, safe >= 0.2, parsec > 3.0, template-haskell >= 2.3, mtl > 1.1 , haskell-src-exts, haskell-src-meta, bytestring >= 0.9, syb, aeson >= 0.5 , regex-posix > 0.9, vector >= 0.8, unordered-containers >= 0.2 exposed-modules: Language.Javascript.JMacro Language.Javascript.JMacro.Util