X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeredes.cabal;h=630d023df4ec514e7b8c60542da15e540af2da34;hp=fac5582d2131c6fc5accccd07307e1141ceafe83;hb=3534fb06facfc1ee059d242ce1322d78a4a9c163;hpb=2dd49227efae7fa0de2045b4dae36bbe30c3d65d diff --git a/haeredes.cabal b/haeredes.cabal index fac5582..630d023 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -1,5 +1,5 @@ name: haeredes -version: 0.5.1 +version: 0.5.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -86,17 +86,6 @@ executable haeredes Paths_haeredes Timeout - ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe - -Wno-all-missed-specialisations - -rtsopts - -threaded - -optc-O3 - -optc-march=native - test-suite doctests type: exitcode-stdio-1.0 @@ -108,18 +97,6 @@ test-suite doctests doctest >= 0.9, filemanip >= 0.3.6 - -- It's not entirely clear to me why I have to reproduce all of this. - ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe - -Wno-all-missed-specialisations - -rtsopts - -threaded - -optc-O3 - -optc-march=native - -- These won't work without shelltestrunner installed in your -- $PATH. Maybe there is some way to tell Cabal that. @@ -132,18 +109,6 @@ test-suite shelltests base == 4.*, process >= 1.1 - -- It's not entirely clear to me why I have to reproduce all of this. - ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe - -Wno-all-missed-specialisations - -rtsopts - -threaded - -optc-O3 - -optc-march=native - source-repository head type: git