slackbuilds/haskell/haskell-mono-traversable
Andrew Clemons 4f37cf512d
haskell/haskell-mono-traversable: Fix dependencies.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-13 09:17:58 +07:00
..
README haskell/haskell-mono-traversable: Added (monomorphic containers). 2018-11-10 07:47:34 +07:00
doinst.sh haskell/haskell-mono-traversable: Added (monomorphic containers). 2018-11-10 07:47:34 +07:00
haskell-mono-traversable.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
haskell-mono-traversable.info haskell/haskell-mono-traversable: Fix dependencies. 2022-02-13 09:17:58 +07:00
slack-desc haskell/haskell-mono-traversable: Added (monomorphic containers). 2018-11-10 07:47:34 +07:00

README

Type classes for mapping, folding, and traversing monomorphic and
polymorphic containers. Haskell is good at operating over polymorphic
containers such as a list [a]. A monomorphic container is one such
as Text which has a type Text that does not expose a type variable
for the underlying characters.

After uninstalling, run this command to unregister the package from
the ghc package database:   ghc-pkg recache