summaryrefslogtreecommitdiff
path: root/p/haskell-monadcatchio-transformers
diff options
context:
space:
mode:
authortakaki <takaki@asis.media-as.org>2011-04-11 10:37:30 +0400
committertakaki <takaki@asis.media-as.org>2011-04-11 10:37:30 +0400
commitf16d7de41f9b2d43e87e1e0c0141c7a2290b3a7c (patch)
tree11aa485532c82361826f15581a592c45107ea3e9 /p/haskell-monadcatchio-transformers
parent64d28c984a399d44bbca935af7eb4503ab7ca69a (diff)
downloadDHG_packages-f16d7de41f9b2d43e87e1e0c0141c7a2290b3a7c.tar.gz
haskell-monadcatchio-transformers: Use ghc instead of ghc 6. (Closes: #617572)
Diffstat (limited to 'p/haskell-monadcatchio-transformers')
-rw-r--r--p/haskell-monadcatchio-transformers/debian/changelog3
-rw-r--r--p/haskell-monadcatchio-transformers/debian/control22
2 files changed, 13 insertions, 12 deletions
diff --git a/p/haskell-monadcatchio-transformers/debian/changelog b/p/haskell-monadcatchio-transformers/debian/changelog
index aea1e249b..6f19a1752 100644
--- a/p/haskell-monadcatchio-transformers/debian/changelog
+++ b/p/haskell-monadcatchio-transformers/debian/changelog
@@ -1,8 +1,9 @@
haskell-monadcatchio-transformers (0.2.2.2-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Use ghc instead of ghc 6. (Closes: #617572)
- -- TANIGUCHI Takaki <takaki@debian.org> Mon, 11 Apr 2011 15:29:21 +0900
+ -- TANIGUCHI Takaki <takaki@debian.org> Mon, 11 Apr 2011 15:36:42 +0900
haskell-monadcatchio-transformers (0.2.2.2-1) unstable; urgency=low
diff --git a/p/haskell-monadcatchio-transformers/debian/control b/p/haskell-monadcatchio-transformers/debian/control
index 515bc82d5..85da0510f 100644
--- a/p/haskell-monadcatchio-transformers/debian/control
+++ b/p/haskell-monadcatchio-transformers/debian/control
@@ -4,16 +4,16 @@ Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-transformers-dev,
- libghc6-transformers-prof,
- libghc6-transformers-doc,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-transformers-dev,
+ libghc-transformers-prof,
+ libghc-transformers-doc,
Standards-Version: 3.9.1
#Homepage: None
-Package: libghc6-monadcatchio-transformers-dev
+Package: libghc-monadcatchio-transformers-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -26,9 +26,9 @@ Description: Monad-transformer compatible with Control.Exception
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
-Package: libghc6-monadcatchio-transformers-prof
+Package: libghc-monadcatchio-transformers-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -41,9 +41,9 @@ Description: Monad-transformer compatible with Control.Exception; profiling libr
You can extend this functionality to other monads, by creating an instance
of the MonadCatchIO class.
.
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
-Package: libghc6-monadcatchio-transformers-doc
+Package: libghc-monadcatchio-transformers-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}