-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreflex-fsnotify.cabal
40 lines (36 loc) · 1.2 KB
/
reflex-fsnotify.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
34
35
36
37
38
39
40
cabal-version: >=1.10
name: reflex-fsnotify
version: 0.3.0.2
license: BSD3
license-file: LICENSE
copyright: 2020 Obsidian Systems LLC
maintainer: [email protected]
author: Obsidian Systems LLC
tested-with:
ghc ==8.10.7 || ==8.8.4 || ==8.6.5 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1
bug-reports: https://github.com/reflex-frp/reflex-fsnotify/issues
synopsis: Reflex FRP interface for watching files
description:
Watch files and directories for changes using a functional-reactive interface!
.
<https://reflex-frp.org/>
category: System, FRP
build-type: Simple
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/reflex-frp/reflex-fsnotify
library
exposed-modules: Reflex.FSNotify
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.10 && <4.22,
containers >=0.6 && <0.8,
directory >=1.3 && <1.4,
filepath >=1.4 && <1.6,
fsnotify >=0.4 && <0.5,
reflex >=0.5 && <1