-
Notifications
You must be signed in to change notification settings - Fork 3
/
snaplet-purescript.cabal
38 lines (36 loc) · 1.12 KB
/
snaplet-purescript.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
name: snaplet-purescript
version: 0.6.0.0
synopsis: Automatic (re)compilation of purescript projects
description: Automatic (re)compilation of purescript projects
license: MIT
license-file: LICENSE
author: Alfredo Di Napoli
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/adinapoli/snaplet-purescript
library
exposed-modules:
Snap.Snaplet.PureScript
other-modules:
Snap.Snaplet.PureScript.Internal
Snap.Snaplet.PureScript.Hooks
Paths_snaplet_purescript
build-depends: base >=4.6 && < 5.1,
snap-core < 1.1.0.0,
snap >= 1.1.2.0,
raw-strings-qq >= 1.0.2,
string-conv,
text > 0.11 && < 1.4.0.0,
mtl,
transformers,
configurator >= 0.2.0.0,
shelly >= 0.4.1
hs-source-dirs:
src
ghc-options:
-Wall -Werror
default-language: Haskell2010