X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=spline3.cabal;h=df7697dcb61cf8c60ad739544d5436b314242979;hb=69389e0a95ce3b47a82d6c650d4fc9ca3cd95483;hp=4912de022666de94566cd12c76c83c338bb5037c;hpb=d8a4dcb033ea93af06b6b70a6efa9f7c1dc60f38;p=spline3.git diff --git a/spline3.cabal b/spline3.cabal index 4912de0..df7697d 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -18,7 +18,7 @@ flag LLVM executable spline3 build-depends: - base == 4.4.*, + base == 4.5.*, filepath == 1.*, HUnit == 1.2.*, QuickCheck == 2.4.*, @@ -60,17 +60,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