Skip to content

Commit c476b11

Browse files
authored
Merge pull request #100 from input-output-hk/fraser-iohk/fix-invariant-checks
strict-stm: Fix typo'd checktvarinvariant CPP flag
2 parents 93a506b + baf5428 commit c476b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strict-stm/strict-stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ library
7070
ghc-options: -fno-ignore-asserts
7171

7272
if flag(checktvarinvariant)
73-
cpp-options: -DCHECK_TVAR_INVARIAN
73+
cpp-options: -DCHECK_TVAR_INVARIANT

0 commit comments

Comments
 (0)