Skip to content

Commit 494882a

Browse files
committed
Benchmarks require NFData, which are only built with containers042
1 parent 5532fcf commit 494882a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fgl.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ test-suite fgl-tests {
109109
}
110110

111111
benchmark fgl-benchmark {
112+
if flag(containers042)
113+
buildable: True
114+
else
115+
buildable: False
116+
112117
default-language: Haskell98
113118

114119
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)