Skip to content

Commit 31aabe8

Browse files
feat(course): compiling state machines to ccc (upgrades) and pipelining
1 parent 10522bc commit 31aabe8

File tree

5 files changed

+601
-3
lines changed

5 files changed

+601
-3
lines changed

doc/advanced-testing-mini-course/advanced-testing-mini-course.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ library
3333
, bytestring
3434
, containers
3535
, directory
36+
, filepath
3637
, heaps
3738
, http-client
3839
, http-types
3940
, HUnit
4041
, microlens-platform
42+
, overloaded
4143
, QuickCheck
4244
, random
4345
, sqlite-simple
@@ -46,6 +48,7 @@ library
4648
, time
4749
, transformers
4850
, tree-diff ==0.0.2.1
51+
, unix
4952
, vector
5053
, wai
5154
, warp
@@ -88,6 +91,8 @@ library
8891
Lec06WhiteboxCheckers
8992
Lec07EfficientEventLoop
9093
Lec08AsyncFileSystemIO
94+
Lec09.FreeFunc
95+
Lec09.Pipeline
9196
Lec09SMUpgrades
9297
Lec10LibraryOrFramework
9398

doc/advanced-testing-mini-course/cabal.project.freeze

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,4 +2759,11 @@ constraints: abstract-deque ==0.3,
27592759
ztail ==1.2.0.2,
27602760
zydiskell ==0.2.0.0,
27612761
rts installed,
2762-
ghc-boot-th installed
2762+
ghc-boot-th installed,
2763+
overloaded ==0.3.1,
2764+
symbols ==0.3.0.0,
2765+
ghc installed,
2766+
hpc installed,
2767+
ghc-heap installed,
2768+
ghc-boot installed,
2769+
ghci installed

0 commit comments

Comments
 (0)