gregwebs / Shelly.hs

Haskell shell scripting
BSD 3-Clause "New" or "Revised" License
418 stars 88 forks source link

Definition for handle_sh is wrong #58

Closed jwiegley closed 9 years ago

jwiegley commented 10 years ago

At the moment, handle_sh is an exact clone of catch_sh. I haven't fixed it since with some of my upcoming changes, you can just import Control.Exception.Lifted and use handle.