diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:38:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:45 +0700 |
commit | 47339bfd7ed2822e165fb34aaf2773e35b8c6382 (patch) | |
tree | e6b9c899fbba4f300a0305e79190d1bb32fb5a3b /haskell/haskell-setenv/README | |
parent | d6da5eefdf8632a21ec93999b72f2823d9ef8d4c (diff) |
haskell/haskell-setenv: Added (environment variable lib).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 |