Build #3 for ewe-0.3.1.1

[all reports]

Package ewe-0.3.1.1
Install DependencyFailed ewe-0.3.1.1
Docs NotTried
Tests NotTried
Time submitted 2019-02-04 15:20:37.453310036 UTC
Compiler ghc-8.6.3
OS linux
Arch x86_64
Dependencies array-0.5.3.0, base-4.12.0.0, containers-0.6.0.1, mtl-2.2.2, pretty-1.1.3.6, transformers-0.5.5.0, uuagc-cabal-1.1.0.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Warning: The install command is a part of the legacy v1 style of cabal usage.

Please switch to using either the new project style and the new-install
command or the legacy v1-install alias as new-style projects will become the
default in the next version of cabal-install. Please file a bug if you cannot
replicate a working v1- use case with the new-style commands.

For more information, see: https://wiki.haskell.org/Cabal/NewBuild

Resolving dependencies...
Starting     uulib-0.9.23
Starting     haskell-src-exts-1.21.0
Building     uulib-0.9.23
Building     haskell-src-exts-1.21.0
Failed to install uulib-0.9.23
Build log ( /home/builder/.cabal/logs/ghc-8.6.3/uulib-0.9.23-5bq0mFl1pInLHwnD1n4MUD.log ):
cabal: Entering directory '/tmp/cabal-tmp-20821/uulib-0.9.23'
Configuring uulib-0.9.23...
Preprocessing library for uulib-0.9.23..
Building library for uulib-0.9.23..
[ 1 of 27] Compiling UU.PPrint        ( src/UU/PPrint.hs, dist/build/UU/PPrint.o )

src/UU/PPrint.hs:80:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
80 |         []  -> left <> right
   |                     ^^

src/UU/PPrint.hs:81:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
81 |         [d] -> left <> d <> right
   |                     ^^

src/UU/PPrint.hs:81:26: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
81 |         [d] -> left <> d <> right
   |                          ^^

src/UU/PPrint.hs:82:36: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
82 |         _   -> align (cat (zipWith (<>) (left : repeat sep) ds) <> right)
   |                                    ^^^^

src/UU/PPrint.hs:82:65: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
82 |         _   -> align (cat (zipWith (<>) (left : repeat sep) ds) <> right)
   |                                                                 ^^

src/UU/PPrint.hs:90:26: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
   |
90 | punctuate p (d:ds)  = (d <> p) : punctuate p ds
   |                          ^^

src/UU/PPrint.hs:103:24: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
103 | hcat            = fold (<>)
    |                        ^^^^

src/UU/PPrint.hs:110:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
110 | x <+> y         = x <> space <> y
    |                     ^^

src/UU/PPrint.hs:110:30: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
110 | x <+> y         = x <> space <> y
    |                              ^^

src/UU/PPrint.hs:111:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
111 | x </> y         = x <> softline <> y
    |                     ^^

src/UU/PPrint.hs:111:33: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
111 | x </> y         = x <> softline <> y
    |                                 ^^

src/UU/PPrint.hs:112:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
112 | x <//> y        = x <> softbreak <> y
    |                     ^^

src/UU/PPrint.hs:112:34: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
112 | x <//> y        = x <> softbreak <> y
    |                                  ^^

src/UU/PPrint.hs:113:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
113 | x <$> y         = x <> line <> y
    |                     ^^

src/UU/PPrint.hs:113:29: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
113 | x <$> y         = x <> line <> y
    |                             ^^

src/UU/PPrint.hs:114:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
114 | x <$$> y        = x <> linebreak <> y
    |                     ^^

src/UU/PPrint.hs:114:34: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
114 | x <$$> y        = x <> linebreak <> y
    |                                  ^^

src/UU/PPrint.hs:125:21: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
125 | enclose l r x   = l <> x <> r
    |                     ^^

src/UU/PPrint.hs:125:26: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
125 | enclose l r x   = l <> x <> r
    |                          ^^

src/UU/PPrint.hs:153:24: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
153 | string ('\n':s) = line <> string s
    |                        ^^

src/UU/PPrint.hs:155:40: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
155 |                     (xs,ys) -> text xs <> string ys
    |                                        ^^

src/UU/PPrint.hs:239:36: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
239 | width d f       = column (\k1 -> d <> column (\k2 -> f (k2 - k1)))
    |                                    ^^

src/UU/PPrint.hs:245:43: error:
    Ambiguous occurrence ‘<>’
    It could refer to either ‘Prelude.<>’,
                             imported from ‘Prelude’ at src/UU/PPrint.hs:63:1-29
                             (and originally defined in ‘GHC.Base’)
                          or ‘UU.PPrint.<>’, defined at src/UU/PPrint.hs:109:3
    |
245 | indent i d      = hang i (text (spaces i) <> d)
    |                                           ^^
cabal: Leaving directory '/tmp/cabal-tmp-20821/uulib-0.9.23'
Completed    haskell-src-exts-1.21.0
cabal: Error: some packages failed to install:
ewe-0.3.1.1-HOOs6V2GSKFGJJnDkCzFFM depends on ewe-0.3.1.1 which failed to
install.
uuagc-0.9.52.1-IYON91h5PCmHcSATaxTEzc depends on uuagc-0.9.52.1 which failed
to install.
uuagc-cabal-1.1.0.0-60c2b99jnseHKB1NS3Vsyf depends on uuagc-cabal-1.1.0.0
which failed to install.
uulib-0.9.23-5bq0mFl1pInLHwnD1n4MUD failed during the building phase. The
exception was:
ExitFailure 1

Test log

No test log was submitted for this report.