-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathflock.cabal
31 lines (29 loc) · 1.07 KB
/
flock.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Name: flock
Version: 0.3.2.1
License: OtherLicense
License-File: COPYING
Copyright: Ian Lynagh, 2007
Author: Ian Lynagh
Maintainer: Erik Hesselink <[email protected]>
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.19
, transformers >= 0.2 && < 0.7
, monad-control >= 0.3 && < 1.1
, lifted-base >= 0.1 && < 0.3
, unix >= 2.5 && < 2.9
Exposed-modules: System.Lock.FLock
GHC-Options: -Wall
Default-Language: Haskell2010