flock 0.3.1.7 → 0.3.1.8
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basedep ~monad-controldep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, monad-control, transformers
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- flock.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+0.3.1.8+ * Allow monad-control 1.0.*.+ 0.3.1.7 * Allow transformers 0.4.*.
flock.cabal view
@@ -1,5 +1,5 @@ Name: flock-Version: 0.3.1.7+Version: 0.3.1.8 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2007@@ -23,7 +23,7 @@ Library Build-Depends: base > 3 && < 5 , transformers >= 0.2 && < 0.5- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 , lifted-base >= 0.1 && < 0.3 , unix >= 2.3 && < 2.8 Exposed-modules: System.Lock.FLock