1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: listlike
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2dfsg1-1), haskell-devscripts (>= 0.6.15), cpphs, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.15), ghc6 (>= 6.8.2dfsg1-1), cpphs, hugs, libhugs-mtl
Standards-Version: 3.6.2
Section: devel
Vcs-Git: git://git.complete.org/listlike
Vcs-browser: http://git.complete.org/listlike
Homepage: http://software.complete.org/listlike
Package: libghc6-listlike-dev
Section: devel
Architecture: any
Depends: ${haskell:Depends}, libghc6-mtl-dev
Suggests: listlike-doc
Description: Generic support for list-like structures in Haskell, GHC
The ListLike module provides a common interface to the various Haskell
types that are "list-like". Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support I/O, and for types that can handle
infinite lists.
Package: libhugs-listlike
Section: devel
Architecture: all
Depends: ${haskell:Depends}, libhugs-mtl
Suggests: listlike-doc
Description: Generic support for list-like structures in Haskell, Hugs
The ListLike module provides a common interface to the various Haskell
types that are "list-like". Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support I/O, and for types that can handle
infinite lists.
Package: listlike-doc
Section: doc
Architecture: all
Description: Generic support for list-like structures in Haskell, Documentation
The ListLike module provides a common interface to the various Haskell
types that are "list-like". Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support I/O, and for types that can handle
infinite lists.
|