Skip to content

Commit

Permalink
Don't build the benchmark with GHC 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Sep 16, 2020
1 parent 7423143 commit 5670fdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ benchmarks:
- -rtsopts
dependencies:
- unboxing-vector
when:
# Not buildable with GHC 8.0.2, due to "panic! (the 'impossible' happened"
- condition: impl(ghc >= 8.2.1)
then:
buildable: True
else:
buildable: False

tests:
unboxing-vector-test:
Expand Down

0 comments on commit 5670fdd

Please sign in to comment.