X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeredes.cabal;h=630d023df4ec514e7b8c60542da15e540af2da34;hp=5ea4ad0c637ed52c45514c1634ecf0ba6f4f9041;hb=3534fb06facfc1ee059d242ce1322d78a4a9c163;hpb=09f62fa06b2f5f0ad51e83f3ff3ad1db956ee9c0 diff --git a/haeredes.cabal b/haeredes.cabal index 5ea4ad0..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. @@ -130,25 +107,8 @@ test-suite shelltests build-depends: base == 4.*, - bytestring >= 0.10, - cmdargs >= 0.10, - dns >= 1.4, - iproute >= 1.2, - parallel-io >= 0.3, 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