[Pkg-haskell-commits] darcs: haskell-ghc-paths: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:30:07 UTC 2011
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2f334a49bf9c63fb3f6bf60b201ca83c
M ./changelog -1 +5
M ./control -6 +6
Sat Jan 15 15:05:55 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 2f334a49bf9c63fb3f6bf60b201ca83c
diff -rN -u old-haskell-ghc-paths/changelog new-haskell-ghc-paths/changelog
--- old-haskell-ghc-paths/changelog 2011-01-15 15:30:07.567372851 +0000
+++ new-haskell-ghc-paths/changelog 2011-01-15 15:30:07.575373272 +0000
@@ -1,15 +1,19 @@
haskell-ghc-paths (0.1.0.6-2) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/copyright: Specify revision of Format-Specification:.
* Use debian/compat 7.
* debian/control: Use more sintetic link in Homepage:.
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 14 Feb 2010 09:34:18 -0200
haskell-ghc-paths (0.1.0.6-1) unstable; urgency=low
- * New upstream version. Builds with ghc6-6.12.
+ * New upstream version. Builds with ghc-6.12.
* debian/control: Use Debian Haskell Group as Maintainer.
* debian/control: Update Vcs-Darcs to Debian Haskell Group darcs
repository.
diff -rN -u old-haskell-ghc-paths/control new-haskell-ghc-paths/control
--- old-haskell-ghc-paths/control 2011-01-15 15:30:07.567372851 +0000
+++ new-haskell-ghc-paths/control 2011-01-15 15:30:07.571373061 +0000
@@ -6,15 +6,15 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.6.15+nmu11)
- , 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/ghc-paths
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghc-paths
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ghc-paths
-Package: libghc6-ghc-paths-dev
+Package: libghc-ghc-paths-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -28,7 +28,7 @@
This package provides constants with the installation directories of the
Glasgow Haskell Compiler.
-Package: libghc6-ghc-paths-prof
+Package: libghc-ghc-paths-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -42,7 +42,7 @@
This package provides constants with the installation directories of the
Glasgow Haskell Compiler.
-Package: libghc6-ghc-paths-doc
+Package: libghc-ghc-paths-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list