HSHHelpers 0.23 → 0.24
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~MissingHPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: MissingH
API changes (from Hackage documentation)
+ HSH.Helpers.FileManip: symlink :: SymlinkArgs -> IO ()
+ HSH.Helpers.FileManip: writeFileForce :: FilePath -> String -> IO ()
+ HSH.Helpers.FileManip: writeFileForce' :: (FilePath -> t -> IO b) -> FilePath -> t -> IO b
+ HSH.Helpers.FileManip: writeFileForceB :: FilePath -> ByteString -> IO ()
+ HSH.Helpers.UnixUsers: parseug :: RegexContext Regex source1 (String, String, String, [String]) => source1 -> String
+ HSH.Helpers.Utils: failIf :: Monad m => m Bool -> String -> m ()
Files
- HSHHelpers.cabal +2/−2
HSHHelpers.cabal view
@@ -1,5 +1,5 @@ Name: HSHHelpers-Version: 0.23+Version: 0.24 License: GPL License-file: gpl.txt Description: @@ -18,7 +18,7 @@ Copyright: Copyright (c) 2008 Thomas Hartman Exposed-Modules: HSH.Helpers, HSH.Helpers.Instances, HSH.Helpers.UnixUsers, HSH.Helpers.FileManip, HSH.Helpers.Utils, HSH.Helpers.Email-Build-Depends: base >= 0.4 && <5, HSH >= 1 && <1.27, unix, HStringTemplateHelpers, MissingH <= 1.0.3, regex-pcre, directory, bytestring, filepath, mtl,+Build-Depends: base >= 0.4 && <5, HSH >= 1 && <1.27, unix, HStringTemplateHelpers, MissingH >= 1.0.3, regex-pcre, directory, bytestring, filepath, mtl, DebugTraceHelpers Category: System Build-type: Simple