[Pkg-haskell-commits] darcs: haskell-strict-concurrency: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:14:41 UTC 2011
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 89830439f6edff1b28953057d31e6767
M ./changelog +6
M ./control -9 +9
Sat Jan 15 15:06:19 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 89830439f6edff1b28953057d31e6767
diff -rN -u old-haskell-strict-concurrency/changelog new-haskell-strict-concurrency/changelog
--- old-haskell-strict-concurrency/changelog 2011-01-15 16:14:41.800331534 +0000
+++ new-haskell-strict-concurrency/changelog 2011-01-15 16:14:41.804331745 +0000
@@ -1,3 +1,9 @@
+haskell-strict-concurrency (0.2.3-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:30 -0200
+
haskell-strict-concurrency (0.2.3-1) unstable; urgency=low
* Initial release. (closes: #584286)
diff -rN -u old-haskell-strict-concurrency/control new-haskell-strict-concurrency/control
--- old-haskell-strict-concurrency/control 2011-01-15 16:14:41.800331534 +0000
+++ new-haskell-strict-concurrency/control 2011-01-15 16:14:41.804331745 +0000
@@ -7,19 +7,19 @@
debhelper (>= 7),
haskell-devscripts,
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-parallel-dev,
- libghc6-parallel-prof
+ ghc,
+ ghc-prof,
+ libghc-parallel-dev,
+ libghc-parallel-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-parallel-doc
+ ghc-doc,
+ libghc-parallel-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/strict-concurrency
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-strict-concurrency
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-strict-concurrency
-Package: libghc6-strict-concurrency-dev
+Package: libghc-strict-concurrency-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -37,7 +37,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-strict-concurrency-prof
+Package: libghc-strict-concurrency-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -54,7 +54,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-strict-concurrency-doc
+Package: libghc-strict-concurrency-doc
Section: doc
Architecture: all
Depends:
More information about the Pkg-haskell-commits
mailing list