flock 0.2.5.1 → 0.2.5.2
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- System/Lock/FLock.hsc +1/−1
- flock.cabal +1/−1
CHANGELOG view
@@ -1,3 +1,6 @@+0.2.5.2+ * Build with current Cabal. Thanks to Mitsutoshi Aoe for this fix.+ 0.2.5.1 * Fix warnings in GHC 7.4.
System/Lock/FLock.hsc view
@@ -5,7 +5,7 @@ import Control.Monad.Trans (MonadIO, liftIO) import Data.Bits ((.|.))-#if MIN_VERSION_base(4,5,0)+#if __GLASGOW_HASKELL__ > 702 import Foreign.C.Types (CInt(..)) #else import Foreign.C.Types (CInt)
flock.cabal view
@@ -1,5 +1,5 @@ Name: flock-Version: 0.2.5.1+Version: 0.2.5.2 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2007