[Pkg-haskell-commits] darcs: haskell-erf: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:27:22 UTC 2011
Sat Jan 15 15:05:53 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c78bd095ba89437ee06c83594a005259
M ./changelog +6
M ./control -6 +6
Sat Jan 15 15:05:53 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: c78bd095ba89437ee06c83594a005259
diff -rN -u old-haskell-erf/changelog new-haskell-erf/changelog
--- old-haskell-erf/changelog 2011-01-15 15:27:20.734579014 +0000
+++ new-haskell-erf/changelog 2011-01-15 15:27:20.738579225 +0000
@@ -1,3 +1,9 @@
+haskell-erf (1.0.0.0-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:56 -0200
+
haskell-erf (1.0.0.0-1) unstable; urgency=low
* Initial release. (Closes: #582529)
diff -rN -u old-haskell-erf/control new-haskell-erf/control
--- old-haskell-erf/control 2011-01-15 15:27:20.734579014 +0000
+++ new-haskell-erf/control 2011-01-15 15:27:20.738579225 +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/erf
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-erf
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-erf
-Package: libghc6-erf-dev
+Package: libghc-erf-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -29,7 +29,7 @@
A type class for the error function, erf, and related functions. Instances for
Float and Double.
-Package: libghc6-erf-prof
+Package: libghc-erf-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -45,7 +45,7 @@
A type class for the error function, erf, and related functions. Instances for
Float and Double.
-Package: libghc6-erf-doc
+Package: libghc-erf-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list