summaryrefslogtreecommitdiff
path: root/p/haskell-directory-tree/debian/control
diff options
context:
space:
mode:
authortakaki <takaki@asis.media-as.org>2011-04-08 10:18:17 +0400
committertakaki <takaki@asis.media-as.org>2011-04-08 10:18:17 +0400
commit31f485a069fb912d7d9134b1e5f7ba49b054b093 (patch)
tree6512e1d8b6c40702b975973caf05e8d0b9945abd /p/haskell-directory-tree/debian/control
parenta6eb1d48d1200ddce63cd80fc22e1767f3eec2b4 (diff)
downloadDHG_packages-31f485a069fb912d7d9134b1e5f7ba49b054b093.tar.gz
haskell-directory-tree: releasing version 0.10.0-1
Diffstat (limited to 'p/haskell-directory-tree/debian/control')
-rw-r--r--p/haskell-directory-tree/debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control
index 9f1dcca0d..b2eb9434f 100644
--- a/p/haskell-directory-tree/debian/control
+++ b/p/haskell-directory-tree/debian/control
@@ -4,13 +4,13 @@ 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,
+ ghc,
+ ghc-prof,
+ ghc-doc,
Standards-Version: 3.9.1
Homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/
-Package: libghc6-directory-tree-dev
+Package: libghc-directory-tree-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -24,9 +24,9 @@ Description: simple directory-like tree datatype, with IO functions
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
-Package: libghc6-directory-tree-prof
+Package: libghc-directory-tree-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
@@ -40,9 +40,9 @@ Description: simple directory-like tree datatype, with IO functions; profiling l
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
.
- This package contains the profiling libraries compiled for GHC 6.
+ This package contains the profiling libraries compiled for GHC.
-Package: libghc6-directory-tree-doc
+Package: libghc-directory-tree-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}