[Pkg-haskell-commits] darcs: haskell-happstack-util: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 15:33:33 UTC 2011


Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 98356a8168e4dbfb312132897ba56407

    M ./changelog +6
    M ./control -27 +27

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 98356a8168e4dbfb312132897ba56407
diff -rN -u old-haskell-happstack-util/changelog new-haskell-happstack-util/changelog
--- old-haskell-happstack-util/changelog	2011-01-15 15:33:33.618235956 +0000
+++ new-haskell-happstack-util/changelog	2011-01-15 15:33:33.626236378 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-util (0.5.0.2-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:04 -0200
+
 haskell-happstack-util (0.5.0.2-2) unstable; urgency=low
 
   * Small typo in build dependencies.
diff -rN -u old-haskell-happstack-util/control new-haskell-happstack-util/control
--- old-haskell-happstack-util/control	2011-01-15 15:33:33.618235956 +0000
+++ new-haskell-happstack-util/control	2011-01-15 15:33:33.626236378 +0000
@@ -7,37 +7,37 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-smtpclient-dev,
- libghc6-smtpclient-prof,
- libghc6-network-dev,
- libghc6-network-prof,
- libghc6-parsec3-dev,
- libghc6-parsec3-prof,
- libghc6-strict-concurrency-dev,
- libghc6-strict-concurrency-prof,
- libghc6-unix-compat-dev,
- libghc6-unix-compat-prof,
- libghc6-hslogger-dev,
- libghc6-hslogger-prof
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-smtpclient-dev,
+ libghc-smtpclient-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-strict-concurrency-dev,
+ libghc-strict-concurrency-prof,
+ libghc-unix-compat-dev,
+ libghc-unix-compat-prof,
+ libghc-hslogger-dev,
+ libghc-hslogger-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-mtl-doc,
- libghc6-smtpclient-doc,
- libghc6-network-doc,
- libghc6-parsec3-doc,
- libghc6-strict-concurrency-doc,
- libghc6-unix-compat-doc,
- libghc6-hslogger-doc
+ ghc-doc,
+ libghc-mtl-doc,
+ libghc-smtpclient-doc,
+ libghc-network-doc,
+ libghc-parsec3-doc,
+ libghc-strict-concurrency-doc,
+ libghc-unix-compat-doc,
+ libghc-hslogger-doc
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/happstack-util
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-util
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-util
 
-Package: libghc6-happstack-util-dev
+Package: libghc-happstack-util-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -62,7 +62,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-happstack-util-prof
+Package: libghc-happstack-util-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -86,7 +86,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-happstack-util-doc
+Package: libghc-happstack-util-doc
 Section: doc
 Architecture: all
 Depends:





More information about the Pkg-haskell-commits mailing list