shelly 1.5.1 → 1.5.1.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- shelly.cabal +1/−1
- src/Shelly.hs +1/−1
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 1.5.1+Version: 1.5.1.1 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell,
src/Shelly.hs view
@@ -313,7 +313,7 @@ -- non-Windows < 7.6 has a bug for read-only file systems -- https://github.com/yesodweb/Shelly.hs/issues/56 -- it would be better to specifically detect that bug-#if defined(mingw32_HOST_OS) || (defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 706)+#if defined(mingw32_HOST_OS) || (defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ < 708) Nothing -> return fp #else Nothing -> liftIO $ throwIO $ userError $