Build #2 for mzv-0.1.0.0

[all reports]

Package mzv-0.1.0.0
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2015-06-05 17:28:31.445678 UTC
Compiler ghc-7.8.3
OS linux
Arch x86_64
Dependencies transformers-0.3.0.0, base-4.7.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading mzv-0.1.0.0...
Configuring mzv-0.1.0.0...
Building mzv-0.1.0.0...
Preprocessing library mzv-0.1.0.0...

src/Control/Monad/List.hs:1:12: Warning:
    -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead

src/Control/Monad/RWS/Lazy.hs:1:12: Warning:
    -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead

src/Control/Monad/RWS/Strict.hs:1:12: Warning:
    -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead

src/Control/Monad/State/Strict.hs:1:12: Warning:
    -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead
[ 1 of 21] Compiling Control.Monad.Writer.Class ( src/Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o )
[ 2 of 21] Compiling Control.Monad.Error.Class ( src/Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o )
[ 3 of 21] Compiling Control.Monad.State.Class ( src/Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o )
[ 4 of 21] Compiling Control.Monad.Reader.Class ( src/Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o )
[ 5 of 21] Compiling Control.Monad.RWS.Class ( src/Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o )
[ 6 of 21] Compiling Control.Monad.Trans ( src/Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o )
[ 7 of 21] Compiling Control.Monad.Cont.Class ( src/Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o )
[ 8 of 21] Compiling Control.Monad.List ( src/Control/Monad/List.hs, dist/build/Control/Monad/List.o )

src/Control/Monad/List.hs:77:30:
    Illegal instance declaration for ‘MonadError e (ListT m)’
      (All instance types must be of the form (T a1 ... an)
       where a1 ... an are *distinct type variables*,
       and each type variable appears at most once in the instance head.
       Use FlexibleInstances if you want to disable this.)
    In the instance declaration for ‘MonadError e (ListT m)’

src/Control/Monad/List.hs:82:31:
    Illegal instance declaration for ‘MonadReader s (ListT m)’
      (All instance types must be of the form (T a1 ... an)
       where a1 ... an are *distinct type variables*,
       and each type variable appears at most once in the instance head.
       Use FlexibleInstances if you want to disable this.)
    In the instance declaration for ‘MonadReader s (ListT m)’

src/Control/Monad/List.hs:86:30:
    Illegal instance declaration for ‘MonadState s (ListT m)’
      (All instance types must be of the form (T a1 ... an)
       where a1 ... an are *distinct type variables*,
       and each type variable appears at most once in the instance head.
       Use FlexibleInstances if you want to disable this.)
    In the instance declaration for ‘MonadState s (ListT m)’
Failed to install mzv-0.1.0.0
cabal: Error: some packages failed to install:
mzv-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.