-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtesting-ghcjs.cabal
40 lines (35 loc) · 1.13 KB
/
testing-ghcjs.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
Name: testing-ghcjs
Version: 0.0.0
Author: kevin cotrone <[email protected]>
Maintainer: kevin cotrone <[email protected]>
License: BSD3
License-File: LICENSE
-- Synopsis:
-- Description:
Cabal-Version: >= 1.10
Build-Type: Simple
executable testing-ghcjs
main-is: Main.hs
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Build-Depends: base >= 4 && < 5
, aeson >= 0.8.0.0
, ghcjs-base
, ghcjs-dom
, mtl
, shakespeare
, blaze-html
, text
Test-Suite spec
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: src
, test
Ghc-Options: -Wall
Main-Is: Spec.hs
Build-Depends: base
, hspec
Source-Repository head
Type: git
-- Location: