Build #2 for sets-0.0.6
| Package | sets-0.0.6 |
|---|
| Install | BuildFailed |
|---|---|
| Docs | NotTried |
| Tests | NotTried |
| Time submitted | 2018-11-20 23:10:09.765535389 UTC |
|---|---|
| Compiler | ghc-8.6.1 |
| OS | linux |
| Arch | x86_64 |
| Dependencies | QuickCheck-2.12.6.1, base-4.12.0.0, bytestring-0.10.8.2, commutative-0.0.2, composition-1.0.2.1, containers-0.6.0.1, contravariant-1.5, hashable-1.2.7.0, keys-3.12.1, mtl-2.2.2, semigroupoids-5.3.1, semigroups-0.18.5, transformers-0.5.5.0, transformers-base-0.4.5.2, unordered-containers-0.2.9.0, vector-0.12.0.1, witherable-0.3 |
| 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 StateVar-1.1.1.1
Starting base-orphans-0.8
Building StateVar-1.1.1.1
Building base-orphans-0.8
Completed base-orphans-0.8
Starting cabal-doctest-1.0.6
Completed StateVar-1.1.1.1
Starting composition-1.0.2.1
Building cabal-doctest-1.0.6
Building composition-1.0.2.1
Completed composition-1.0.2.1
Starting erf-2.0.0.0
Building erf-2.0.0.0
Completed cabal-doctest-1.0.6
Starting hashable-1.2.7.0
Building hashable-1.2.7.0
Completed erf-2.0.0.0
Starting primitive-0.6.4.0
Building primitive-0.6.4.0
Completed hashable-1.2.7.0
Starting random-1.1
Building random-1.1
Completed random-1.1
Starting semigroups-0.18.5
Building semigroups-0.18.5
Completed semigroups-0.18.5
Starting tagged-0.8.6
Building tagged-0.8.6
Completed tagged-0.8.6
Starting th-abstraction-0.2.8.0
Completed primitive-0.6.4.0
Starting transformers-compat-0.6.2
Building th-abstraction-0.2.8.0
Building transformers-compat-0.6.2
Completed transformers-compat-0.6.2
Starting contravariant-1.5
Completed th-abstraction-0.2.8.0
Starting unordered-containers-0.2.9.0
Building contravariant-1.5
Building unordered-containers-0.2.9.0
Completed contravariant-1.5
Starting distributive-0.6
Building distributive-0.6
Completed distributive-0.6
Starting vector-0.12.0.1
Completed unordered-containers-0.2.9.0
Starting tf-random-0.5
Building vector-0.12.0.1
Building tf-random-0.5
Completed tf-random-0.5
Starting transformers-base-0.4.5.2
Building transformers-base-0.4.5.2
Completed transformers-base-0.4.5.2
Starting exceptions-0.10.0
Building exceptions-0.10.0
Completed exceptions-0.10.0
Starting comonad-5.0.4
Building comonad-5.0.4
Completed comonad-5.0.4
Starting QuickCheck-2.12.6.1
Building QuickCheck-2.12.6.1
Completed vector-0.12.0.1
Starting bifunctors-5.5.3
Building bifunctors-5.5.3
Completed QuickCheck-2.12.6.1
Starting witherable-0.3
Building witherable-0.3
Completed bifunctors-5.5.3
Starting commutative-0.0.2
Building commutative-0.0.2
Completed witherable-0.3
Starting semigroupoids-5.3.1
Completed commutative-0.0.2
Starting profunctors-5.3
Building profunctors-5.3
Building semigroupoids-5.3.1
Completed profunctors-5.3
Completed semigroupoids-5.3.1
Starting free-5.1
Building free-5.1
Completed free-5.1
Starting keys-3.12.1
Building keys-3.12.1
Completed keys-3.12.1
Starting sets-0.0.6
Building sets-0.0.6
Failed to install sets-0.0.6
Build log ( /home/builder/.cabal/logs/ghc-8.6.1/sets-0.0.6-8AwjzAjEnHPL5AbEkEw5Ho.log ):
cabal: Entering directory '/tmp/cabal-tmp-11551/sets-0.0.6'
Configuring sets-0.0.6...
Preprocessing library for sets-0.0.6..
Building library for sets-0.0.6..
[1 of 9] Compiling Data.Set.Ordered.Many ( src/Data/Set/Ordered/Many.hs, dist/build/Data/Set/Ordered/Many.o )
src/Data/Set/Ordered/Many.hs:17:1: warning: [-Wunused-imports]
The import of ‘Data.Traversable’ is redundant
except perhaps to import instances from ‘Data.Traversable’
To import instances alone, use: import Data.Traversable()
|
17 | import Data.Traversable
| ^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:18:1: warning: [-Wunused-imports]
The import of ‘Data.Maybe’ is redundant
except perhaps to import instances from ‘Data.Maybe’
To import instances alone, use: import Data.Maybe()
|
18 | import Data.Maybe (fromJust, isJust, mapMaybe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:19:1: warning: [-Wunused-imports]
The import of ‘!?’ from module ‘Data.Vector’ is redundant
|
19 | import Data.Vector (Vector, (!?))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:21: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()
|
21 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:22:1: warning: [-Wunused-imports]
The import of ‘Control.Monad.Fix’ is redundant
except perhaps to import instances from ‘Control.Monad.Fix’
To import instances alone, use: import Control.Monad.Fix()
|
22 | import Control.Monad.Fix
| ^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:23:1: warning: [-Wunused-imports]
The import of ‘Control.Monad.State’ is redundant
except perhaps to import instances from ‘Control.Monad.State’
To import instances alone, use: import Control.Monad.State()
|
23 | import Control.Monad.State
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:27:1: warning: [-Wunused-imports]
The import of ‘System.IO.Unsafe’ is redundant
except perhaps to import instances from ‘System.IO.Unsafe’
To import instances alone, use: import System.IO.Unsafe()
|
27 | import System.IO.Unsafe (unsafePerformIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Many.hs:45:1: warning: [-Worphans]
Orphan instance: instance MonadBase Gen Gen
To avoid this
move the instance declaration to the module of the class or of the type, or
wrap the type with a newtype and declare the instance on the new type.
|
45 | instance MonadBase Gen Gen where
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
[2 of 9] Compiling Data.Set.Ordered.Unique ( src/Data/Set/Ordered/Unique.hs, dist/build/Data/Set/Ordered/Unique.o )
[3 of 9] Compiling Data.Set.Ordered.Unique.Finite ( src/Data/Set/Ordered/Unique/Finite.hs, dist/build/Data/Set/Ordered/Unique/Finite.o )
[4 of 9] Compiling Data.Set.Ordered.Unique.With ( src/Data/Set/Ordered/Unique/With.hs, dist/build/Data/Set/Ordered/Unique/With.o )
src/Data/Set/Ordered/Unique/With.hs:165:31: error:
• Data.Map.fold is gone. Use foldr.
• In the expression: Map.fold f acc xs
In an equation for ‘fold’:
fold f acc (SetWith (_, xs)) = Map.fold f acc xs
|
165 | fold f acc (SetWith (_,xs)) = Map.fold f acc xs
| ^^^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Unique/With.hs:223:29: error:
• showTree has moved to Data.Map.Internal.Debug.showTree.
• In the expression: Map.showTree xs
In an equation for ‘showTree’:
showTree (SetWith (_, xs)) = Map.showTree xs
|
223 | showTree (SetWith (_,xs)) = Map.showTree xs
| ^^^^^^^^^^^^^^^
src/Data/Set/Ordered/Unique/With.hs:226:39: error:
• showTreeWith has moved to Data.Map.Internal.Debug.showTreeWith.
• In the expression: Map.showTreeWith f a b xs
In an equation for ‘showTreeWith’:
showTreeWith f a b (SetWith (_, xs)) = Map.showTreeWith f a b xs
|
226 | showTreeWith f a b (SetWith (_,xs)) = Map.showTreeWith f a b xs
| ^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Leaving directory '/tmp/cabal-tmp-11551/sets-0.0.6'
cabal: Error: some packages failed to install:
sets-0.0.6-8AwjzAjEnHPL5AbEkEw5Ho failed during the building phase. The
exception was:
ExitFailure 1
Test log
No test log was submitted for this report.