[Pkg-haskell-commits] darcs: haskell-happstack-ixset: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:32:51 UTC 2011
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8cdfee51f55fec6d0efe5a3bfa25566f
M ./changelog +6
M ./control -18 +18
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 8cdfee51f55fec6d0efe5a3bfa25566f
diff -rN -u old-haskell-happstack-ixset/changelog new-haskell-happstack-ixset/changelog
--- old-haskell-happstack-ixset/changelog 2011-01-15 15:32:51.087993751 +0000
+++ new-haskell-happstack-ixset/changelog 2011-01-15 15:32:51.091993962 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-ixset (0.5.0.2-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:41:03 -0200
+
haskell-happstack-ixset (0.5.0.2-1) unstable; urgency=low
* Initial release. (closes: #584904)
diff -rN -u old-haskell-happstack-ixset/control new-haskell-happstack-ixset/control
--- old-haskell-happstack-ixset/control 2011-01-15 15:32:51.087993751 +0000
+++ new-haskell-happstack-ixset/control 2011-01-15 15:32:51.091993962 +0000
@@ -7,28 +7,28 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-happstack-util-dev,
- libghc6-happstack-util-prof,
- libghc6-happstack-data-dev,
- libghc6-happstack-data-prof,
- libghc6-syb-with-class-dev,
- libghc6-syb-with-class-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof
+ ghc,
+ ghc-prof,
+ libghc-happstack-util-dev,
+ libghc-happstack-util-prof,
+ libghc-happstack-data-dev,
+ libghc-happstack-data-prof,
+ libghc-syb-with-class-dev,
+ libghc-syb-with-class-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-happstack-util-doc,
- libghc6-happstack-data-doc,
- libghc6-syb-with-class-doc,
- libghc6-mtl-doc
+ ghc-doc,
+ libghc-happstack-util-doc,
+ libghc-happstack-data-doc,
+ libghc-syb-with-class-doc,
+ libghc-mtl-doc
Standards-Version: 3.9.0
Homepage: http://hackage.haskell.org/package/happstack-ixset
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-ixset
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-ixset
-Package: libghc6-happstack-ixset-dev
+Package: libghc-happstack-ixset-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -54,7 +54,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-happstack-ixset-prof
+Package: libghc-happstack-ixset-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -79,7 +79,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-happstack-ixset-doc
+Package: libghc-happstack-ixset-doc
Section: doc
Architecture: all
Depends:
More information about the Pkg-haskell-commits
mailing list