shelly 0.9.7.1 → 0.9.7.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Shelly.hs +1/−0
- shelly.cabal +1/−1
Shelly.hs view
@@ -717,6 +717,7 @@ ] liftIO $ runReaderT caught stref where+ throwExplainedException :: Exception exception => exception -> ShIO a throwExplainedException ex = get >>= liftIO . throwIO . ReThrownException ex . errorMsg . LT.unpack . B.toLazyText . sTrace errorMsg trc = "Ran commands: \n" `mappend` trc
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 0.9.7.1+Version: 0.9.7.2 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides a single module for convenient