We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26e5fe commit 8f628efCopy full SHA for 8f628ef
pureMD5.cabal
@@ -23,7 +23,7 @@ Library
23
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
24
hs-source-dirs:
25
exposed-modules: Data.Digest.Pure.MD5
26
- if arch(i386) || arch(x86-64)
+ if arch(i386) || arch(x86_64)
27
cpp-options: -DFastWordExtract
28
29
Executable md5Test
0 commit comments