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

Build log

> /tmp/stackage-build2451$ stack unpack percent-format-0.0.1@sha256:4b35f6e8c90dd525c3a0ec1cb5f947175c4020350a898da8ded4435cf6b94e5b
Unpacked percent-format-0.0.1 to /tmp/stackage-build2451/percent-format-0.0.1/
> /tmp/stackage-build2451/percent-format-0.0.1$ 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-build2451/percent-format-0.0.1$ ./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/percent-format-0.0.1 --htmldir=/home/circleci/project/builds/nightly/doc/percent-format-0.0.1 --haddockdir=/home/circleci/project/builds/nightly/doc/percent-format-0.0.1
Configuring percent-format-0.0.1...
> /tmp/stackage-build2451/percent-format-0.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/percent-format-0.0.1$ ./Setup build
Preprocessing library for percent-format-0.0.1..
Building library for percent-format-0.0.1..
[1 of 4] Compiling Text.PercentFormat.Spec ( src/Text/PercentFormat/Spec.hs, dist/build/Text/PercentFormat/Spec.o )
[2 of 4] Compiling Text.PercentFormat.Utils ( src/Text/PercentFormat/Utils.hs, dist/build/Text/PercentFormat/Utils.o )
[3 of 4] Compiling Text.PercentFormat.Quotient ( src/Text/PercentFormat/Quotient.hs, dist/build/Text/PercentFormat/Quotient.o )
[4 of 4] Compiling Text.PercentFormat ( src/Text/PercentFormat.hs, dist/build/Text/PercentFormat.o )
> /tmp/stackage-build2451/percent-format-0.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/percent-format-0.0.1$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181121/percent-format-0.0.1-ArtuOmlIORo7OisreOY6gO
> /tmp/stackage-build2451/percent-format-0.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/percent-format-0.0.1$ ./Setup register
Registering library for percent-format-0.0.1..

Test log

> /tmp/stackage-build2451/percent-format-0.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/percent-format-0.0.1$ ./Setup configure --enable-tests --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/percent-format-0.0.1 --htmldir=/home/circleci/project/builds/nightly/doc/percent-format-0.0.1 --haddockdir=/home/circleci/project/builds/nightly/doc/percent-format-0.0.1
Configuring percent-format-0.0.1...
> /tmp/stackage-build2451/percent-format-0.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/percent-format-0.0.1$ ./Setup build
Preprocessing library for percent-format-0.0.1..
Building library for percent-format-0.0.1..
[1 of 4] Compiling Text.PercentFormat.Spec ( src/Text/PercentFormat/Spec.hs, dist/build/Text/PercentFormat/Spec.o )
[2 of 4] Compiling Text.PercentFormat.Utils ( src/Text/PercentFormat/Utils.hs, dist/build/Text/PercentFormat/Utils.o )
[3 of 4] Compiling Text.PercentFormat.Quotient ( src/Text/PercentFormat/Quotient.hs, dist/build/Text/PercentFormat/Quotient.o )
[4 of 4] Compiling Text.PercentFormat ( src/Text/PercentFormat.hs, dist/build/Text/PercentFormat.o )
Preprocessing test suite 'spec' for percent-format-0.0.1..
Building test suite 'spec' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/spec/spec-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-spec.hs, dist/build/spec/spec-tmp/Main.o )
Linking dist/build/spec/spec ...
Preprocessing test suite 'unit' for percent-format-0.0.1..
Building test suite 'unit' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/unit/unit-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-unit.hs, dist/build/unit/unit-tmp/Main.o )
Linking dist/build/unit/unit ...
Preprocessing test suite 'prop' for percent-format-0.0.1..
Building test suite 'prop' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/prop/prop-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-prop.hs, dist/build/prop/prop-tmp/Main.o )
Linking dist/build/prop/prop ...
Preprocessing test suite 'number' for percent-format-0.0.1..
Building test suite 'number' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/number/number-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-number.hs, dist/build/number/number-tmp/Main.o )
Linking dist/build/number/number ...
Preprocessing test suite 'scientific' for percent-format-0.0.1..
Building test suite 'scientific' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/scientific/scientific-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-scientific.hs, dist/build/scientific/scientific-tmp/Main.o )
Linking dist/build/scientific/scientific ...
Preprocessing test suite 'quotient' for percent-format-0.0.1..
Building test suite 'quotient' for percent-format-0.0.1..
[1 of 2] Compiling Test             ( tests/Test.hs, dist/build/quotient/quotient-tmp/Test.o )
[2 of 2] Compiling Main             ( tests/test-quotient.hs, dist/build/quotient/quotient-tmp/Main.o )
Linking dist/build/quotient/quotient ...
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/number/number
+++ Tests passed!
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/scientific/scientific
+++ Tests passed!
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/prop/prop
+++ Tests passed!
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/quotient/quotient
+++ Tests passed!
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/unit/unit
+++ Tests passed!
> /tmp/stackage-build2451/percent-format-0.0.1$ dist/build/spec/spec
+++ Tests passed!