diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:27:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:07 +0700 |
commit | 07a19b1a92bd1067b524b1f38f16edb65b8ae1dd (patch) | |
tree | 0a18769ccc0d5d007013372b26daa5ffbf7dc411 /haskell/haskell-attoparsec-iso8601/README | |
parent | 107d3035b6a7007b811d84fa0deadea2c15af778 (diff) |
haskell/haskell-attoparsec-iso8601: Added (Parse ISO8601 dates).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-attoparsec-iso8601/README')
-rw-r--r-- | haskell/haskell-attoparsec-iso8601/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-attoparsec-iso8601/README b/haskell/haskell-attoparsec-iso8601/README new file mode 100644 index 0000000000..1167719951 --- /dev/null +++ b/haskell/haskell-attoparsec-iso8601/README @@ -0,0 +1,4 @@ +Parsing of ISO 8601 dates, originally from aeson. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |