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

Build log

> /tmp/stackage-build2456$ stack unpack explicit-exception-0.1.9.2@sha256:91b50360e1ac98ae304da180ab76df5aba8cf6c6aee218d0bcde0aee42042e6e
Unpacked explicit-exception-0.1.9.2 to /tmp/stackage-build2456/explicit-exception-0.1.9.2/
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ 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-build2456/explicit-exception-0.1.9.2$ ./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/explicit-exception-0.1.9.2 --htmldir=/home/circleci/project/builds/nightly/doc/explicit-exception-0.1.9.2 --haddockdir=/home/circleci/project/builds/nightly/doc/explicit-exception-0.1.9.2
Configuring explicit-exception-0.1.9.2...
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ./Setup build
Preprocessing library for explicit-exception-0.1.9.2..
Building library for explicit-exception-0.1.9.2..
[ 1 of 11] Compiling Control.Monad.Exception.Synchronous ( src/Control/Monad/Exception/Synchronous.hs, dist/build/Control/Monad/Exception/Synchronous.o )

src/Control/Monad/Exception/Synchronous.hs:74:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Trans.Error’ is deprecated:
      Use Control.Monad.Trans.Except instead
   |
74 | import Control.Monad.Trans.Error (ErrorT(ErrorT, runErrorT))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Control/Monad/Exception/Synchronous.hs:306:26: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
306 | fromErrorT :: Monad m => ErrorT e m a -> ExceptionalT e m a
    |                          ^^^^^^

src/Control/Monad/Exception/Synchronous.hs:307:30: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
307 | fromErrorT  =  fromEitherT . runErrorT
    |                              ^^^^^^^^^

src/Control/Monad/Exception/Synchronous.hs:309:46: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
309 | toErrorT :: Monad m => ExceptionalT e m a -> ErrorT e m a
    |                                              ^^^^^^

src/Control/Monad/Exception/Synchronous.hs:310:14: warning: [-Wdeprecations]
    In the use of data constructor ‘ErrorT’
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
310 | toErrorT  =  ErrorT . toEitherT
    |              ^^^^^^
[ 2 of 11] Compiling Control.Monad.Exception.Asynchronous.Strict ( src/Control/Monad/Exception/Asynchronous/Strict.hs, dist/build/Control/Monad/Exception/Asynchronous/Strict.o )
[ 3 of 11] Compiling Control.Monad.Exception.Asynchronous.Lazy ( src/Control/Monad/Exception/Asynchronous/Lazy.hs, dist/build/Control/Monad/Exception/Asynchronous/Lazy.o )
[ 4 of 11] Compiling Control.Monad.Exception.Asynchronous ( src/Control/Monad/Exception/Asynchronous.hs, dist/build/Control/Monad/Exception/Asynchronous.o )
[ 5 of 11] Compiling Control.Monad.Exception.Warning ( src/Control/Monad/Exception/Warning.hs, dist/build/Control/Monad/Exception/Warning.o )
[ 6 of 11] Compiling Control.Monad.Label ( src/Control/Monad/Label.hs, dist/build/Control/Monad/Label.o )
[ 7 of 11] Compiling Control.Monad.Exception.Label ( src/Control/Monad/Exception/Label.hs, dist/build/Control/Monad/Exception/Label.o )
[ 8 of 11] Compiling System.IO.Straight ( src/System/IO/Straight.hs, dist/build/System/IO/Straight.o )

src/System/IO/Straight.hs:68:1: warning: [-Worphans]
    Orphan instance:
      instance (MonadSIO m, ContainsIOException e) =>
               MonadIO (ExceptionalT e m)
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
   |
68 | instance (MonadSIO m, ContainsIOException e) =>
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[ 9 of 11] Compiling System.IO.Exception.File ( src/System/IO/Exception/File.hs, dist/build/System/IO/Exception/File.o )
[10 of 11] Compiling System.IO.Exception.TextFile ( src/System/IO/Exception/TextFile.hs, dist/build/System/IO/Exception/TextFile.o )

src/System/IO/Exception/TextFile.hs:47:4: warning: [-Wdeprecations]
    In the use of ‘manySynchronousT’
    (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
    Deprecated: "use manyMonoidT with appropriate Monad like LazyIO and result Monoid like Endo instead"
   |
47 |    Async.manySynchronousT unsafeInterleaveSIO (:) [] (getChar h)
   |    ^^^^^^^^^^^^^^^^^^^^^^
[11 of 11] Compiling System.IO.Exception.BinaryFile ( src/System/IO/Exception/BinaryFile.hs, dist/build/System/IO/Exception/BinaryFile.o )
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181117/explicit-exception-0.1.9.2-5aNtCVNhB7o2CqIzpFPuEg
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/explicit-exception-0.1.9.2$ ./Setup register
Registering library for explicit-exception-0.1.9.2..