shellmate 0.3.2 → 0.3.2.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
+ Control.Shell: BinaryMode :: FileMode
+ Control.Shell: TextMode :: FileMode
- Control.Shell: liftIO :: MonadIO m => IO a -> m a
+ Control.Shell: liftIO :: IO a -> m a
Files
- Control/Shell.hs +1/−1
- shellmate.cabal +2/−2
Control/Shell.hs view
@@ -29,7 +29,7 @@ , withFile, withBinaryFile, openFile, openBinaryFile -- * Working with temporary files and directories- , FileMode+ , FileMode (..) , withTempFile, withCustomTempFile , withTempDirectory, withCustomTempDirectory , inTempDirectory, inCustomTempDirectory
shellmate.cabal view
@@ -1,5 +1,5 @@ name: shellmate-version: 0.3.2+version: 0.3.2.1 synopsis: Simple interface for shell scripting in Haskell. description: Aims to simplify development of cross-platform shell scripts and similar things. homepage: https://github.com/valderman/shellmate@@ -31,7 +31,7 @@ Control.Shell.Color build-depends: base >=4.8 && <5,- transformers >=0.3 && <0.5,+ transformers >=0.3 && <0.6, bytestring >=0.10 && <0.11, filepath >=1.3 && <1.5, process >=1.1 && <1.5,