forked from NeilMenne/cis194
-
Notifications
You must be signed in to change notification settings - Fork 2
/
cis194.cabal
35 lines (32 loc) · 1.01 KB
/
cis194.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
Name: cis194
Version: 0.0.0
Author: James Cooper <[email protected]>
Maintainer: James Cooper <[email protected]>
License: BSD3
License-File: LICENSE
-- Synopsis:
-- Description:
Cabal-Version: >= 1.10
Build-Type: Simple
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Cis194.Hw.Week1
Other-Modules:
Build-Depends: base >= 4 && < 5
, containers
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
, containers
, QuickCheck
Source-Repository head
Type: git
-- Location: