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

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


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

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

Sat Jan 15 15:05:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: a3c8be7834f9822ed94278356416ca98
diff -rN -u old-haskell-fastcgi/changelog new-haskell-fastcgi/changelog
--- old-haskell-fastcgi/changelog	2011-01-15 15:28:05.324929419 +0000
+++ new-haskell-fastcgi/changelog	2011-01-15 15:28:05.328929629 +0000
@@ -1,3 +1,9 @@
+haskell-fastcgi (3001.0.2.3-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:57 -0200
+
 haskell-fastcgi (3001.0.2.3-1) unstable; urgency=low
 
   * New upstream.
diff -rN -u old-haskell-fastcgi/control new-haskell-fastcgi/control
--- old-haskell-fastcgi/control	2011-01-15 15:28:05.320929208 +0000
+++ new-haskell-fastcgi/control	2011-01-15 15:28:05.324929419 +0000
@@ -4,12 +4,12 @@
 Maintainer: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts (>= 0.7),
 	libfcgi-dev, 
-	ghc6, ghc6-prof, ghc6-doc,
-	libghc6-cgi-dev, libghc6-cgi-prof, libghc6-cgi-doc
+	ghc, ghc-prof, ghc-doc,
+	libghc-cgi-dev, libghc-cgi-prof, libghc-cgi-doc
 Standards-Version: 3.9.0.0
 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi
 
-Package: libghc6-fastcgi-dev
+Package: libghc-fastcgi-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libfcgi-dev
 Recommends: ${haskell:Recommends}
@@ -22,7 +22,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-fastcgi-prof
+Package: libghc-fastcgi-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -35,7 +35,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-fastcgi-doc
+Package: libghc-fastcgi-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list