Skip to content

Commit c574a10

Browse files
committed
tested if --flag bitvec:-simd is still necessary, concluded it is, changed the relevant comment
1 parent 1207a75 commit c574a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ WORKDIR source
1717

1818
# install
1919
# - 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
20+
# - for bitvec the "simd" flag added in v1.1.5.0 has to be deactivated
2121
RUN stack install --system-ghc --flag crypton:-use_target_attributes --flag bitvec:-simd

0 commit comments

Comments
 (0)