Build #6 for CC-delcont-alt-0.1.1.0

[all reports]

Package CC-delcont-alt-0.1.1.0
Install DependencyFailed CC-delcont-cxe-0.1.0.2
Docs NotTried
Tests NotTried
Time submitted 2016-12-25 23:29:36.873511 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies CC-delcont-cxe-0.1.0.2, CC-delcont-exc-0.1.0.0, CC-delcont-ref-0.1.0.0, base-4.9.0.0, mtl-2.2.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring mtl-2.2.1...
Building mtl-2.2.1...
Installed mtl-2.2.1
Downloading CC-delcont-cxe-0.1.0.2...
Downloading CC-delcont-exc-0.1.0.0...
Downloading CC-delcont-ref-0.1.0.0...
Configuring CC-delcont-cxe-0.1.0.2...
Configuring CC-delcont-exc-0.1.0.0...
Building CC-delcont-exc-0.1.0.0...
Building CC-delcont-cxe-0.1.0.2...
Configuring CC-delcont-ref-0.1.0.0...
Failed to install CC-delcont-cxe-0.1.0.2
Build log ( /home/builder/.cabal/logs/CC-delcont-cxe-0.1.0.2.log ):
cabal: Entering directory '/tmp/cabal-tmp-22376/CC-delcont-cxe-0.1.0.2'
Configuring CC-delcont-cxe-0.1.0.2...
Building CC-delcont-cxe-0.1.0.2...
Preprocessing library CC-delcont-cxe-0.1.0.2...
[1 of 1] Compiling Control.Monad.CC.CCCxe ( Control/Monad/CC/CCCxe.hs, dist/build/Control/Monad/CC/CCCxe.o )

Control/Monad/CC/CCCxe.hs:95:10: error:
    • Could not deduce (Applicative (CC p m))
        arising from the superclasses of an instance declaration
      from the context: Monad m
        bound by the instance declaration
        at Control/Monad/CC/CCCxe.hs:95:10-34
    • In the instance declaration for ‘Monad (CC p m)’
cabal: Leaving directory '/tmp/cabal-tmp-22376/CC-delcont-cxe-0.1.0.2'
Failed to install CC-delcont-exc-0.1.0.0
Build log ( /home/builder/.cabal/logs/CC-delcont-exc-0.1.0.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-22377/CC-delcont-exc-0.1.0.0'
Configuring CC-delcont-exc-0.1.0.0...
Building CC-delcont-exc-0.1.0.0...
Preprocessing library CC-delcont-exc-0.1.0.0...
[1 of 1] Compiling Control.Monad.CC.CCExc ( Control/Monad/CC/CCExc.hs, dist/build/Control/Monad/CC/CCExc.o )

Control/Monad/CC/CCExc.hs:100:10: error:
    • Could not deduce (Applicative (CC p m))
        arising from the superclasses of an instance declaration
      from the context: Monad m
        bound by the instance declaration
        at Control/Monad/CC/CCExc.hs:100:10-34
    • In the instance declaration for ‘Monad (CC p m)’
cabal: Leaving directory '/tmp/cabal-tmp-22377/CC-delcont-exc-0.1.0.0'
Building CC-delcont-ref-0.1.0.0...
Failed to install CC-delcont-ref-0.1.0.0
Build log ( /home/builder/.cabal/logs/CC-delcont-ref-0.1.0.0.log ):
cabal: Entering directory '/tmp/cabal-tmp-22378/CC-delcont-ref-0.1.0.0'
Configuring CC-delcont-ref-0.1.0.0...
Building CC-delcont-ref-0.1.0.0...
Preprocessing library CC-delcont-ref-0.1.0.0...
[1 of 2] Compiling Mutation         ( Mutation.hs, dist/build/Mutation.o )
[2 of 2] Compiling Control.Monad.CC.CCRef ( Control/Monad/CC/CCRef.hs, dist/build/Control/Monad/CC/CCRef.o )

Control/Monad/CC/CCRef.hs:147:10: error:
    • Could not deduce (Applicative (CC m))
        arising from the superclasses of an instance declaration
      from the context: Monad m
        bound by the instance declaration
        at Control/Monad/CC/CCRef.hs:147:10-32
    • In the instance declaration for ‘Monad (CC m)’

Control/Monad/CC/CCRef.hs:231:2: error:
    • Illegal equational constraint Ref m2 ~ Ref m1
      (Use GADTs or TypeFamilies to permit this)
    • When checking the inferred type
        loop :: forall (m :: * -> *) (m1 :: * -> *).
                (Ref m1 ~ Ref m, Mutation m, Monad m) =>
                [PFrame m1]
                -> [PFrame m1] -> m (PFrame m1, [PFrame m1], [PFrame m1])
      In an equation for ‘unwind’:
          unwind acc mark stack
            = with_marked_mark mark (loop acc stack)
            where
                loop acc [] = error "No prompt was set"
                loop acc s@(h : t)
                  = do { marked <- is_marked (pfr_mark h);
                         .... }

Control/Monad/CC/CCRef.hs:241:2: error:
    • Illegal equational constraint Ref m2 ~ Ref m1
      (Use GADTs or TypeFamilies to permit this)
    • When checking the inferred type
        loop :: forall (m :: * -> *) (m1 :: * -> *).
                (Ref m1 ~ Ref m, Mutation m, Monad m) =>
                [PFrame m1] -> m (PFrame m1, [PFrame m1])
      In an equation for ‘unwind_abort’:
          unwind_abort mark stack
            = with_marked_mark mark (loop stack)
            where
                loop [] = error "No prompt was set"
                loop s@(h : t)
                  = do { marked <- is_marked (pfr_mark h);
                         .... }

Control/Monad/CC/CCRef.hs:343:2: error:
    • Illegal equational constraint Ref m2 ~ Ref m1
      (Use GADTs or TypeFamilies to permit this)
    • When checking the inferred type
        loop :: forall (m :: * -> *) (m1 :: * -> *).
                (Ref m1 ~ Ref m, Mutation m, Monad m) =>
                [PFrame m1] -> m Bool
      In an equation for ‘isPromptSet’:
          isPromptSet p
            = do { stack <- get_pstack;
                   with_marked_mark (mark p) (loop stack) }
            where
                loop [] = return False
                loop s@(h : t)
                  = do { marked <- is_marked (pfr_mark h);
                         .... }
cabal: Leaving directory '/tmp/cabal-tmp-22378/CC-delcont-ref-0.1.0.0'
cabal: Error: some packages failed to install:
CC-delcont-alt-0.1.1.0 depends on CC-delcont-cxe-0.1.0.2 which failed to
install.
CC-delcont-cxe-0.1.0.2 failed during the building phase. The exception was:
ExitFailure 1
CC-delcont-exc-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1
CC-delcont-ref-0.1.0.0 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.