packages feed

hmk 0.9.7.2 → 0.9.7.3

raw patch · 2 files changed

+9/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Hmk/IO.lhs view
@@ -29,7 +29,7 @@ > isStale :: Cmp IO FilePath > isStale x y = do >   xe <- fileExist x->   ye <- fileExist x+>   ye <- fileExist y >   if not (xe && ye) then >       return True else >       do xstat <- getFileStatus x
hmk.cabal view
@@ -1,7 +1,7 @@ name:           hmk-version:        0.9.7.2+version:        0.9.7.3 author:         Mathieu Boespflug-maintainer:     Mathieu Boespflug <mboes@tweag.net>+maintainer:     Mathieu Boespflug <mboes - at - tweag.net> homepage:       http://www.github.com/mboes/hmk synopsis:       A make alternative based on Plan9's mk. description:@@ -21,10 +21,14 @@ category:       Control, Development, Distribution license:        GPL license-file:   COPYING-copyright:      (c) 2008-2009. Mathieu Boespflug <mboes@tweag.net>-cabal-version:  >= 1.2.0+copyright:      (c) 2008-2009. Mathieu Boespflug <mboes - at - tweag.net>+cabal-version:  >= 1.6.0 build-type:     Simple tested-with:    GHC == 6.12.1++source-repository head+  type:     git+  location: git://github.com/mboes/hmk  library     build-depends:   base < 5, containers