diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:35:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:13 +0700 |
commit | cd876405d7000df5477b6a345582cda75e287eed (patch) | |
tree | 631d4c216a93c8d21846d3da74e18d7fbfde3aea /haskell/haskell-conduit-extra/README | |
parent | 1a03e1f0470dd3cbebb5f9cecb53b7752735b5e8 (diff) |
haskell/haskell-conduit-extra: Added (adapters for libraries).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-conduit-extra/README')
-rw-r--r-- | haskell/haskell-conduit-extra/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-conduit-extra/README b/haskell/haskell-conduit-extra/README new file mode 100644 index 000000000000..b90f062e7840 --- /dev/null +++ b/haskell/haskell-conduit-extra/README @@ -0,0 +1,8 @@ +The conduit package itself maintains relative small dependencies. The +purpose of this package is to collect commonly used utility +functions wrapping other library dependencies, without depending +on heavier-weight dependencies. The basic idea is that this package +should only depend on haskell-platform packages and conduit. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |