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

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


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

    M ./changelog +6
    M ./control -6 +6
    M ./rules -1 +1

Sat Jan 15 15:05:48 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 94d78a3b1a78cf2f2aafa476dc51c48f
diff -rN -u old-haskell-augeas/changelog new-haskell-augeas/changelog
--- old-haskell-augeas/changelog	2011-01-15 15:19:19.729223577 +0000
+++ new-haskell-augeas/changelog	2011-01-15 15:19:19.729223577 +0000
@@ -1,3 +1,9 @@
+haskell-augeas (0.3.4-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:48 -0200
+
 haskell-augeas (0.3.4-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-augeas/control new-haskell-augeas/control
--- old-haskell-augeas/control	2011-01-15 15:19:19.729223577 +0000
+++ new-haskell-augeas/control	2011-01-15 15:19:19.729223577 +0000
@@ -6,17 +6,17 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
+  , ghc
+  , ghc-prof
   , libaugeas-dev
   , pkg-config
-Build-Depends-Indep: ghc6-doc
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/augeas
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-augeas
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-augeas
 
-Package: libghc6-augeas-dev
+Package: libghc-augeas-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -32,7 +32,7 @@
  This package contains Haskell bindings for the functions and data structures
  defined in the augeas C library.
 
-Package: libghc6-augeas-prof
+Package: libghc-augeas-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -47,7 +47,7 @@
  This package contains Haskell bindings for the functions and data structures
  defined in the augeas C library.
 
-Package: libghc6-augeas-doc
+Package: libghc-augeas-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-augeas/rules new-haskell-augeas/rules
--- old-haskell-augeas/rules	2011-01-15 15:19:19.729223577 +0000
+++ new-haskell-augeas/rules	2011-01-15 15:19:19.729223577 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_INSTALL_DOCS_ALL = 
-DEB_INSTALL_DOCS_libghc6-augeas-doc = THANKS
+DEB_INSTALL_DOCS_libghc-augeas-doc = THANKS
 
 clean::
 	make clean





More information about the Pkg-haskell-commits mailing list