flock 0.2.3 → 0.2.4
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- flock.cabal +4/−2
flock.cabal view
@@ -1,5 +1,5 @@ Name: flock-Version: 0.2.3+Version: 0.2.4 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2007@@ -21,7 +21,9 @@ Location: git://github.com/hesselink/flock.git Library- Build-Depends: base > 3 && < 5, unix >= 2.3 && < 2.5, mtl == 1.1.*+ Build-Depends: base > 3 && < 5+ , mtl == 1.1.* || == 2.0.*+ , unix >= 2.3 && < 2.5 Extensions: ForeignFunctionInterface Exposed-modules: System.Lock.FLock GHC-Options: -Wall