jmacro 0.6.8 → 0.6.9
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Language/Javascript/JMacro/Prelude.hs view
@@ -12,6 +12,7 @@ import Language.Javascript.JMacro.Base import Language.Javascript.JMacro.QQ + -- | This provides a set of basic functional programming primitives, a few utility functions -- and, more importantly, a decent sample of idiomatic jmacro code. View the source for details. jmPrelude :: JStat@@ -349,3 +350,4 @@ }; |]+
jmacro.cabal view
@@ -1,5 +1,5 @@ name: jmacro-version: 0.6.8+version: 0.6.9 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@@ -42,4 +42,4 @@ source-repository head type: darcs- location: http://patch-tag.com/r/gershomb/jmacro+ location: http://hub.darcs.net/gershomb/jmacro