diff options
author | takaki <takaki@asis.media-as.org> | 2011-03-14 04:49:52 +0300 |
---|---|---|
committer | takaki <takaki@asis.media-as.org> | 2011-03-14 04:49:52 +0300 |
commit | 726be6a9435258f3a060e385bc058cf22122fb9f (patch) | |
tree | a8dca05fd3b57d3f54a9731dc45b9985c72cc8c3 /p/haskell-directory-tree/debian/control | |
parent | 7f1844a29a81f77bacebba2e99df870b3a5ecf48 (diff) | |
download | DHG_packages-726be6a9435258f3a060e385bc058cf22122fb9f.tar.gz |
haskell-directory-tree: Initial Check-In
Diffstat (limited to 'p/haskell-directory-tree/debian/control')
-rw-r--r-- | p/haskell-directory-tree/debian/control | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control new file mode 100644 index 000000000..9f1dcca0d --- /dev/null +++ b/p/haskell-directory-tree/debian/control @@ -0,0 +1,59 @@ +Source: haskell-directory-tree +Section: haskell +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, +Standards-Version: 3.9.1 +Homepage: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/ + +Package: libghc6-directory-tree-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + 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. + +Package: libghc6-directory-tree-prof +Architecture: any +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Provides: ${haskell:Provides} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions; profiling library + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + 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. + +Package: libghc6-directory-tree-doc +Architecture: all +Section: doc +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: simple directory-like tree datatype, with IO functions; documentation + A simple directory-like tree datatype, with useful IO functions and Foldable + and Traversable instance + . + Provides a simple data structure mirroring a directory tree on the + filesystem, as well as useful functions for reading and writing + file and directory structures in the IO monad. + . + This package contains the library documentation. |