packages feed

shelly 0.13.5 → 0.13.5.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

Shelly.hs view
@@ -474,7 +474,7 @@ appendToPath = absPath >=> \filepath -> do   tp <- toTextWarn filepath   pe <- get_env_text path_env-  set_env path_env $ pe `mappend` ":" `mappend` tp+  setenv path_env $ pe `mappend` ":" `mappend` tp   where     path_env = "PATH" 
shelly.cabal view
@@ -1,6 +1,6 @@ Name:       shelly -Version:     0.13.5+Version:     0.13.5.1 Synopsis:    shell-like (systems) programming in Haskell  Description: Shelly provides convenient systems programming in Haskell,