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

Marco Silva marcot at debian.org
Sat Jan 15 16:07:31 UTC 2011


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

    M ./changelog +6
    M ./control -10 +10
    M ./ppsh.1 -1 +1
    M ./ppsh.install -1 +1

Sat Jan 15 15:06:07 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e85af0090ad696980d4d2f9259583ab2
diff -rN -u old-haskell-pretty-show/changelog new-haskell-pretty-show/changelog
--- old-haskell-pretty-show/changelog	2011-01-15 16:07:31.513654824 +0000
+++ new-haskell-pretty-show/changelog	2011-01-15 16:07:31.521655246 +0000
@@ -1,3 +1,9 @@
+haskell-pretty-show (1.1.1-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:23 -0200
+
 haskell-pretty-show (1.1.1-2) unstable; urgency=low
 
   * Add happy to build-deps. (Closes: #590514)
diff -rN -u old-haskell-pretty-show/control new-haskell-pretty-show/control
--- old-haskell-pretty-show/control	2011-01-15 16:07:31.513654824 +0000
+++ new-haskell-pretty-show/control	2011-01-15 16:07:31.521655246 +0000
@@ -6,13 +6,13 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
+  , ghc
+  , ghc-prof
   , happy
-  , libghc6-haskell-lexer-dev
-  , libghc6-haskell-lexer-prof
-  , libghc6-haskell-lexer-doc
-Build-Depends-Indep: ghc6-doc
+  , libghc-haskell-lexer-dev
+  , libghc-haskell-lexer-prof
+  , libghc-haskell-lexer-doc
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/pretty-show
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-pretty-show
@@ -25,10 +25,10 @@
 Description: Program to parse and pretty print arbitrary Haskell Show output
  The ppsh program takes the output of an arbitrary Haskell Show output on
  stdin and pretty prints it to stdout. It uses the library provided in the
- libghc6-pretty-show-dev package to parse the input and pretty print the
+ libghc-pretty-show-dev package to parse the input and pretty print the
  output.
 
-Package: libghc6-pretty-show-dev
+Package: libghc-pretty-show-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -43,7 +43,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-pretty-show-prof
+Package: libghc-pretty-show-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -58,7 +58,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-pretty-show-doc
+Package: libghc-pretty-show-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-pretty-show/ppsh.1 new-haskell-pretty-show/ppsh.1
--- old-haskell-pretty-show/ppsh.1	2011-01-15 16:07:31.513654824 +0000
+++ new-haskell-pretty-show/ppsh.1	2011-01-15 16:07:31.521655246 +0000
@@ -7,7 +7,7 @@
 .SH DESCRIPTION
 The ppsh program takes the output of an arbitrary Haskell Show output on
 stdin and pretty prints it to stdout. It uses the library provided in the
-libghc6-pretty-show-dev package to parse the input and pretty print the
+libghc-pretty-show-dev package to parse the input and pretty print the
 output.
 
 .SH AUTHOR
diff -rN -u old-haskell-pretty-show/ppsh.install new-haskell-pretty-show/ppsh.install
--- old-haskell-pretty-show/ppsh.install	2011-01-15 16:07:31.513654824 +0000
+++ new-haskell-pretty-show/ppsh.install	2011-01-15 16:07:31.521655246 +0000
@@ -1 +1 @@
-dist-ghc6/build/ppsh/ppsh	usr/bin
+dist-ghc/build/ppsh/ppsh	usr/bin





More information about the Pkg-haskell-commits mailing list