Skip to content

Commit

Permalink
Merge pull request #554 from IntersectMBO/angerman/bitvec-simd
Browse files Browse the repository at this point in the history
Disable simd on bitvec dependency
  • Loading branch information
smelc authored Jun 17, 2024
2 parents 833e8c0 + e181007 commit bd58f07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ package cryptonite
-- generation is dubious. Set the flag so we use /dev/urandom by default.
flags: -support_rdrand

-- disable c++ nonsense on bitvec, to make it compile. The windows linker/loader
-- chokes on c++ dependencies.
package bitvec
flags: -simd

constraints:
-- io-classes-mtl-0.1.2.0 is not buildable
io-classes-mtl < 0.1.2.0
Expand Down

0 comments on commit bd58f07

Please sign in to comment.