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

Build log

> /tmp/stackage-build2453$ stack unpack cutter-0.0@sha256:d6bd7b107f0a10b51939483ae4e4fcc29c95b2bae123175bcd134fe8e14125c9
Unpacked cutter-0.0 to /tmp/stackage-build2453/cutter-0.0/
> /tmp/stackage-build2453/cutter-0.0$ 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-build2453/cutter-0.0$ ./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/cutter-0.0 --htmldir=/home/circleci/project/builds/nightly/doc/cutter-0.0 --haddockdir=/home/circleci/project/builds/nightly/doc/cutter-0.0
Configuring cutter-0.0...
> /tmp/stackage-build2453/cutter-0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/cutter-0.0$ ./Setup build
Preprocessing executable 'cutter' for cutter-0.0..
Building executable 'cutter' for cutter-0.0..
[1 of 1] Compiling Main             ( src/Main.hs, dist/build/cutter/cutter-tmp/Main.o )

src/Main.hs:32:9: warning: [-Wdeprecations]
    In the use of ‘simultaneousBind’
    (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
    Deprecated: "Check whether this function is really what you need. It generates an unreasonable exception when the second exception is caused by the first one."
   |
32 |    flip ExcAsync.simultaneousBind
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^

src/Main.hs:69:11: warning: [-Wdeprecations]
    In the use of ‘simultaneousBind’
    (imported from Control.Monad.Exception.Asynchronous, but defined in Control.Monad.Exception.Asynchronous.Lazy):
    Deprecated: "Check whether this function is really what you need. It generates an unreasonable exception when the second exception is caused by the first one."
   |
69 |          (ExcAsync.simultaneousBind (parsePositions posTxt) subtractPositions)
   |           ^^^^^^^^^^^^^^^^^^^^^^^^^
Linking dist/build/cutter/cutter ...
> /tmp/stackage-build2453/cutter-0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/cutter-0.0$ ./Setup copy
Installing executable cutter in /home/circleci/project/builds/nightly/bin
> /tmp/stackage-build2453/cutter-0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/cutter-0.0$ ./Setup register
Package contains no library to register: cutter-0.0...