diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:59:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:39 +0700 |
commit | 97ccdb0e06a933a0e803f2ce9ffefb1c95e265a1 (patch) | |
tree | 562dc085191ac4bef552d7e335e04bb7d584165e /haskell/haskell-persistent/README | |
parent | 1e8d94e3c8c5fa8f203af74f99d5dd57364dfabf (diff) |
haskell/haskell-persistent: Added (Type-safe data serialization).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-persistent/README')
-rw-r--r-- | haskell/haskell-persistent/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-persistent/README b/haskell/haskell-persistent/README new file mode 100644 index 0000000000000..c5d779fec0ab1 --- /dev/null +++ b/haskell/haskell-persistent/README @@ -0,0 +1,4 @@ +Type-safe, multi-backend data serialization. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |