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

Build log

> /tmp/stackage-build2456$ stack unpack type-operators-0.1.0.4@sha256:8e1e2154c9b3d3b8d267ecc419768044bb56328a814ef7942d6b17e492129171
Unpacked type-operators-0.1.0.4 to /tmp/stackage-build2456/type-operators-0.1.0.4/
> /tmp/stackage-build2456/type-operators-0.1.0.4$ 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/type-operators-0.1.0.4$ ./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/type-operators-0.1.0.4 --htmldir=/home/circleci/project/builds/nightly/doc/type-operators-0.1.0.4 --haddockdir=/home/circleci/project/builds/nightly/doc/type-operators-0.1.0.4
Configuring type-operators-0.1.0.4...
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ./Setup build
Preprocessing library for type-operators-0.1.0.4..
Building library for type-operators-0.1.0.4..
[1 of 1] Compiling Control.Type.Operator ( Control/Type/Operator.hs, dist/build/Control/Type/Operator.o )

Control/Type/Operator.hs:112:14: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
112 | type family (*) f1 f2 where
    |              ^

Control/Type/Operator.hs:113:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
113 |     (*) (a, b, c, d, e, f, g, h) i = (a, b, c, d, e, f, g, h, i)
    |      ^

Control/Type/Operator.hs:114:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
114 |     (*) (a, b, c, d, e, f, g)    h = (a, b, c, d, e, f, g, h)
    |      ^

Control/Type/Operator.hs:115:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
115 |     (*) (a, b, c, d, e, f)       g = (a, b, c, d, e, f, g)
    |      ^

Control/Type/Operator.hs:116:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
116 |     (*) (a, b, c, d, e)          f = (a, b, c, d, e, f)
    |      ^

Control/Type/Operator.hs:117:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
117 |     (*) (a, b, c, d)             e = (a, b, c, d, e)
    |      ^

Control/Type/Operator.hs:118:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
118 |     (*) (a, b, c)                d = (a, b, c, d)
    |      ^

Control/Type/Operator.hs:119:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
119 |     (*) (a, b)                   c = (a, b, c)
    |      ^

Control/Type/Operator.hs:120:6: warning: [-Wstar-binder]
    Found binding occurrence of ‘*’ yet StarIsType is enabled.
    NB. To use (or export) this operator in modules with StarIsType,
        including the definition module, you must qualify it.
    |
120 |     (*) a                        b = (a, b)
    |      ^
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181116/type-operators-0.1.0.4-KVeHyQxsFthIsdGvpHZrPv
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2456/type-operators-0.1.0.4$ ./Setup register
Registering library for type-operators-0.1.0.4..