flock 0.3.1.3 → 0.3.1.4
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~lifted-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lifted-base
API changes (from Hackage documentation)
Files
- CHANGELOG +13/−1
- flock.cabal +2/−2
CHANGELOG view
@@ -1,6 +1,18 @@+0.3.1.4+ * Relax dependency on lifted-base. Thanks to John Lato.++0.3.1.3+ * Fix repository type (github -> git).++0.3.1.2+ * Relax dependency on unix.++0.3.1.1+ * Relax dependency on transformers.+ 0.3.1 * Add lockFd and withFdLock, locking with a user-provided file- descriptor. Thanks to Eelis for this feature.+ descriptor. Thanks to Eelis for this feature. 0.3 * Protect against exception in withLock using monad-control. Thanks
flock.cabal view
@@ -1,5 +1,5 @@ Name: flock-Version: 0.3.1.3+Version: 0.3.1.4 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2007@@ -24,7 +24,7 @@ Build-Depends: base > 3 && < 5 , transformers >= 0.2 && < 0.4 , monad-control >= 0.3 && < 0.4- , lifted-base >= 0.1 && < 0.2+ , lifted-base >= 0.1 && < 0.3 , unix >= 2.3 && < 2.7 Exposed-modules: System.Lock.FLock GHC-Options: -Wall