The build succeeded. 0 test suites succeeded, 0 failed.

Build log

> /tmp/stackage-build2452$ stack unpack monad-parallel-0.7.2.3@sha256:9d5ff3e057603bf0b999ccbe46835a20403f6e86ecac5e4ea893b8b72e05486e
Unpacked monad-parallel-0.7.2.3 to /tmp/stackage-build2452/monad-parallel-0.7.2.3/
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ./Setup configure --package-db=clear --package-db=global --package-db=/home/circleci/project/builds/nightly/pkgdb --libdir=/home/circleci/project/builds/nightly/lib --bindir=/home/circleci/project/builds/nightly/bin --datadir=/home/circleci/project/builds/nightly/share --libexecdir=/home/circleci/project/builds/nightly/libexec --sysconfdir=/home/circleci/project/builds/nightly/etc --docdir=/home/circleci/project/builds/nightly/doc/monad-parallel-0.7.2.3 --htmldir=/home/circleci/project/builds/nightly/doc/monad-parallel-0.7.2.3 --haddockdir=/home/circleci/project/builds/nightly/doc/monad-parallel-0.7.2.3
Configuring monad-parallel-0.7.2.3...
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ./Setup build
Preprocessing library for monad-parallel-0.7.2.3..
Building library for monad-parallel-0.7.2.3..
[1 of 1] Compiling Control.Monad.Parallel ( Control/Monad/Parallel.hs, dist/build/Control/Monad/Parallel.o )

Control/Monad/Parallel.hs:70:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.List’ is deprecated:
      This transformer is invalid on most monads
   |
70 | import Control.Monad.Trans.List (ListT(ListT, runListT))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Monad/Parallel.hs:180:44: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ListT’
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
180 | instance MonadParallel m => MonadParallel (ListT m) where
    |                                            ^^^^^

Control/Monad/Parallel.hs:181:21: warning: [-Wdeprecations]
    In the use of data constructor ‘ListT’
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
181 |    bindM2 f ma mb = ListT (bindM2 f' (runListT ma) (runListT mb))
    |                     ^^^^^

Control/Monad/Parallel.hs:181:39: warning: [-Wdeprecations]
    In the use of ‘runListT’ (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
181 |    bindM2 f ma mb = ListT (bindM2 f' (runListT ma) (runListT mb))
    |                                       ^^^^^^^^

Control/Monad/Parallel.hs:181:53: warning: [-Wdeprecations]
    In the use of ‘runListT’ (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
181 |    bindM2 f ma mb = ListT (bindM2 f' (runListT ma) (runListT mb))
    |                                                     ^^^^^^^^

Control/Monad/Parallel.hs:182:49: warning: [-Wdeprecations]
    In the use of ‘runListT’ (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
182 |      where f' as bs = foldr concat (return []) [runListT (f a b) | a <- as, b <- bs]
    |                                                 ^^^^^^^^

Control/Monad/Parallel.hs:212:36: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ListT’
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
212 | instance MonadFork m => MonadFork (ListT m) where
    |                                    ^^^^^

Control/Monad/Parallel.hs:213:18: warning: [-Wdeprecations]
    In the use of data constructor ‘ListT’
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
213 |    forkExec ma = ListT (liftM ((:[]) . ListT) $ forkExec (runListT ma))
    |                  ^^^^^

Control/Monad/Parallel.hs:213:40: warning: [-Wdeprecations]
    In the use of data constructor ‘ListT’
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
213 |    forkExec ma = ListT (liftM ((:[]) . ListT) $ forkExec (runListT ma))
    |                                        ^^^^^

Control/Monad/Parallel.hs:213:59: warning: [-Wdeprecations]
    In the use of ‘runListT’ (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
213 |    forkExec ma = ListT (liftM ((:[]) . ListT) $ forkExec (runListT ma))
    |                                                           ^^^^^^^^
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181113/monad-parallel-0.7.2.3-B8wkCux1nl8K8uOAlkOkID
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/monad-parallel-0.7.2.3$ ./Setup register
Registering library for monad-parallel-0.7.2.3..