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

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


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

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

Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 5e9f07e702ee79094de0bec8d97720ad
diff -rN -u old-haskell-stm/changelog new-haskell-stm/changelog
--- old-haskell-stm/changelog	2011-01-15 16:14:12.466785650 +0000
+++ new-haskell-stm/changelog	2011-01-15 16:14:12.470785861 +0000
@@ -1,7 +1,11 @@
 haskell-stm (2.1.1.2-6) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:14 -0300
 
 haskell-stm (2.1.1.2-5) unstable; urgency=low
@@ -42,7 +46,7 @@
   * Upgrade to "Generic Haskell cabal library packaging files v10":
     * Versioned dependencies are now generated for the Cabal packages we
       depend on.
-    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
+    * Use the new ${impl:ghc:*_deps} variables in debian/control.in.
     * Call canonicalise-comma-list on the depends and suggests fields in
       control.in. This works around bugs in lintian, where it gets
       confused and starts giving spurious warnings.
diff -rN -u old-haskell-stm/control new-haskell-stm/control
--- old-haskell-stm/control	2011-01-15 16:14:12.466785650 +0000
+++ new-haskell-stm/control	2011-01-15 16:14:12.470785861 +0000
@@ -7,14 +7,14 @@
 Build-Depends: debhelper (>= 7)
   , haskell-devscripts (>= 0.7)
   , cdbs
-  , ghc6
-  , ghc6-prof
-  , ghc6-doc
+  , ghc
+  , ghc-prof
+  , ghc-doc
 Homepage: http://hackage.haskell.org/package/stm
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stm
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stm
 
-Package: libghc6-stm-dev
+Package: libghc-stm-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -28,7 +28,7 @@
  Provides a Haskell Software Transactional Memory (STM) library.
  STM is a modular composable concurrency abstraction.
 
-Package: libghc6-stm-prof
+Package: libghc-stm-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${misc:Depends}
@@ -41,7 +41,7 @@
  Provides a Haskell Software Transactional Memory (STM) library.
  STM is a modular composable concurrency abstraction.
 
-Package: libghc6-stm-doc
+Package: libghc-stm-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list