packages feed

Cabal revisions of jmacro-0.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                jmacro-version:             0.1.2-synopsis:            QuasiQuotation library for programmatic generation of Javascript code.-description:         Javascript syntax, functional syntax, hygeinic names, compile-time guarantees of syntactic correctness, limited typechecking.-category:            Language-license:             BSD3-license-file:        LICENSE-author:              Gershom Bazerman-maintainer:          gershomb@gmail.com-Tested-With:         GHC == 6.10.3-Build-Type:          Simple-Cabal-Version:       >= 1.6---library-  build-depends:     base >= 4, base < 5, containers, pretty, safe >= 0.2, parsec >= 2.1, pcre-light,-                     template-haskell >= 2.3, mtl, haskell-src-meta, bytestring >= 0.9, syb-  exposed-modules:   Language.Javascript.JMacro-                     Language.Javascript.JMacro.Util-                     Language.Javascript.JMacro.Typed-  other-modules:     Language.Javascript.JMacro.Base-                     Language.Javascript.JMacro.QQ-  ghc-options:       -Wall-  if impl(ghc >= 6.8)-    ghc-options:     -fwarn-tabs--source-repository head-  type:      darcs-  location:  http://patch-tag.com/r/jmacro/pullrepo+name:                jmacro
+version:             0.1.2
+x-revision: 1
+synopsis:            QuasiQuotation library for programmatic generation of Javascript code.
+description:         Javascript syntax, functional syntax, hygeinic names, compile-time guarantees of syntactic correctness, limited typechecking.
+category:            Language
+license:             BSD3
+license-file:        LICENSE
+author:              Gershom Bazerman
+maintainer:          gershomb@gmail.com
+Tested-With:         GHC == 6.10.3
+Build-Type:          Simple
+Cabal-Version:       >= 1.6
+
+
+library
+  build-depends:     base >= 4 && < 4.9.0.0, containers, pretty, safe >= 0.2, parsec >= 2.1, pcre-light,
+                     template-haskell >= 2.3, mtl, haskell-src-meta, bytestring >= 0.9, syb
+  exposed-modules:   Language.Javascript.JMacro
+                     Language.Javascript.JMacro.Util
+                     Language.Javascript.JMacro.Typed
+  other-modules:     Language.Javascript.JMacro.Base
+                     Language.Javascript.JMacro.QQ
+  ghc-options:       -Wall
+  if impl(ghc >= 6.8)
+    ghc-options:     -fwarn-tabs
+
+source-repository head
+  type:      darcs
+  location:  http://patch-tag.com/r/jmacro/pullrepo
revision 2
 name:                jmacro
 version:             0.1.2
-x-revision: 1
+x-revision: 2
 synopsis:            QuasiQuotation library for programmatic generation of Javascript code.
 description:         Javascript syntax, functional syntax, hygeinic names, compile-time guarantees of syntactic correctness, limited typechecking.
 category:            Language
 
 
 library
-  build-depends:     base >= 4 && < 4.9.0.0, containers, pretty, safe >= 0.2, parsec >= 2.1, pcre-light,
+  build-depends:     base >= 4 && < 4.3, containers, pretty, safe >= 0.2, parsec >= 2.1, pcre-light,
                      template-haskell >= 2.3, mtl, haskell-src-meta, bytestring >= 0.9, syb
   exposed-modules:   Language.Javascript.JMacro
                      Language.Javascript.JMacro.Util