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

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


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

     ./libghc6-texmath-doc.examples -> ./libghc-texmath-doc.examples
    M ./changelog -1 +7
    M ./control -12 +12

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 85c2aa0fbcc59f9ef26c8e907a152827
diff -rN -u old-haskell-texmath/changelog new-haskell-texmath/changelog
--- old-haskell-texmath/changelog	2011-01-15 16:16:29.438004018 +0000
+++ new-haskell-texmath/changelog	2011-01-15 16:16:29.442004229 +0000
@@ -1,3 +1,9 @@
+haskell-texmath (0.3.0.3-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:32 -0200
+
 haskell-texmath (0.3.0.3-1) experimental; urgency=low
 
   * New upstream release 
@@ -7,7 +13,7 @@
 
 haskell-texmath (0.3.0.2-2) unstable; urgency=low
 
-  * Run ghc6 without active timer (+RTS -V0 -RTS) to avoid build
+  * Run ghc without active timer (+RTS -V0 -RTS) to avoid build
     problems on hppa
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 22 Aug 2010 16:06:02 +0200
diff -rN -u old-haskell-texmath/control new-haskell-texmath/control
--- old-haskell-texmath/control	2011-01-15 16:16:29.438004018 +0000
+++ new-haskell-texmath/control	2011-01-15 16:16:29.442004229 +0000
@@ -7,22 +7,22 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- libghc6-xml-dev,
- libghc6-xml-prof,
- libghc6-parsec3-dev,
- libghc6-parsec3-prof,
+ ghc,
+ ghc-prof,
+ libghc-xml-dev,
+ libghc-xml-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
 Build-Depends-Indep:
- ghc6-doc,
- libghc6-xml-doc,
- libghc6-parsec3-doc
+ ghc-doc,
+ libghc-xml-doc,
+ libghc-parsec3-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/texmath
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-texmath
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-texmath
 
-Package: libghc6-texmath-dev
+Package: libghc-texmath-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -38,7 +38,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-texmath-prof
+Package: libghc-texmath-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -53,7 +53,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-texmath-doc
+Package: libghc-texmath-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-texmath/libghc6-texmath-doc.examples new-haskell-texmath/libghc6-texmath-doc.examples
--- old-haskell-texmath/libghc6-texmath-doc.examples	2011-01-15 16:16:29.217992424 +0000
+++ new-haskell-texmath/libghc6-texmath-doc.examples	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-cgi
-testTeXMathML.hs
diff -rN -u old-haskell-texmath/libghc-texmath-doc.examples new-haskell-texmath/libghc-texmath-doc.examples
--- old-haskell-texmath/libghc-texmath-doc.examples	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-texmath/libghc-texmath-doc.examples	2011-01-15 16:16:29.442004229 +0000
@@ -0,0 +1,2 @@
+cgi
+testTeXMathML.hs





More information about the Pkg-haskell-commits mailing list