[Pkg-haskell-commits] darcs: haskell-hfuse: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:35:28 UTC 2011
Sat Jan 15 15:05:57 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 1d425aa1117b201da93314c3f9d17570
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: 1d425aa1117b201da93314c3f9d17570
diff -rN -u old-haskell-hfuse/changelog new-haskell-hfuse/changelog
--- old-haskell-hfuse/changelog 2011-01-15 15:35:28.264280032 +0000
+++ new-haskell-hfuse/changelog 2011-01-15 15:35:28.264280032 +0000
@@ -1,3 +1,9 @@
+haskell-hfuse (0.2.3-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:06 -0200
+
haskell-hfuse (0.2.3-1) unstable; urgency=low
* Initial release (Closes: #566073)
diff -rN -u old-haskell-hfuse/control new-haskell-hfuse/control
--- old-haskell-hfuse/control 2011-01-15 15:35:28.264280032 +0000
+++ new-haskell-hfuse/control 2011-01-15 15:35:28.264280032 +0000
@@ -7,15 +7,15 @@
haskell-devscripts,
libfuse-dev,
libcurl4-gnutls-dev | libcurl-dev,
- ghc6,
- ghc6-prof,
- ghc6-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/HFuse
#Vcs-Git: git://git.debian.org/collab-maint/haskell-hfuse.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/haskell-hfuse.git;a=summary
-Package: libghc6-hfuse-dev
+Package: libghc-hfuse-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -30,7 +30,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hfuse-prof
+Package: libghc-hfuse-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -45,7 +45,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hfuse-doc
+Package: libghc-hfuse-doc
Section: doc
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
More information about the Pkg-haskell-commits
mailing list