diff options
Diffstat (limited to 'haskell/haskell-stm/README')
-rw-r--r-- | haskell/haskell-stm/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-stm/README b/haskell/haskell-stm/README new file mode 100644 index 0000000000..1ef22a9627 --- /dev/null +++ b/haskell/haskell-stm/README @@ -0,0 +1,6 @@ +A modular composable concurrency abstraction for Haskell. + +This requires ghc. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |