Skip to content

Commit

Permalink
Remove viac to fix OS X compiling
Browse files Browse the repository at this point in the history
darcs-hash:20080805144359-cef97-cfebad95e6654d54a523743ff2c570b1e83c2b33.gz
  • Loading branch information
TomMD committed Aug 5, 2008
1 parent 3161e61 commit b2b18f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pureMD5.cabal
@@ -1,5 +1,5 @@
name: pureMD5
version: 0.2.3
version: 0.2.4
license: BSD3
license-file: LICENSE
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
Expand All @@ -10,7 +10,7 @@ category: Data, Cryptography
stability: stable
build-type: Simple
cabal-version: >= 1.2
tested-with: GHC == 6.8.2
tested-with: GHC == 6.8.3
extra-source-files: Test/MD5.hs Test/md5test.hs

Flag small_base
Expand All @@ -23,4 +23,4 @@ Library
Build-Depends: base >= 3, bytestring, binary >= 0.4.0
hs-source-dirs:
exposed-modules: Data.Digest.Pure.MD5
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fvia-C -optc-funroll-all-loops -optc-ffast-math -fexcess-precision -funbox-strict-fields
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields

0 comments on commit b2b18f6

Please sign in to comment.