-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhseverywhere.cabal
34 lines (30 loc) · 946 Bytes
/
hseverywhere.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: hseverywhere
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: Jyri-Matti Lähteenmäki
maintainer: jyri-matti@lahteenmaki.net
build-type: Simple
cabal-version: >=1.10
executable hseverywhere
main-is: Main.hs
build-depends: base >=4.9 && <5.0,
text,
transformers,
time,
deepseq,
react-hs,
react-native-hs,
aeson,
containers,
http-common,
network-uri,
semigroups
if impl(ghcjs)
build-depends: ghcjs-base
else
build-depends: ghcjs-base-stub
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -W
cpp-options: -DGHCJS_BROWSER