diff options
Diffstat (limited to 'haskell/haskell-StateVar/README')
-rw-r--r-- | haskell/haskell-StateVar/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-StateVar/README b/haskell/haskell-StateVar/README new file mode 100644 index 0000000000..2d3ee44d07 --- /dev/null +++ b/haskell/haskell-StateVar/README @@ -0,0 +1,7 @@ +This package contains state variables, which are references in the +IO monad, like IORefs or parts of the OpenGL state. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |