filelock 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- filelock.cabal +4/−3
filelock.cabal view
@@ -2,9 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: filelock-version: 0.1.0.0+version: 0.1.0.1 synopsis: Portable interface to file locking (flock / LockFileEx)--- description: +description: This package provides an interface to Windows and Unix+ file locking functionalities. homepage: http://github.com/takano-akio/filelock license: PublicDomain license-file: LICENSE@@ -21,7 +22,7 @@ other-modules: System.FileLock.Internal.Flock System.FileLock.Internal.LockFileEx -- other-extensions: - build-depends: base >=4.5.1.0 && <4.7+ build-depends: base >=4.5.1.0 && <5 -- hs-source-dirs: default-language: Haskell2010