The build succeeded. 0 test suites succeeded, 0 failed.
Build log
> /tmp/stackage-build2453$ stack unpack libgit-0.3.1@sha256:d8d94a5f9fb808b9ee41bd1c30368132d853fea0a7bcfede8ab78dd2342fd579
Unpacked libgit-0.3.1 to /tmp/stackage-build2453/libgit-0.3.1/
> /tmp/stackage-build2453/libgit-0.3.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-build2453/libgit-0.3.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/libgit-0.3.1 --htmldir=/home/circleci/project/builds/nightly/doc/libgit-0.3.1 --haddockdir=/home/circleci/project/builds/nightly/doc/libgit-0.3.1
Configuring libgit-0.3.1...
> /tmp/stackage-build2453/libgit-0.3.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/libgit-0.3.1$ ./Setup build
Preprocessing library for libgit-0.3.1..
Building library for libgit-0.3.1..
[1 of 5] Compiling Lib.Git.Type ( Lib/Git/Type.hs, dist/build/Lib/Git/Type.o )
Lib/Git/Type.hs:3:1: warning: [-Wtabs]
Tab character found here, and in 90 further locations.
Please use spaces instead.
|
3 | ( runGit
| ^^^^^^^^
Lib/Git/Type.hs:30:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
|
30 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 5] Compiling Lib.Git.Tree ( Lib/Git/Tree.hs, dist/build/Lib/Git/Tree.o )
Lib/Git/Tree.hs:2:1: warning: [-Wtabs]
Tab character found here, and in 59 further locations.
Please use spaces instead.
|
2 | ( treeList
| ^^^^^^^^
[3 of 5] Compiling Lib.Git.Lowlevel ( Lib/Git/Lowlevel.hs, dist/build/Lib/Git/Lowlevel.o )
Lib/Git/Lowlevel.hs:2:1: warning: [-Wtabs]
Tab character found here, and in 144 further locations.
Please use spaces instead.
|
2 | (
| ^^^^^^^^
Lib/Git/Lowlevel.hs:58:1: warning: [-Wunused-top-binds]
Defined but not used: ‘getObjsType’
|
58 | getObjsType = mapM getObjType
| ^^^^^^^^^^^
Lib/Git/Lowlevel.hs:117:13: warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In an equation for ‘hdr_of_string’: Patterns not matched: (_, [])
|
117 | let hdr_of_string (c, fline:left) =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[4 of 5] Compiling Lib.Git.Index ( Lib/Git/Index.hs, dist/build/Lib/Git/Index.o )
Lib/Git/Index.hs:2:1: warning: [-Wtabs]
Tab character found here, and in 31 further locations.
Please use spaces instead.
|
2 | (
| ^^^^^^^^
[5 of 5] Compiling Lib.Git ( Lib/Git.hs, dist/build/Lib/Git.o )
Lib/Git.hs:16:1: warning: [-Wtabs]
Tab character found here, and in 140 further locations.
Please use spaces instead.
|
16 | ( module Lib.Git.Type
| ^^^^^^^^
> /tmp/stackage-build2453/libgit-0.3.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/libgit-0.3.1$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181115/libgit-0.3.1-JOTXDfYYd3pG2QrXiZP2ea
> /tmp/stackage-build2453/libgit-0.3.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2453/libgit-0.3.1$ ./Setup register
Registering library for libgit-0.3.1..