diff --git a/.github/workflows/Dockerfile.centos b/.github/workflows/Dockerfile.centos index e1b722a19..dd6cb6e57 100644 --- a/.github/workflows/Dockerfile.centos +++ b/.github/workflows/Dockerfile.centos @@ -16,6 +16,6 @@ ADD . source WORKDIR source # install -# - as described in cryptonite README, cryptoniate requires disabling "use_target_attributes" +# - as described in crypton README, crypton requires disabling "use_target_attributes" # - 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 -RUN stack install --system-ghc --flag cryptonite:-use_target_attributes --flag bitvec:-simd +RUN stack install --system-ghc --flag crypton:-use_target_attributes --flag bitvec:-simd