diff options
author | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:01 +0300 |
---|---|---|
committer | Marco Silva <marcot@debian.org> | 2011-01-15 18:06:01 +0300 |
commit | 46aa15abedc287c61c94dfa8a774191a26ff648a (patch) | |
tree | 956179aba6b9d33b03500bd0651e75b290430f3c /p/haskell-hxt-unicode | |
parent | f791340b5527d945fb6b13675dd54cf9c95448bf (diff) | |
download | DHG_packages-46aa15abedc287c61c94dfa8a774191a26ff648a.tar.gz |
haskell-hxt-unicode: Use ghc instead of ghc6
Diffstat (limited to 'p/haskell-hxt-unicode')
-rw-r--r-- | p/haskell-hxt-unicode/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-hxt-unicode/debian/control | 18 |
2 files changed, 15 insertions, 9 deletions
diff --git a/p/haskell-hxt-unicode/debian/changelog b/p/haskell-hxt-unicode/debian/changelog index e7100b8b7..e3b3b7472 100644 --- a/p/haskell-hxt-unicode/debian/changelog +++ b/p/haskell-hxt-unicode/debian/changelog @@ -1,3 +1,9 @@ +haskell-hxt-unicode (9.0.0-2) UNRELEASED; urgency=low + + * Use ghc instead of ghc + + -- Marco Silva <marcot@debian.org> Sat, 15 Jan 2011 12:41:14 -0200 + haskell-hxt-unicode (9.0.0-1) unstable; urgency=low * Initial release (Closes: #601836) diff --git a/p/haskell-hxt-unicode/debian/control b/p/haskell-hxt-unicode/debian/control index e3fffe959..22116cff2 100644 --- a/p/haskell-hxt-unicode/debian/control +++ b/p/haskell-hxt-unicode/debian/control @@ -6,16 +6,16 @@ Uploaders: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org Build-Depends: debhelper (>= 7.0.50~), haskell-devscripts(>=0.7), cdbs, - ghc6, - ghc6-prof, - ghc6-doc, - libghc6-hxt-charproperties-dev, - libghc6-hxt-charproperties-prof, - libghc6-hxt-charproperties-doc, + ghc, + ghc-prof, + ghc-doc, + libghc-hxt-charproperties-dev, + libghc-hxt-charproperties-prof, + libghc-hxt-charproperties-doc, Standards-Version: 3.9.1 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ -Package: libghc6-hxt-unicode-dev +Package: libghc-hxt-unicode-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} @@ -31,7 +31,7 @@ Description: Unicode en-/decoding functions . This package contains the libraries compiled for GHC 6. -Package: libghc6-hxt-unicode-prof +Package: libghc-hxt-unicode-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} @@ -47,7 +47,7 @@ Description: Unicode en-/decoding functions; profiling library . This package contains the profiling libraries compiled for GHC 6. -Package: libghc6-hxt-unicode-doc +Package: libghc-hxt-unicode-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} |