diff options
Diffstat (limited to 'p/haskell-directory-tree/debian/control')
-rw-r--r-- | p/haskell-directory-tree/debian/control | 16 |
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} |