diff options
| author | Giovanni Mascellani <gio@debian.org> | 2012-05-20 13:53:14 +0400 |
|---|---|---|
| committer | Giovanni Mascellani <gio@debian.org> | 2012-05-20 13:53:14 +0400 |
| commit | a6edd69eb1c94b5d7beb572a26bdbf18c8d12ffc (patch) | |
| tree | 6f83a1b2dfd88a42bead6ff466bd5370a6754071 /p/haskell-ixset/debian/control | |
| parent | 3561f67a44342837a342d8cf10ab35ea4ab57ade (diff) | |
| download | DHG_packages-a6edd69eb1c94b5d7beb572a26bdbf18c8d12ffc.tar.gz | |
haskell-ixset: Initial Check-In
Diffstat (limited to 'p/haskell-ixset/debian/control')
| -rw-r--r-- | p/haskell-ixset/debian/control | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/p/haskell-ixset/debian/control b/p/haskell-ixset/debian/control new file mode 100644 index 000000000..b129c9215 --- /dev/null +++ b/p/haskell-ixset/debian/control @@ -0,0 +1,73 @@ +Source: haskell-ixset +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Giovanni Mascellani <gio@debian.org> +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.8) + , ghc + , ghc-prof + , libghc-syb-with-class-dev (>= 0.6.1) + , libghc-syb-with-class-prof + , libghc-syb-dev + , libghc-syb-prof + , libghc-safecopy-dev + , libghc-safecopy-doc +Build-Depends-Indep: ghc-doc + , libghc-syb-with-class-doc + , libghc-syb-doc + , libghc-safecopy-doc +Standards-Version: 3.9.3 +Homepage: http://hackage.haskell.org/package/ixset +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ixset +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ixset + +Package: libghc-ixset-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell implementation of queryable sets - GHC libraries + IxSet is a Haskell efficient implementation of queryable sets: it + makes you able to define complex data types and index them on some of + theirs fields. Then you can efficiently query the IxSet to find the + records that satisfy some condition. + . + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-ixset-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell implementation of queryable sets - GHC profiling libraries + IxSet is a Haskell efficient implementation of queryable sets: it + makes you able to define complex data types and index them on some of + theirs fields. Then you can efficiently query the IxSet to find the + records that satisfy some condition. + . + This package provides a library for the Haskell programming language, compiled + for profiling. See http://www.haskell.org/ for more information on Haskell. + +Package: libghc-ixset-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Haskell implementation of queryable sets - documentation + IxSet is a Haskell efficient implementation of queryable sets: it + makes you able to define complex data types and index them on some of + theirs fields. Then you can efficiently query the IxSet to find the + records that satisfy some condition. + . + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. |
