commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
525 stars 797 forks source link

tensort 0.2.0.2 #7452

Open alexeyzab opened 2 weeks ago

alexeyzab commented 2 weeks ago
     Preprocessing library for tensort-0.2.0.2..
       Building library for tensort-0.2.0.2..
       Preprocessing test suite 'tensort-test' for tensort-0.2.0.2..
       Building test suite 'tensort-test' for tensort-0.2.0.2..
       [2 of 3] Compiling TestCheck

       /home/curators/work/unpack-dir/unpacked/tensort-0.2.0.2-351ad323d5c1faa4977500652f441a96087734135f8784342226c44721282c3e/test/TestCheck.hs:20:31: error: [GHC-88464]
           Variable not in scope: withDiscardRatio :: t0 -> prop -> prop0
           Suggested fix:
             Perhaps use record field of Args ‘maxDiscardRatio’ (imported from Test.QuickCheck)
          |
       20 |   result <- quickCheckResult (withDiscardRatio 2000 prop)                                                                 |                               ^^^^^^^^^^^^^^^^
curator: Received ExitFailure 1 when running
Raw command: /usr/bin/stack --terminal build --test --test-suite-timeout=600 --no-rerun-tests --bench --no-run-benchmarks --haddock --no-interleaved-output --ghc-options -w --jobs=16

cc @kaBeech

kaBeech commented 2 weeks ago

Ooh - TYSM, will fix after work tonight

kaBeech commented 2 weeks ago

@alexeyzab Fixed in Version 0.2.0.3. Thanks again!