-
Notifications
You must be signed in to change notification settings - Fork 0
/
hiernotify.cabal
33 lines (29 loc) · 1.1 KB
/
hiernotify.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
32
33
Name: hiernotify
Version: 2011.4.12
Synopsis: Notification library for a filesystem hierarchy.
Description: Notification library for a filesystem hierarchy.
Author: Paolo Veronelli
Maintainer: [email protected]
Homepage: http://github.com/paolino/hiernotify
Bug-Reports: http://github.com/paolino/hiernotify/issues
License: BSD3
License-File: LICENSE
Category: System
Cabal-Version: >= 1.6
build-type: Simple
source-repository head
type: git
location: git://github.com/paolino/hierarchy.git
library
ghc-options: -Wall
build-depends: base >= 4 && < 5,
filepath ,
directory,
stm,
time,
mtl,
timers-updatable
exposed-modules: System.Hiernotify.Polling
other-modules: System.Hiernotify
Control.Concurrent.STM.TMonoid
System.Hiernotify.Controller