-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCS316-FP.cabal
63 lines (62 loc) · 2.14 KB
/
CS316-FP.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: CS316-FP
version: 0.1.0.1
-- synopsis:
-- description:
homepage: https://github.com/msp-strath/cs316-functional-programming
license: BSD3
license-file: LICENSE
author: Robert Atkey
maintainer: [email protected]
copyright: BSD3
category: Education
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
library
hs-source-dirs: lecture-notes
exposed-modules: Week01,
Week01Problems,
Week01Solutions,
Week01Intro,
Week01Lecture2,
Week02,
Week02Problems,
Week02Solutions,
Week02Live,
Week03,
Week03Problems,
Week03Solutions,
Week03Live,
Week04,
Week04Problems,
Week04Solutions,
Week04Live,
Week05,
Week05Problems,
Week05Solutions,
Week05Live,
Week06,
Week06Problems,
Week06Solutions,
Week06Live,
Week07,
Week07Problems,
Week07Solutions,
Week07Live,
Week08,
Week08Problems,
Week08Solutions,
Week08Live2023,
Week08Live,
Week09,
Week09Live2023,
Week09Live,
Week10,
-- Week10Live,
Week10Live2
-- ghc-options: -fwarn-incomplete-patterns
default-language: Haskell2010
build-depends: base >= 4.7 && < 5,
split >= 0.2.3.3,
HTTP >= 4000.3.14,
QuickCheck >= 2.15