executable-hash 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Executable/Hash.hs +2/−2
- executable-hash.cabal +1/−1
System/Executable/Hash.hs view
@@ -13,12 +13,12 @@ -- import Distribution.Simple (defaultMainWithHooks, simpleUserHooks, postBuild) -- import Distribution.Simple.LocalBuildInfo (buildDir) -- import System.Executable.Hash.Internal (maybeInjectExecutableHash)--- import System.FilePath ((</>))+-- import System.FilePath ((\</>)) -- -- main :: IO () -- main = defaultMainWithHooks $ simpleUserHooks -- { postBuild = \_ _ _ buildInfo ->--- maybeInjectExecutableHash (buildDir buildInfo </> "exeName\/exeName")+-- maybeInjectExecutableHash (buildDir buildInfo \</> "exeName\/exeName") -- } -- @ --
executable-hash.cabal view
@@ -1,5 +1,5 @@ name: executable-hash-version: 0.2.0.1+version: 0.2.0.2 synopsis: Provides the SHA1 hash of the program executable description: See README.md homepage: https://github.com/fpco/executable-hash