[Pkg-haskell-commits] darcs: haskell-hint: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:36:02 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 6a018bbacd2ca895c02ae4a800caa25f
M ./changelog -1 +5
M ./control -21 +21
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 6a018bbacd2ca895c02ae4a800caa25f
diff -rN -u old-haskell-hint/changelog new-haskell-hint/changelog
--- old-haskell-hint/changelog 2011-01-15 15:36:02.354077199 +0000
+++ new-haskell-hint/changelog 2011-01-15 15:36:02.358077410 +0000
@@ -1,7 +1,11 @@
haskell-hint (0.3.2.1-4) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* 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, 21 Feb 2010 07:45:55 -0300
haskell-hint (0.3.2.1-3) unstable; urgency=low
@@ -16,7 +20,7 @@
Architecture:, since ghci is also available on them.
* Use debian/compat 7.
* debian/control: Use more sintetic link in Homepage:.
- * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+ * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
string-*.
[ Joachim Breitner ]
diff -rN -u old-haskell-hint/control new-haskell-hint/control
--- old-haskell-hint/control 2011-01-15 15:36:02.354077199 +0000
+++ new-haskell-hint/control 2011-01-15 15:36:02.358077410 +0000
@@ -6,31 +6,31 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , libghc6-haskell-src-dev
- , libghc6-haskell-src-prof
- , libghc6-ghc-paths-dev
- , libghc6-ghc-paths-prof
- , libghc6-monadcatchio-mtl-dev
- , libghc6-monadcatchio-mtl-prof
- , libghc6-ghc-mtl-dev
- , libghc6-ghc-mtl-prof
- , ghc6-doc
- , libghc6-mtl-doc
- , libghc6-haskell-src-doc
- , libghc6-ghc-paths-doc
- , libghc6-monadcatchio-mtl-doc
- , libghc6-ghc-mtl-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-haskell-src-dev
+ , libghc-haskell-src-prof
+ , libghc-ghc-paths-dev
+ , libghc-ghc-paths-prof
+ , libghc-monadcatchio-mtl-dev
+ , libghc-monadcatchio-mtl-prof
+ , libghc-ghc-mtl-dev
+ , libghc-ghc-mtl-prof
+ , ghc-doc
+ , libghc-mtl-doc
+ , libghc-haskell-src-doc
+ , libghc-ghc-paths-doc
+ , libghc-monadcatchio-mtl-doc
+ , libghc-ghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hint
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hint
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hint
DM-Upload-Allowed: yes
-Package: libghc6-hint-dev
+Package: libghc-hint-dev
Architecture: amd64 i386 sparc kfreebsd-i386 kfreebsd-amd64
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -48,7 +48,7 @@
GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
version was not tested with GHC 6.6).
-Package: libghc6-hint-prof
+Package: libghc-hint-prof
Architecture: amd64 i386 sparc kfreebsd-i386 kfreebsd-amd64
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -66,7 +66,7 @@
GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
version was not tested with GHC 6.6).
-Package: libghc6-hint-doc
+Package: libghc-hint-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list