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

Build log

> /tmp/stackage-build2452$ stack unpack xml-to-json-fast-2.0.0@sha256:08cd491a61504336436a7364d52586cdc810aeb37a8718bd5dbef2147e3cc4e6
Unpacked xml-to-json-fast-2.0.0 to /tmp/stackage-build2452/xml-to-json-fast-2.0.0/
> /tmp/stackage-build2452/xml-to-json-fast-2.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-build2452/xml-to-json-fast-2.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/xml-to-json-fast-2.0.0 --htmldir=/home/circleci/project/builds/nightly/doc/xml-to-json-fast-2.0.0 --haddockdir=/home/circleci/project/builds/nightly/doc/xml-to-json-fast-2.0.0
Configuring xml-to-json-fast-2.0.0...
Warning: 'ghc-options: -prof' is not necessary and will lead to problems when
used on a library. Use the configure flag --enable-library-profiling and/or
--enable-profiling.
Warning: 'ghc-options: -rtsopts' has no effect for libraries. It should only
be used for executables.
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ./Setup build
Preprocessing library for xml-to-json-fast-2.0.0..
Building library for xml-to-json-fast-2.0.0..
[1 of 1] Compiling Text.XML.JSON.StreamingXmlToJson ( src/Text/XML/JSON/StreamingXmlToJson.hs, dist/build/Text/XML/JSON/StreamingXmlToJson.o )

src/Text/XML/JSON/StreamingXmlToJson.hs:22:53: warning: [-Wunused-top-binds]
    Defined but not used: ‘getParents’
   |
22 | data State = State { getEncodedJSON :: EncodedJSON, getParents :: [Int] }
   |                                                     ^^^^^^^^^^
Preprocessing executable 'xml-to-json-fast' for xml-to-json-fast-2.0.0..
Building executable 'xml-to-json-fast' for xml-to-json-fast-2.0.0..
[1 of 1] Compiling Main             ( src-exec/Main.hs, dist/build/xml-to-json-fast/xml-to-json-fast-tmp/Main.o )

src-exec/Main.hs:34:6: warning: [-Wunused-matches]
    Defined but not used: ‘flags’
   |
34 |     (flags, inputFiles) <- parseOptions args
   |      ^^^^^
Linking dist/build/xml-to-json-fast/xml-to-json-fast ...
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181119/xml-to-json-fast-2.0.0-1vpLJOkppW3tnP1WtjbNJ
Installing executable xml-to-json-fast in /home/circleci/project/builds/nightly/bin
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/xml-to-json-fast-2.0.0$ ./Setup register
Registering library for xml-to-json-fast-2.0.0..