-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugins-ng.cabal
More file actions
47 lines (44 loc) · 1.86 KB
/
plugins-ng.cabal
File metadata and controls
47 lines (44 loc) · 1.86 KB
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
41
42
43
44
45
46
47
name: plugins-ng
version: 0.1.0.0
synopsis: automatic, dynamic code recompilation and reloading
-- description:
homepage: https://github.com/Happstack/plugins-ng
license: BSD3
license-file: LICENSE
author: Jeremy Shaw
maintainer: jeremy@n-heptane.com
copyright: 2014, Jeremy Shaw
category: Development
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
extra-source-files: Filter.hs Filter2.hs
library
exposed-modules: Plugins
-- other-modules:
other-extensions: OverloadedStrings, TemplateHaskell
build-depends: base >= 4.6 && < 4.10,
containers >= 0.5 && < 0.6,
filepath,
fsnotify >= 0.0 && < 0.3,
ghc >= 7.6 && < 8.2,
ghci >= 7.6 && < 8.2,
ghc-paths >= 0.1 && < 0.2,
stm >= 2.4 && < 2.5,
template-haskell >= 2.8 && < 2.12,
th-lift >= 0.6 && < 0.8
-- hs-source-dirs:
default-language: Haskell2010
executable example
main-is: Example.hs
build-depends: base >= 4.6 && < 4.10,
containers >= 0.5 && < 0.6,
filepath,
fsnotify >= 0.0 && < 0.3,
ghc >= 7.6 && < 8.2,
ghci >= 7.6 && < 8.2,
ghc-paths >= 0.1 && < 0.2,
stm >= 2.4 && < 2.5,
template-haskell >= 2.8 && < 2.12,
th-lift >= 0.6 && < 0.8
default-language: Haskell2010