From 1207a75ec7b62cfc0b6c4e7d5d21b1e81c062d39 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Fri, 17 Jan 2025 16:49:24 +0100 Subject: [PATCH] cryptonite -> crypton --- .github/workflows/Dockerfile.centos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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