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

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


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

     ./libghc6-json-doc.doc-base -> ./libghc-json-doc.doc-base
    M ./changelog -1 +7
    M ./control -9 +9
    M ./libghc-json-doc.doc-base -4 +4

Sat Jan 15 15:06:02 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: f691742f3c45bb91ff681f91b132c8af
diff -rN -u old-haskell-json/changelog new-haskell-json/changelog
--- old-haskell-json/changelog	2011-01-15 15:42:28.922455727 +0000
+++ new-haskell-json/changelog	2011-01-15 15:42:28.926455938 +0000
@@ -1,8 +1,14 @@
+haskell-json (0.4.4-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:15 -0200
+
 haskell-json (0.4.4-1) unstable; urgency=low
 
   [ Erik de Castro Lopo ]
   * New upstream.
-  * Add file debian/libghc6-json-doc.doc-base.
+  * Add file debian/libghc-json-doc.doc-base.
 
   [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
diff -rN -u old-haskell-json/control new-haskell-json/control
--- old-haskell-json/control	2011-01-15 15:42:28.922455727 +0000
+++ new-haskell-json/control	2011-01-15 15:42:28.926455938 +0000
@@ -7,18 +7,18 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/json
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-json
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-json
 
-Package: libghc6-json-dev
+Package: libghc-json-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
@@ -35,7 +35,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-json-prof
+Package: libghc-json-prof
 Architecture: any
 Depends: ${haskell:Depends},
  ${misc:Depends}
@@ -53,7 +53,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-json-doc
+Package: libghc-json-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-json/libghc6-json-doc.doc-base new-haskell-json/libghc6-json-doc.doc-base
--- old-haskell-json/libghc6-json-doc.doc-base	2011-01-15 15:42:28.922455727 +0000
+++ new-haskell-json/libghc6-json-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-Document: libghc6-json-doc
-Title: Manual for Haskell JSON library.
-Abstract: JSON (JavaScript Object Notation) is a lightweight data-interchange
- format. It is easy for humans to read and write. It is easy for machines to
- parse and generate. It is based on a subset of the JavaScript Programming
- Language, Standard ECMA-262 3rd Edition - December 1999.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libghc6-json-doc/html/doc-index.html
-Files: /usr/share/doc/libghc6-json-doc/html/*.html
- /usr/share/doc/libghc6-json-doc/html/src/*.html
diff -rN -u old-haskell-json/libghc-json-doc.doc-base new-haskell-json/libghc-json-doc.doc-base
--- old-haskell-json/libghc-json-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-json/libghc-json-doc.doc-base	2011-01-15 15:42:28.922455727 +0000
@@ -0,0 +1,12 @@
+Document: libghc-json-doc
+Title: Manual for Haskell JSON library.
+Abstract: JSON (JavaScript Object Notation) is a lightweight data-interchange
+ format. It is easy for humans to read and write. It is easy for machines to
+ parse and generate. It is based on a subset of the JavaScript Programming
+ Language, Standard ECMA-262 3rd Edition - December 1999.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libghc-json-doc/html/doc-index.html
+Files: /usr/share/doc/libghc-json-doc/html/*.html
+ /usr/share/doc/libghc-json-doc/html/src/*.html





More information about the Pkg-haskell-commits mailing list