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

Marco Silva marcot at debian.org
Sat Jan 15 16:01:47 UTC 2011


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

     ./libghc6-llvm-doc.doc-base -> ./libghc-llvm-doc.doc-base
    M ./changelog +6
    M ./control -10 +10
    M ./libghc-llvm-doc.doc-base -4 +4

Sat Jan 15 15:06:03 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 66ff9de31907d95628710e03a5605c32
diff -rN -u old-haskell-llvm/changelog new-haskell-llvm/changelog
--- old-haskell-llvm/changelog	2011-01-15 16:01:47.811540360 +0000
+++ new-haskell-llvm/changelog	2011-01-15 16:01:47.819540782 +0000
@@ -1,3 +1,9 @@
+haskell-llvm (0.8.0.2-3) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:17 -0200
+
 haskell-llvm (0.8.0.2-2) unstable; urgency=low
 
   * Ship example programs in -doc package.
diff -rN -u old-haskell-llvm/control new-haskell-llvm/control
--- old-haskell-llvm/control	2011-01-15 16:01:47.811540360 +0000
+++ new-haskell-llvm/control	2011-01-15 16:01:47.819540782 +0000
@@ -6,21 +6,21 @@
 Build-Depends: debhelper (>= 7),
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
+  , ghc
+  , ghc-prof
   , llvm-2.7-dev
   , llvm-2.7-source
-  , libghc6-mtl-dev
-  , libghc6-mtl-prof
-  , libghc6-type-level-dev
-  , libghc6-type-level-prof
-Build-Depends-Indep: ghc6-doc
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-type-level-dev
+  , libghc-type-level-prof
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/llvm
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-llvm
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-llvm
 
-Package: libghc6-llvm-dev
+Package: libghc-llvm-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -37,7 +37,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-llvm-prof
+Package: libghc-llvm-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -54,7 +54,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-llvm-doc
+Package: libghc-llvm-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
diff -rN -u old-haskell-llvm/libghc6-llvm-doc.doc-base new-haskell-llvm/libghc6-llvm-doc.doc-base
--- old-haskell-llvm/libghc6-llvm-doc.doc-base	2011-01-15 16:01:47.811540360 +0000
+++ new-haskell-llvm/libghc6-llvm-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-Document: libghc6-llvm-doc
-Title: Manual for the Haskell bindings to the LLVM compiler toolkit
-Abstract: Low Level Virtual Machine (LLVM) is a set of tools for use in the
- backend of a compiler for generating optimised native code across a wide
- variety of CPU architectures. The Haskell bindings make it possible to use
- LLVM from Haskell.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libghc6-llvm-doc/html/doc-index.html
-Files: /usr/share/doc/libghc6-llvm-doc/html/*.html
- /usr/share/doc/libghc6-llvm-doc/html/src/*.html
diff -rN -u old-haskell-llvm/libghc-llvm-doc.doc-base new-haskell-llvm/libghc-llvm-doc.doc-base
--- old-haskell-llvm/libghc-llvm-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-llvm/libghc-llvm-doc.doc-base	2011-01-15 16:01:47.811540360 +0000
@@ -0,0 +1,12 @@
+Document: libghc-llvm-doc
+Title: Manual for the Haskell bindings to the LLVM compiler toolkit
+Abstract: Low Level Virtual Machine (LLVM) is a set of tools for use in the
+ backend of a compiler for generating optimised native code across a wide
+ variety of CPU architectures. The Haskell bindings make it possible to use
+ LLVM from Haskell.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libghc-llvm-doc/html/doc-index.html
+Files: /usr/share/doc/libghc-llvm-doc/html/*.html
+ /usr/share/doc/libghc-llvm-doc/html/src/*.html





More information about the Pkg-haskell-commits mailing list