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