[Pkg-haskell-commits] darcs: haskell-diagrams: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:24:38 UTC 2011
Sat Jan 15 15:05:52 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 579202217b73e108cfd0926a98e1be25
./libghc6-diagrams-doc.examples -> ./libghc-diagrams-doc.examples
M ./changelog +6
M ./control -17 +17
Sat Jan 15 15:05:52 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 579202217b73e108cfd0926a98e1be25
diff -rN -u old-haskell-diagrams/changelog new-haskell-diagrams/changelog
--- old-haskell-diagrams/changelog 2011-01-15 15:24:38.402022144 +0000
+++ new-haskell-diagrams/changelog 2011-01-15 15:24:38.402022144 +0000
@@ -1,3 +1,9 @@
+haskell-diagrams (0.2.1.3-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:54 -0200
+
haskell-diagrams (0.2.1.3-1) unstable; urgency=low
* Initial release. (Closes: #583810)
diff -rN -u old-haskell-diagrams/control new-haskell-diagrams/control
--- old-haskell-diagrams/control 2011-01-15 15:24:38.402022144 +0000
+++ new-haskell-diagrams/control 2011-01-15 15:24:38.402022144 +0000
@@ -6,26 +6,26 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev (>= 1.0)
- , libghc6-mtl-dev (<< 1.2)
- , libghc6-mtl-prof
- , libghc6-cairo-dev (>= 0.9)
- , libghc6-cairo-prof
- , libghc6-colour-dev (>= 2.2.1)
- , libghc6-colour-dev (<< 2.4)
- , libghc6-colour-prof
-Build-Depends-Indep: ghc6-doc
- , libghc6-mtl-doc
- , libghc6-cairo-doc
- , libghc6-colour-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev (>= 1.0)
+ , libghc-mtl-dev (<< 1.2)
+ , libghc-mtl-prof
+ , libghc-cairo-dev (>= 0.9)
+ , libghc-cairo-prof
+ , libghc-colour-dev (>= 2.2.1)
+ , libghc-colour-dev (<< 2.4)
+ , libghc-colour-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-mtl-doc
+ , libghc-cairo-doc
+ , libghc-colour-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/diagrams
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams
-Package: libghc6-diagrams-dev
+Package: libghc-diagrams-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -40,7 +40,7 @@
An embedded domain-specific language (EDSL) for creating simple diagrams,
built on top of the Cairo rendering engine.
-Package: libghc6-diagrams-prof
+Package: libghc-diagrams-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -55,7 +55,7 @@
An embedded domain-specific language (EDSL) for creating simple diagrams,
built on top of the Cairo rendering engine.
-Package: libghc6-diagrams-doc
+Package: libghc-diagrams-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-diagrams/libghc6-diagrams-doc.examples new-haskell-diagrams/libghc6-diagrams-doc.examples
--- old-haskell-diagrams/libghc6-diagrams-doc.examples 2011-01-15 15:24:38.298016662 +0000
+++ new-haskell-diagrams/libghc6-diagrams-doc.examples 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-example/*
diff -rN -u old-haskell-diagrams/libghc-diagrams-doc.examples new-haskell-diagrams/libghc-diagrams-doc.examples
--- old-haskell-diagrams/libghc-diagrams-doc.examples 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-diagrams/libghc-diagrams-doc.examples 2011-01-15 15:24:38.402022144 +0000
@@ -0,0 +1 @@
+example/*
More information about the Pkg-haskell-commits
mailing list