packages feed

executable-hash 0.2.0.3 → 0.2.0.4

raw patch · 2 files changed

+16/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,8 @@+0.2.0.4+=======++Added `custom-setup` to `.cabal` file+ 0.2.0.3 ======= 
executable-hash.cabal view
@@ -1,5 +1,5 @@ name:                executable-hash-version:             0.2.0.3+version:             0.2.0.4 synopsis:            Provides the SHA1 hash of the program executable description:         See README.md homepage:            https://github.com/fpco/executable-hash@@ -18,6 +18,16 @@ source-repository head   type: git   location: git://github.com/fpco/executable-hash++custom-setup+  setup-depends: base+               , bytestring+               , Cabal+               , cryptohash+               , directory+               , file-embed+               , filepath+               , template-haskell  library   exposed-modules:     System.Executable.Hash