setenv 0.1.1 → 0.1.1.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- setenv.cabal +1/−1
- src/System/SetEnv.hs +1/−1
setenv.cabal view
@@ -1,5 +1,5 @@ name: setenv-version: 0.1.1+version: 0.1.1.1 license: MIT license-file: LICENSE copyright: (c) 2012, 2013 Simon Hengel
src/System/SetEnv.hs view
@@ -93,7 +93,7 @@ setEnv_ k v = Posix.setEnv k v True #endif --- | @unSet name@ removes the specified environment variable from the+-- | @unsetEnv name@ removes the specified environment variable from the -- environment of the current process. -- -- Throws `Control.Exception.IOException` if @name@ is the empty string or