[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.9-1-11-g0dada36

Iain Lane laney at debian.org
Thu May 26 10:02:53 UTC 2011


The following commit has been merged in the master branch:
commit bc00b6262e875b98d79e8fd6b7af229463cf4ec3
Author: Iain Lane <laney at debian.org>
Date:   Thu May 26 09:56:21 2011 +0100

    debian/control: Update BDs and package names for ghc6→ghc

diff --git a/debian/control b/debian/control
index bd3f2c9..ca84900 100644
--- a/debian/control
+++ b/debian/control
@@ -6,23 +6,23 @@ Build-Depends: debhelper (>= 5.0.0),
  cdbs,
  haddock,
  hscolour,
- haskell-devscripts (>= 0.6.18),
- ghc6 (>= 6.12), 
+ haskell-devscripts (>= 0.8),
+ ghc, 
  cpphs,
- ghc6-doc,
- libghc6-mtl-dev,
- libghc6-time-dev,
- libghc6-mtl-prof,
- libghc6-time-prof,
- libghc6-mtl-doc,
- libghc6-time-doc
+ ghc-doc,
+ libghc-mtl-dev,
+ libghc-time-dev,
+ libghc-mtl-prof,
+ libghc-time-prof,
+ libghc-mtl-doc,
+ libghc-time-doc
 Standards-Version: 3.9.2
 Section: haskell
 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible
 Vcs-Git: git://git.debian.org/git/pkg-haskell/haskell-convertible.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-convertible.git;a=summary
 
-Package: libghc6-convertible-dev
+Package: libghc-convertible-dev
 Architecture: any
 Depends: ${misc:Depends},  ${haskell:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
@@ -48,7 +48,7 @@ Description: Typeclasses and instances for converting between types, GHC package
  Convertible is backed by an extensive test suite and passes tests
  on GHC and Hugs.
 
-Package: libghc6-convertible-prof
+Package: libghc-convertible-prof
 Architecture: any
 Depends:  ${misc:Depends}, ${haskell:Depends}
 Description: Typeclasses and instances for converting between types, GHC profiling package
@@ -73,7 +73,7 @@ Description: Typeclasses and instances for converting between types, GHC profili
  Convertible is backed by an extensive test suite and passes tests
  on GHC and Hugs.
 
-Package: libghc6-convertible-doc
+Package: libghc-convertible-doc
 Replaces: haskell-convertible-doc
 Conflicts: haskell-convertible-doc
 Provides: haskell-convertible-doc

-- 
Data type conversions



More information about the Pkg-haskell-commits mailing list