diff options
Diffstat (limited to 'haskell/haskell-setenv/README')
-rw-r--r-- | haskell/haskell-setenv/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-setenv/README b/haskell/haskell-setenv/README new file mode 100644 index 0000000000000..cbe4f35fef053 --- /dev/null +++ b/haskell/haskell-setenv/README @@ -0,0 +1,7 @@ +A cross-platform library for setting environment variables. Note: +Since base-4.7.0.0 the functions setEnv and unsetEnv are provided by +System.Environment. System.SetEnv merily re-exports those functions +when built with base >= 4.7. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |