diff --git a/package.yaml b/package.yaml index f6a4aa4..9b3c79a 100644 --- a/package.yaml +++ b/package.yaml @@ -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: