Name: flock Version: 0.3.2 x-revision: 1 License: OtherLicense License-File: COPYING Copyright: Ian Lynagh, 2007 Author: Ian Lynagh Maintainer: Erik Hesselink Stability: experimental Synopsis: Wrapper for flock(2) Description: Simple wrapper around flock(2). Category: System Homepage: http://github.com/hesselink/flock Build-Type: Simple Tested-With: GHC==7.4.1, GHC==7.6.3, GHC==7.8.3, GHC==7.10.2, GHC==8.0.2, GHC==8.2.1 Cabal-Version: >= 1.10 Extra-source-files: "BSD3", "GPL-2", "CHANGELOG" Source-repository head Type: git Location: git://github.com/hesselink/flock.git Library Build-Depends: base > 3 && < 4.16 , transformers >= 0.2 && < 0.6 , monad-control >= 0.3 && < 1.1 , lifted-base >= 0.1 && < 0.3 , unix >= 2.5 && < 2.8 Exposed-modules: System.Lock.FLock GHC-Options: -Wall Default-Language: Haskell2010