diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:42:24 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:42:24 -0400 |
commit | d9a8d80bcb3664b98005e9d439f61fe5cca628b9 (patch) | |
tree | 2d22b3c842a21c71dad0294d4930a545f2709c8d /haskell/haskell-primitive/README | |
parent | 063c730943f5a1006de69a060ae09d56c900a07f (diff) |
haskell/haskell-primitive: Added (Wrappers for primitive operations)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-primitive/README')
-rw-r--r-- | haskell/haskell-primitive/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-primitive/README b/haskell/haskell-primitive/README new file mode 100644 index 000000000000..93dd46a41870 --- /dev/null +++ b/haskell/haskell-primitive/README @@ -0,0 +1,7 @@ +This package provides wrappers for primitive array operations from +GHC.Prim. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |