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

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


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

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

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4adeaedf9176def712d6954e24c6174d
diff -rN -u old-haskell-happstack-state/changelog new-haskell-happstack-state/changelog
--- old-haskell-happstack-state/changelog	2011-01-15 15:33:11.493069514 +0000
+++ new-haskell-happstack-state/changelog	2011-01-15 15:33:11.497069725 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-state (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:04 -0200
+
 haskell-happstack-state (0.5.0.2-1) unstable; urgency=low
 
   * Initial release. (closes: #584902)
diff -rN -u old-haskell-happstack-state/control new-haskell-happstack-state/control
--- old-haskell-happstack-state/control	2011-01-15 15:33:11.493069514 +0000
+++ new-haskell-happstack-state/control	2011-01-15 15:33:11.497069725 +0000
@@ -7,34 +7,34 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-binary-dev,
- libghc6-binary-prof,
- libghc6-hslogger-dev,
- libghc6-hslogger-prof,
- libghc6-happstack-util-dev,
- libghc6-happstack-util-prof,
- libghc6-happstack-data-dev,
- libghc6-happstack-data-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-stm-dev,
- libghc6-stm-prof
+ ghc,
+ ghc-prof,
+ libghc-binary-dev,
+ libghc-binary-prof,
+ libghc-hslogger-dev,
+ libghc-hslogger-prof,
+ libghc-happstack-util-dev,
+ libghc-happstack-util-prof,
+ libghc-happstack-data-dev,
+ libghc-happstack-data-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-stm-dev,
+ libghc-stm-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-binary-doc,
- libghc6-hslogger-doc,
- libghc6-happstack-util-doc,
- libghc6-happstack-data-doc,
- libghc6-mtl-doc,
- libghc6-stm-doc
+ ghc-doc,
+ libghc-binary-doc,
+ libghc-hslogger-doc,
+ libghc-happstack-util-doc,
+ libghc-happstack-data-doc,
+ libghc-mtl-doc,
+ libghc-stm-doc
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/happstack-state
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-state
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-state
 
-Package: libghc6-happstack-state-dev
+Package: libghc-happstack-state-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -60,7 +60,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-happstack-state-prof
+Package: libghc-happstack-state-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -85,7 +85,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-happstack-state-doc
+Package: libghc-happstack-state-doc
 Section: doc
 Architecture: all
 Depends:





More information about the Pkg-haskell-commits mailing list