Skip to content

Commit 67aef1f

Browse files
committed
added cabal.project file
1 parent be95efe commit 67aef1f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cabal.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
index-state: 2022-02-18T00:00:00Z
2+
3+
packages: ./io-sim
4+
./io-classes
5+
./strict-stm
6+
7+
package io-sim
8+
tests: True
9+
-- NOTE: to enable benchmarks, one needs to disable tests for --
10+
-- `typed-protocols-examples`. This won't be a problem, once `io-sim` lands
11+
-- in its own repository.
12+
benchmarks: False
13+
14+
package io-classes
15+
flags: +asserts
16+
17+
package strict-stm
18+
flags: +asserts

0 commit comments

Comments
 (0)