diff options
Diffstat (limited to 'haskell/haskell-dlist/README')
-rw-r--r-- | haskell/haskell-dlist/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-dlist/README b/haskell/haskell-dlist/README new file mode 100644 index 0000000000..f25e75b4f3 --- /dev/null +++ b/haskell/haskell-dlist/README @@ -0,0 +1,7 @@ +The dlist package implements differences lists for Haskell: a list-like type +supporting O(1) append and snoc. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |