[Pkg-haskell-commits] darcs: haskell-colour: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:21:24 UTC 2011
Sat Jan 15 15:05:50 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 34296a8cc4fef22938b1a1eb75e1e60
M ./changelog +6
M ./control -6 +6
Sat Jan 15 15:05:50 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 34296a8cc4fef22938b1a1eb75e1e60
diff -rN -u old-haskell-colour/changelog new-haskell-colour/changelog
--- old-haskell-colour/changelog 2011-01-15 15:21:24.295790114 +0000
+++ new-haskell-colour/changelog 2011-01-15 15:21:24.299790325 +0000
@@ -1,3 +1,9 @@
+haskell-colour (2.3.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:50 -0200
+
haskell-colour (2.3.1-1) unstable; urgency=low
* Initial release. (Closes: #583805)
diff -rN -u old-haskell-colour/control new-haskell-colour/control
--- old-haskell-colour/control 2011-01-15 15:21:24.295790114 +0000
+++ new-haskell-colour/control 2011-01-15 15:21:24.295790114 +0000
@@ -6,15 +6,15 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
-Build-Depends-Indep: ghc6-doc
+ , ghc
+ , ghc-prof
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/colour
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-colour
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-colour
-Package: libghc6-colour-dev
+Package: libghc-colour-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -30,7 +30,7 @@
blended and composed. Various colour spaces are supported. A module of colour
names (Data.Colour.Names) is provided.
-Package: libghc6-colour-prof
+Package: libghc-colour-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -46,7 +46,7 @@
blended and composed. Various colour spaces are supported. A module of colour
names (Data.Colour.Names) is provided.
-Package: libghc6-colour-doc
+Package: libghc-colour-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list