From 633d9351056e89ad8ea055673c1bef4c5980ccea Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Mon, 29 Jul 2019 04:16:23 +0530 Subject: [PATCH] enable list tests --- streamly.cabal | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/streamly.cabal b/streamly.cabal index 5f622158..3873727e 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -320,30 +320,30 @@ test-suite test , exceptions >= 0.8 && < 0.11 default-language: Haskell2010 --- test-suite pure-streams-base --- type: exitcode-stdio-1.0 --- main-is: PureStreams.hs --- hs-source-dirs: test --- ghc-options: -O0 -Wall -threaded -with-rtsopts=-N -fno-ignore-asserts --- if flag(dev) --- cpp-options: -DDEVBUILD --- ghc-options: -Wmissed-specialisations --- -Wall-missed-specialisations --- if impl(ghc >= 8.0) --- ghc-options: -Wcompat --- -Wunrecognised-warning-flags --- -Widentities --- -Wincomplete-record-updates --- -Wincomplete-uni-patterns --- -Wredundant-constraints --- -Wnoncanonical-monad-instances --- -Wnoncanonical-monadfail-instances --- build-depends: --- streamly --- , base >= 4.8 && < 5 --- , hspec >= 2.0 && < 3 --- default-language: Haskell2010 --- +test-suite pure-streams-base + type: exitcode-stdio-1.0 + main-is: PureStreams.hs + hs-source-dirs: test + ghc-options: -Wall -threaded -with-rtsopts=-N -fno-ignore-asserts + if flag(dev) + cpp-options: -DDEVBUILD + ghc-options: -Wmissed-specialisations + -Wall-missed-specialisations + if impl(ghc >= 8.0) + ghc-options: -Wcompat + -Wunrecognised-warning-flags + -Widentities + -Wincomplete-record-updates + -Wincomplete-uni-patterns + -Wredundant-constraints + -Wnoncanonical-monad-instances + -Wnoncanonical-monadfail-instances + build-depends: + streamly + , base >= 4.8 && < 5 + , hspec >= 2.0 && < 3 + default-language: Haskell2010 + -- test-suite pure-streams-streamly -- type: exitcode-stdio-1.0 -- main-is: PureStreams.hs