diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-22 22:20:03 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:32 +0700 |
commit | a1afa12593074cc268d4616e3f60eedd996924f8 (patch) | |
tree | 96a21fbeeaf765d2ddb049916104f5f6c3bdefde /haskell/haskell-megaparsec/README | |
parent | 4c3de915daf163a9d1956e467626b6360b1a4b1a (diff) |
haskell/haskell-megaparsec: Removed (ftbfs, no maintainer).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-megaparsec/README')
-rw-r--r-- | haskell/haskell-megaparsec/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/haskell/haskell-megaparsec/README b/haskell/haskell-megaparsec/README deleted file mode 100644 index 9b73bca1caf4a..0000000000000 --- a/haskell/haskell-megaparsec/README +++ /dev/null @@ -1,6 +0,0 @@ -This is an industrial-strength monadic parser combinator -library. Megaparsec is a feature-rich package that strikes a nice -balance between speed, flexibility, and quality of parse errors. - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |