X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=spline3.cabal;h=e65f0cc7975745521d9898b114b3a8cd847ed493;hb=1ea61681483c8402faf572c8c853ba086b622ffe;hp=4912de022666de94566cd12c76c83c338bb5037c;hpb=96f3636050e8ebbb94c325ca80ad517eaf6a29ec;p=spline3.git diff --git a/spline3.cabal b/spline3.cabal index 4912de0..e65f0cc 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -18,14 +18,16 @@ flag LLVM executable spline3 build-depends: - base == 4.4.*, + base == 4.5.*, + doctest == 0.7.*, filepath == 1.*, HUnit == 1.2.*, - QuickCheck == 2.4.*, - repa == 3.*, - repa-algorithms == 3.*, - repa-io == 3.*, - test-framework == 0.4.*, + QuickCheck == 2.*, + repa == 3.2.*, + repa-algorithms == 3.2.*, + repa-io == 3.2.*, + test-framework == 0.6.*, + test-framework-doctest == 0.2.*, test-framework-hunit == 0.2.*, test-framework-quickcheck2 == 0.2.*, vector == 0.9.* @@ -60,17 +62,13 @@ executable spline3 -optlc-O3 else ghc-options: + -O2 -optc-O3 -optc-march=native - -- GHC's -O2 and -fhpc don't get along too well at the moment. - -- Note: this relies on the LLVM/HPC flags being mutually-exclusive. if flag(hpc) ghc-options: -fhpc - else - ghc-options: - -O2 ghc-prof-options: -prof