-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhaskell-workshop.cabal
More file actions
30 lines (24 loc) · 974 Bytes
/
haskell-workshop.cabal
File metadata and controls
30 lines (24 loc) · 974 Bytes
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
Name: haskell-workshop
Version: 0.0.0
Author: Alex P<alex@clojurewerkz.org>
Maintainer: Alex P<alex@clojurewerkz.org>
Cabal-Version: >= 1.10
Build-Type: Simple
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs
Exposed-Modules: HaskellWorkshop.Worksheet01, HaskellWorkshop.Worksheet02, HaskellWorkshop.WorksheetIO
Build-Depends: base >= 4 && < 5
, hspec
Test-Suite test-Worksheet01
Default-Language: Haskell2010
type: exitcode-stdio-1.0
build-depends: base >= 4 && < 5,
hspec
ghc-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs
hs-source-dirs: src, test
main-is: HaskellWorkshop/Worksheet01/Test/Main.hs
Source-Repository head
Type: git
-- Location: