diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 16:25:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | f0d7c3404823bf7dc1ac79f08ff25a419b01a3bb (patch) | |
tree | f718b021abe4ba15734ae40e808fef395c20df9e /haskell/haskell-multipart/README | |
parent | f655117e722ec7d4cd7ee005b91979e006125f9f (diff) | |
download | slackbuilds-f0d7c3404823bf7dc1ac79f08ff25a419b01a3bb.tar.gz |
haskell/haskell-multipart: Added (HTTP multipart library).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-multipart/README')
-rw-r--r-- | haskell/haskell-multipart/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-multipart/README b/haskell/haskell-multipart/README new file mode 100644 index 0000000000..3a7322b31a --- /dev/null +++ b/haskell/haskell-multipart/README @@ -0,0 +1,4 @@ +HTTP multipart split out of the haskell-cgi package. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |