Skip to content

Commit ad24e8d

Browse files
committed
Remove the default of LLVM, which not everyone has.
1 parent c3c5380 commit ad24e8d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pureMD5.cabal

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pureMD5
2-
version: 2.1.2
2+
version: 2.1.2.1
33
license: BSD3
44
license-file: LICENSE
55
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
@@ -12,27 +12,20 @@ stability: stable
1212
build-type: Simple
1313
cabal-version: >= 1.6
1414
tested-with: GHC == 6.12.1
15-
extra-source-files: Test/MD5.hs Test/md5test.hs
15+
extra-source-files: Test/MD5.hs
1616

1717
flag test
1818
description: Build a test program
1919
default: False
2020

2121
Library
2222
Build-Depends: base == 4.*, bytestring >= 0.9, binary >= 0.4.0, cereal >= 0.2, crypto-api, tagged
23-
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields -fllvm -optlc-O=3 -optlo-inline -optlo-std-compile-opts
23+
ghc-options: -O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -funbox-strict-fields
2424
hs-source-dirs:
2525
exposed-modules: Data.Digest.Pure.MD5
2626
if arch(i386) || arch(x86_64)
2727
cpp-options: -DFastWordExtract
2828

29-
Executable md5Test
30-
main-is: Test/main.hs
31-
if flag(test)
32-
Build-Depends: base, QuickCheck, crypto-api, bytestring, cereal
33-
if !flag(test)
34-
buildable: False
35-
3629
source-repository head
3730
type: git
3831
location: https://github.com/TomMD/pureMD5

0 commit comments

Comments
 (0)