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

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


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

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

Sat Jan 15 15:05:56 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 64deade7b828e8bc7cafd6556ab7ef34
diff -rN -u old-haskell-happstack-data/changelog new-haskell-happstack-data/changelog
--- old-haskell-happstack-data/changelog	2011-01-15 15:32:40.983461034 +0000
+++ new-haskell-happstack-data/changelog	2011-01-15 15:32:40.987461245 +0000
@@ -1,3 +1,9 @@
+haskell-happstack-data (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-data (0.5.0.2-1) unstable; urgency=low
 
   * Initial release. (closes: #584936)
diff -rN -u old-haskell-happstack-data/control new-haskell-happstack-data/control
--- old-haskell-happstack-data/control	2011-01-15 15:32:40.983461034 +0000
+++ new-haskell-happstack-data/control	2011-01-15 15:32:40.987461245 +0000
@@ -7,37 +7,37 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-happstack-util-dev,
- libghc6-happstack-util-prof,
- libghc6-haxml-dev,
- libghc6-haxml-prof,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-syb-with-class-dev,
- libghc6-syb-with-class-prof,
- libghc6-syb-with-class-instances-text-dev,
- libghc6-syb-with-class-instances-text-prof,
- libghc6-text-dev,
- libghc6-text-prof,
- libghc6-binary-dev,
- libghc6-binary-prof
+ ghc,
+ ghc-prof,
+ libghc-happstack-util-dev,
+ libghc-happstack-util-prof,
+ libghc-haxml-dev,
+ libghc-haxml-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-syb-with-class-dev,
+ libghc-syb-with-class-prof,
+ libghc-syb-with-class-instances-text-dev,
+ libghc-syb-with-class-instances-text-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-binary-dev,
+ libghc-binary-prof
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-happstack-util-doc,
- libghc6-haxml-doc,
- libghc6-mtl-doc,
- libghc6-syb-with-class-doc,
- libghc6-syb-with-class-instances-text-doc,
- libghc6-text-doc,
- libghc6-binary-doc
+ ghc-doc,
+ libghc-happstack-util-doc,
+ libghc-haxml-doc,
+ libghc-mtl-doc,
+ libghc-syb-with-class-doc,
+ libghc-syb-with-class-instances-text-doc,
+ libghc-text-doc,
+ libghc-binary-doc
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/happstack-data
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-happstack-data
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-happstack-data
 
-Package: libghc6-happstack-data-dev
+Package: libghc-happstack-data-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -62,7 +62,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-happstack-data-prof
+Package: libghc-happstack-data-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -86,7 +86,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-happstack-data-doc
+Package: libghc-happstack-data-doc
 Section: doc
 Architecture: all
 Depends:





More information about the Pkg-haskell-commits mailing list