Skip to content

Commit 8f628ef

Browse files
committed
Corrected the arch name
Ignore-this: a248938d53515672366d9d1cacad1286 darcs-hash:20101008201447-cef97-5947e91f31f2d4b41bf3547e86aa8286ab66b603.gz
1 parent b26e5fe commit 8f628ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pureMD5.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Library
2323
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields
2424
hs-source-dirs:
2525
exposed-modules: Data.Digest.Pure.MD5
26-
if arch(i386) || arch(x86-64)
26+
if arch(i386) || arch(x86_64)
2727
cpp-options: -DFastWordExtract
2828

2929
Executable md5Test

0 commit comments

Comments
 (0)