Skip to content

Commit

Permalink
cryptonite -> crypton
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Jan 17, 2025
1 parent 04e0675 commit 1207a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1207a75

Please sign in to comment.