diff options
author | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:18 +0300 |
---|---|---|
committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:18 +0300 |
commit | 01314ae6cee6e70a4431e29e114e70d9fd9e9342 (patch) | |
tree | 455b7d9b99b21da862a8d6ea0c2b86ca27bf0c77 /p/haskell-regex-base/debian/control | |
parent | e81850d9c4d4c0d20fa055452ee5e72cc8c8cafa (diff) | |
download | DHG_packages-01314ae6cee6e70a4431e29e114e70d9fd9e9342.tar.gz |
haskell-regex-base: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-regex-base/debian/control')
-rw-r--r-- | p/haskell-regex-base/debian/control | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/p/haskell-regex-base/debian/control b/p/haskell-regex-base/debian/control index 6fb6096fb..faad06a41 100644 --- a/p/haskell-regex-base/debian/control +++ b/p/haskell-regex-base/debian/control @@ -8,18 +8,18 @@ Build-Depends: debhelper (>= 7), haskell-devscripts (>= 0.7), cpphs, - 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 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-base/ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-base Homepage: http://sourceforge.net/projects/lazy-regex -Package: libghc6-regex-base-dev +Package: libghc-regex-base-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} @@ -31,7 +31,7 @@ Description: GHC 6 library providing an API for regular expressions . This package contains the libraries for use with GHC 6. -Package: libghc6-regex-base-prof +Package: libghc-regex-base-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} @@ -42,16 +42,16 @@ Description: GHC 6 profiling library providing an API for regular expressions regex-tdfs, regex-dfa. . This package contains additional profiling libraries which can be - used with ghc6-prof. + used with ghc-prof. -Package: libghc6-regex-base-doc +Package: libghc-regex-base-doc Replaces: haskell-regex-base-doc (<< 0.93.1-7) Conflicts: haskell-regex-base-doc (<< 0.93.1-7) Provides: haskell-regex-base-doc Architecture: all Section: doc Depends: ${misc:Depends} -Recommends: doc-base, ghc6-doc, libghc6-mtl-doc +Recommends: doc-base, ghc-doc, libghc-mtl-doc Description: API documentation for regex-base Haskell library A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, |