packages feed

filelock 0.1.1.1 → 0.1.1.2

raw patch · 2 files changed

+15/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

filelock.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                filelock-version:             0.1.1.1+version:             0.1.1.2 synopsis:            Portable interface to file locking (flock / LockFileEx) description:         This package provides an interface to Windows and Unix                      file locking functionalities.@@ -10,12 +10,13 @@ license:             PublicDomain license-file:        LICENSE author:              Takano Akio-maintainer:          aljee@hyper.cx+maintainer:          tak@anoak.io -- copyright:            category:            System build-type:          Simple -- extra-source-files:   cabal-version:       >=1.10+extra-source-files:  tests/lock.log.expected  library   exposed-modules:     System.FileLock
+ tests/lock.log.expected view
@@ -0,0 +1,12 @@+took shared lock+took shared lock+lock not available+took shared lock+released shared lock+released shared lock+released shared lock+took exclusive lock+released exclusive lock+took shared lock+released shared lock+lock was available