We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e3fce commit 9837cafCopy full SHA for 9837caf
cabal.project
@@ -76,7 +76,12 @@ constraints:
76
happy == 1.20.1.1,
77
filepath installed,
78
-- for ghc 8.10, stm-hamt 1.2.0.10 doesn't build
79
- stm-hamt < 1.2.0.10
+ stm-hamt < 1.2.0.10,
80
+ -- Centos 7 comes with an old gcc version that doesn't know about
81
+ -- the flag '-fopen-simd', which blocked the release 2.2.0.0.
82
+ -- We want to be able to benefit from the performance optimisations
83
+ -- in the future, thus: TODO: remove this flag.
84
+ bitvec -simd
85
86
-- This is benign and won't affect our ability to release to Hackage,
87
-- because we only depend on `ekg-json` when a non-default flag
0 commit comments