[Pkg-haskell-commits] darcs: haskell-hinotify: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:35:51 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 51ac57f0368a988c2d564157d5c13ff
M ./changelog +6
M ./control -6 +6
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 51ac57f0368a988c2d564157d5c13ff
diff -rN -u old-haskell-hinotify/changelog new-haskell-hinotify/changelog
--- old-haskell-hinotify/changelog 2011-01-15 15:35:51.273493047 +0000
+++ new-haskell-hinotify/changelog 2011-01-15 15:35:51.277493258 +0000
@@ -1,3 +1,9 @@
+haskell-hinotify (0.3.1-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:06 -0200
+
haskell-hinotify (0.3.1-1) unstable; urgency=low
* initial version (Closes: #607358)
diff -rN -u old-haskell-hinotify/control new-haskell-hinotify/control
--- old-haskell-hinotify/control 2011-01-15 15:35:51.273493047 +0000
+++ new-haskell-hinotify/control 2011-01-15 15:35:51.277493258 +0000
@@ -7,14 +7,14 @@
Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
+ , ghc
+ , ghc-prof
+ , ghc-doc
Homepage: http://hackage.haskell.org/package/hinotify
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hinotify
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hinotify
-Package: libghc6-hinotify-dev
+Package: libghc-hinotify-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -32,7 +32,7 @@
is accessed or modified.
-Package: libghc6-hinotify-prof
+Package: libghc-hinotify-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
@@ -48,7 +48,7 @@
simply add a watcher to a file or directory and get an event when it
is accessed or modified.
-Package: libghc6-hinotify-doc
+Package: libghc-hinotify-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list