[Pkg-haskell-commits] darcs: haskell-language-javascript: New upstream version 0.5.4.
Clint Adams
clint at debian.org
Thu May 10 00:19:49 UTC 2012
Thu May 10 00:19:32 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.5.4.
Ignore-this: 326662d8fdd22f89cddcbc5bc65d8604
M ./changelog +6
M ./control +8
M ./patches/no-utf8-happy-file -4 +4
Thu May 10 00:19:32 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.5.4.
Ignore-this: 326662d8fdd22f89cddcbc5bc65d8604
diff -rN -u old-haskell-language-javascript//changelog new-haskell-language-javascript//changelog
--- old-haskell-language-javascript//changelog 2012-05-10 00:19:49.134420244 +0000
+++ new-haskell-language-javascript//changelog 2012-05-10 00:19:49.138419110 +0000
@@ -1,3 +1,9 @@
+haskell-language-javascript (0.5.4-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Tue, 08 May 2012 17:35:14 -0400
+
haskell-language-javascript (0.4.10-2) unstable; urgency=low
* Add debian/patches/add-BangPatterns.diff. (Does not yet close #669156, but
diff -rN -u old-haskell-language-javascript//control new-haskell-language-javascript//control
--- old-haskell-language-javascript//control 2012-05-10 00:19:49.118436299 +0000
+++ new-haskell-language-javascript//control 2012-05-10 00:19:49.138419110 +0000
@@ -12,15 +12,23 @@
, ghc-prof
, happy
, alex (>> 3)
+ , libghc-blaze-builder-dev (>> 0.2)
+ , libghc-blaze-builder-dev (<< 1)
+ , libghc-blaze-builder-prof
, libghc-mtl-dev (>> 1.1)
, libghc-mtl-dev (<< 2.9)
, libghc-mtl-prof
, libghc-utf8-light-dev (>> 0.4)
, libghc-utf8-light-dev (<< 1.0)
, libghc-utf8-light-prof
+ , libghc-utf8-string-dev (>> 0.3.7)
+ , libghc-utf8-string-dev (<< 1)
+ , libghc-utf8-string-prof
Build-Depends-Indep: ghc-doc
+ , libghc-blaze-builder-doc
, libghc-mtl-doc
, libghc-utf8-light-doc
+ , libghc-utf8-string-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/language-javascript
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-javascript
diff -rN -u old-haskell-language-javascript//patches/no-utf8-happy-file new-haskell-language-javascript//patches/no-utf8-happy-file
--- old-haskell-language-javascript//patches/no-utf8-happy-file 2012-05-10 00:19:49.090428611 +0000
+++ new-haskell-language-javascript//patches/no-utf8-happy-file 2012-05-10 00:19:49.142428104 +0000
@@ -3,10 +3,10 @@
Bug-Debian: http://bugs.debian.org/640742
Forwarded: no
---- haskell-language-javascript-0.4.5.orig/src/Language/JavaScript/Parser/Grammar5.y
-+++ haskell-language-javascript-0.4.5/src/Language/JavaScript/Parser/Grammar5.y
-@@ -754,7 +754,7 @@ EmptyStatement :: { AST.JSNode }
- EmptyStatement : ';' { (AST.NS (AST.JSLiteral ";") (ss $1)) }
+--- a/src/Language/JavaScript/Parser/Grammar5.y
++++ b/src/Language/JavaScript/Parser/Grammar5.y
+@@ -911,7 +911,7 @@
+ EmptyStatement : Semi { $1 }
-- ExpressionStatement : See 12.4
--- [lookahead ∉ {{, function}] Expression ;
More information about the Pkg-haskell-commits
mailing list