[Pkg-haskell-commits] darcs: haskell-hjscript: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:36:21 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 4d9a5ed6e986c0349181351f4cf3a8cc
./libghc6-hjscript-doc.doc-base -> ./libghc-hjscript-doc.doc-base
M ./changelog +6
M ./control -15 +15
M ./libghc-hjscript-doc.doc-base -2 +2
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 4d9a5ed6e986c0349181351f4cf3a8cc
diff -rN -u old-haskell-hjscript/changelog new-haskell-hjscript/changelog
--- old-haskell-hjscript/changelog 2011-01-15 15:36:21.443083538 +0000
+++ new-haskell-hjscript/changelog 2011-01-15 15:36:21.447083749 +0000
@@ -1,3 +1,9 @@
+haskell-hjscript (0.5.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:07 -0200
+
haskell-hjscript (0.5.0-1) unstable; urgency=low
[ Giovanni Mascellani ]
diff -rN -u old-haskell-hjscript/control new-haskell-hjscript/control
--- old-haskell-hjscript/control 2011-01-15 15:36:21.439083328 +0000
+++ new-haskell-hjscript/control 2011-01-15 15:36:21.447083749 +0000
@@ -7,25 +7,25 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-hjavascript-dev (>= 0.4.6),
- libghc6-hjavascript-prof (>= 0.4.6),
- libghc6-hsx-dev (>= 0.7.0),
- libghc6-hsx-prof (>= 0.7.0)
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-hjavascript-dev (>= 0.4.6),
+ libghc-hjavascript-prof (>= 0.4.6),
+ libghc-hsx-dev (>= 0.7.0),
+ libghc-hsx-prof (>= 0.7.0)
Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-hjavascript-doc (>= 0.4.6),
- libghc6-hsx-doc (>= 0.7.0)
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-hjavascript-doc (>= 0.4.6),
+ libghc-hsx-doc (>= 0.7.0)
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hjscript
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hjscript
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hjscript
-Package: libghc6-hjscript-dev
+Package: libghc-hjscript-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -48,7 +48,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hjscript-prof
+Package: libghc-hjscript-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -70,7 +70,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hjscript-doc
+Package: libghc-hjscript-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-hjscript/libghc6-hjscript-doc.doc-base new-haskell-hjscript/libghc6-hjscript-doc.doc-base
--- old-haskell-hjscript/libghc6-hjscript-doc.doc-base 2011-01-15 15:36:21.439083328 +0000
+++ new-haskell-hjscript/libghc6-hjscript-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,9 +0,0 @@
-Document: haskell-hjscript-api
-Title: Documentation for the haskell HJScript library
-Author: Joel Björnson
-Abstract: HJScript is a Haskell DSL (Domain Specific Language) for writing JavaScript programs
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hjscript-doc/html/index.html
-Files: /usr/share/doc/libghc6-hjscript-doc/html/*.html
diff -rN -u old-haskell-hjscript/libghc-hjscript-doc.doc-base new-haskell-hjscript/libghc-hjscript-doc.doc-base
--- old-haskell-hjscript/libghc-hjscript-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hjscript/libghc-hjscript-doc.doc-base 2011-01-15 15:36:21.443083538 +0000
@@ -0,0 +1,9 @@
+Document: haskell-hjscript-api
+Title: Documentation for the haskell HJScript library
+Author: Joel Björnson
+Abstract: HJScript is a Haskell DSL (Domain Specific Language) for writing JavaScript programs
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hjscript-doc/html/index.html
+Files: /usr/share/doc/libghc-hjscript-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list