summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-colour/debian/changelog6
-rw-r--r--p/haskell-colour/debian/control12
2 files changed, 12 insertions, 6 deletions
diff --git a/p/haskell-colour/debian/changelog b/p/haskell-colour/debian/changelog
index 47030d46e..533c4ba42 100644
--- a/p/haskell-colour/debian/changelog
+++ b/p/haskell-colour/debian/changelog
@@ -1,3 +1,9 @@
+haskell-colour (2.3.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:40:50 -0200
+
haskell-colour (2.3.1-1) unstable; urgency=low
* Initial release. (Closes: #583805)
diff --git a/p/haskell-colour/debian/control b/p/haskell-colour/debian/control
index 666651ee4..30646b53c 100644
--- a/p/haskell-colour/debian/control
+++ b/p/haskell-colour/debian/control
@@ -6,15 +6,15 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
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 @@ Description: A model for human colour/color perception
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 @@ Description: A model for human colour/color perception; profiling libraries
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}