We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1207a75 commit c574a10Copy full SHA for c574a10
.github/workflows/Dockerfile.centos
@@ -17,5 +17,5 @@ WORKDIR source
17
18
# install
19
# - as described in crypton README, crypton requires disabling "use_target_attributes"
20
-# - for bitvec the "simd" flag added in v1.1.5.0 has to be deactivated - the gcc version here does not seem to support it
+# - for bitvec the "simd" flag added in v1.1.5.0 has to be deactivated
21
RUN stack install --system-ghc --flag crypton:-use_target_attributes --flag bitvec:-simd
0 commit comments