[Pkg-haskell-commits] darcs: haskell-happstack-server: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:33:00 UTC 2011
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 9e76e4e9c3bedc045a1b15953287d767
M ./changelog +6
M ./control -42 +42
Sat Jan 15 15:05:56 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 9e76e4e9c3bedc045a1b15953287d767
diff -rN -u old-haskell-happstack-server/changelog new-haskell-happstack-server/changelog
--- old-haskell-happstack-server/changelog 2011-01-15 15:33:00.244476485 +0000
+++ new-haskell-happstack-server/changelog 2011-01-15 15:33:00.248476696 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-server (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-server (0.5.0.2-1) unstable; urgency=low
* Initial release. (closes: #584903)
diff -rN -u old-haskell-happstack-server/control new-haskell-happstack-server/control
--- old-haskell-happstack-server/control 2011-01-15 15:33:00.244476485 +0000
+++ new-haskell-happstack-server/control 2011-01-15 15:33:00.248476696 +0000
@@ -7,52 +7,52 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- libghc6-happstack-data-dev,
- libghc6-happstack-data-prof,
- libghc6-happstack-util-dev,
- libghc6-happstack-util-prof,
- libghc6-haxml-dev,
- libghc6-haxml-prof,
- libghc6-hslogger-dev,
- libghc6-hslogger-prof,
- libghc6-html-dev,
- libghc6-html-prof,
- libghc6-maybet-dev,
- libghc6-maybet-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-network-dev,
- libghc6-network-prof,
- libghc6-parsec3-dev,
- libghc6-parsec3-prof,
- libghc6-sendfile-dev,
- libghc6-sendfile-prof,
- libghc6-xhtml-dev,
- libghc6-xhtml-prof,
- libghc6-zlib-dev,
- libghc6-zlib-prof
+ ghc,
+ ghc-prof,
+ libghc-happstack-data-dev,
+ libghc-happstack-data-prof,
+ libghc-happstack-util-dev,
+ libghc-happstack-util-prof,
+ libghc-haxml-dev,
+ libghc-haxml-prof,
+ libghc-hslogger-dev,
+ libghc-hslogger-prof,
+ libghc-html-dev,
+ libghc-html-prof,
+ libghc-maybet-dev,
+ libghc-maybet-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-sendfile-dev,
+ libghc-sendfile-prof,
+ libghc-xhtml-dev,
+ libghc-xhtml-prof,
+ libghc-zlib-dev,
+ libghc-zlib-prof
Build-Depends-Indep:
- ghc6-doc,
- libghc6-happstack-data-doc,
- libghc6-happstack-util-doc,
- libghc6-haxml-doc,
- libghc6-hslogger-doc,
- libghc6-html-doc,
- libghc6-maybet-doc,
- libghc6-mtl-doc,
- libghc6-network-doc,
- libghc6-parsec3-doc,
- libghc6-sendfile-doc,
- libghc6-xhtml-doc,
- libghc6-zlib-doc
+ ghc-doc,
+ libghc-happstack-data-doc,
+ libghc-happstack-util-doc,
+ libghc-haxml-doc,
+ libghc-hslogger-doc,
+ libghc-html-doc,
+ libghc-maybet-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-parsec3-doc,
+ libghc-sendfile-doc,
+ libghc-xhtml-doc,
+ libghc-zlib-doc
Standards-Version: 3.9.0
Homepage: http://hackage.haskell.org/package/happstack-server
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-server
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-server
-Package: libghc6-happstack-server-dev
+Package: libghc-happstack-server-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -77,7 +77,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-happstack-server-prof
+Package: libghc-happstack-server-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -101,7 +101,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-happstack-server-doc
+Package: libghc-happstack-server-doc
Section: doc
Architecture: all
Depends:
More information about the Pkg-haskell-commits
mailing list