Build #1 for plot-light-0.1.0.6

[all reports]

Package plot-light-0.1.0.6
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2017-07-11 11:57:42.217384092 UTC
Compiler ghc-8.0.2
OS linux
Arch x86_64
Dependencies attoparsec-0.13.1.0, attoparsec-time-0.1.3.2, base-4.9.1.0, blaze-svg-0.3.6.1, colour-2.3.3, palette-0.1.0.4, scientific-0.3.5.1, text-1.2.2.2, time-1.6.0.1, base-4.9.1.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring base-prelude-1.2.0.1...
Configuring colour-2.3.3...
Building colour-2.3.3...
Building base-prelude-1.2.0.1...
Installed base-prelude-1.2.0.1
Configuring integer-logarithms-1.0.2...
Building integer-logarithms-1.0.2...
Configuring mtl-2.2.1...
Installed integer-logarithms-1.0.2
Building mtl-2.2.1...
Configuring primitive-0.6.2.0...
Installed colour-2.3.3
Building primitive-0.6.2.0...
Configuring text-1.2.2.2...
Installed mtl-2.2.1
Building text-1.2.2.2...
Installed primitive-0.6.2.0
Configuring palette-0.1.0.4...
Building palette-0.1.0.4...
Installed palette-0.1.0.4
Installed text-1.2.2.2
Configuring hashable-1.2.6.1...
Configuring blaze-builder-0.4.0.2...
Building blaze-builder-0.4.0.2...
Building hashable-1.2.6.1...
Installed blaze-builder-0.4.0.2
Configuring blaze-markup-0.8.0.0...
Installed hashable-1.2.6.1
Configuring scientific-0.3.5.1...
Building blaze-markup-0.8.0.0...
Building scientific-0.3.5.1...
Installed blaze-markup-0.8.0.0
Configuring blaze-svg-0.3.6.1...
Building blaze-svg-0.3.6.1...
Installed scientific-0.3.5.1
Configuring attoparsec-0.13.1.0...
Building attoparsec-0.13.1.0...
Installed blaze-svg-0.3.6.1
Installed attoparsec-0.13.1.0
Configuring attoparsec-time-0.1.3.2...
Building attoparsec-time-0.1.3.2...
Warning: /tmp/pkgConf-attoparsec-time-0.1.319374770841827336327.2:
Unrecognized field dynamic-library-dirs on line 23
Installed attoparsec-time-0.1.3.2
Downloading plot-light-0.1.0.6...
Configuring plot-light-0.1.0.6...
Building plot-light-0.1.0.6...
Failed to install plot-light-0.1.0.6
Build log ( /home/builder/.cabal/logs/plot-light-0.1.0.6.log ):
cabal: Entering directory '/tmp/cabal-tmp-27547/plot-light-0.1.0.6'
Configuring plot-light-0.1.0.6...
Building plot-light-0.1.0.6...
Preprocessing library plot-light-0.1.0.6...
[1 of 9] Compiling Graphics.Rendering.Plot.Light.Internal.Geometry ( src/Graphics/Rendering/Plot/Light/Internal/Geometry.hs, dist/build/Graphics/Rendering/Plot/Light/Internal/Geometry.o )

src/Graphics/Rendering/Plot/Light/Internal/Geometry.hs:8:1: warning: [-Wunused-imports]
    The import of ‘Data.Monoid’ is redundant
      except perhaps to import instances from ‘Data.Monoid’
    To import instances alone, use: import Data.Monoid()
[2 of 9] Compiling Graphics.Rendering.Plot.Light.Internal ( src/Graphics/Rendering/Plot/Light/Internal.hs, dist/build/Graphics/Rendering/Plot/Light/Internal.o )

src/Graphics/Rendering/Plot/Light/Internal.hs:7:1: warning: [-Wunused-imports]
    The import of ‘Control.Arrow’ is redundant
      except perhaps to import instances from ‘Control.Arrow’
    To import instances alone, use: import Control.Arrow()

src/Graphics/Rendering/Plot/Light/Internal.hs:8:1: warning: [-Wunused-imports]
    The import of ‘forM’ from module ‘Control.Monad’ is redundant

src/Graphics/Rendering/Plot/Light/Internal.hs:9:1: warning: [-Wunused-imports]
    The import of ‘Data.Semigroup’ is redundant
      except perhaps to import instances from ‘Data.Semigroup’
    To import instances alone, use: import Data.Semigroup()

src/Graphics/Rendering/Plot/Light/Internal.hs:10:1: warning: [-Wunused-imports]
    The import of ‘Data.Scientific’ is redundant
      except perhaps to import instances from ‘Data.Scientific’
    To import instances alone, use: import Data.Scientific()

src/Graphics/Rendering/Plot/Light/Internal.hs:20:1: warning: [-Wunused-imports]
    The import of ‘Text.Blaze.Svg.Renderer.String’ is redundant
      except perhaps to import instances from ‘Text.Blaze.Svg.Renderer.String’
    To import instances alone, use: import Text.Blaze.Svg.Renderer.String()

src/Graphics/Rendering/Plot/Light/Internal.hs:23:1: warning: [-Wunused-imports]
    The qualified import of ‘Data.Colour.Names’ is redundant
      except perhaps to import instances from ‘Data.Colour.Names’
    To import instances alone, use: import Data.Colour.Names()

src/Graphics/Rendering/Plot/Light/Internal.hs:26:1: warning: [-Wunused-imports]
    The import of ‘GHC.Real’ is redundant
      except perhaps to import instances from ‘GHC.Real’
    To import instances alone, use: import GHC.Real()

src/Graphics/Rendering/Plot/Light/Internal.hs:79:33: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Double’
        (Show a0)
          arising from a use of ‘show’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:79:33-36
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:79:40-43
    • In the first argument of ‘(.)’, namely ‘show’
      In the first argument of ‘map’, namely ‘(show . real)’
      In the second argument of ‘($)’, namely ‘map (show . real) sz’

src/Graphics/Rendering/Plot/Light/Internal.hs:100:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tickX’

src/Graphics/Rendering/Plot/Light/Internal.hs:101:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘tickY’

src/Graphics/Rendering/Plot/Light/Internal.hs:160:115: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Double’
        (Show a0)
          arising from a use of ‘translate’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:160:115-143
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:160:128-133
    • In the first argument of ‘(<>)’, namely
        ‘translate (real x) (real y)’
      In the first argument of ‘SA.transform’, namely
        ‘(translate (real x) (real y) <> rotate (real rot))’
      In the second argument of ‘(!)’, namely
        ‘SA.transform (translate (real x) (real y) <> rotate (real rot))’

src/Graphics/Rendering/Plot/Light/Internal.hs:160:148: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Double’
        (Show a0)
          arising from a use of ‘rotate’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:160:148-166
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:160:158-165
    • In the second argument of ‘(<>)’, namely ‘rotate (real rot)’
      In the first argument of ‘SA.transform’, namely
        ‘(translate (real x) (real y) <> rotate (real rot))’
      In the second argument of ‘(!)’, namely
        ‘SA.transform (translate (real x) (real y) <> rotate (real rot))’

src/Graphics/Rendering/Plot/Light/Internal.hs:210:21: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      imported from ‘Text.Blaze.Svg’ at src/Graphics/Rendering/Plot/Light/Internal.hs:16:1-21
      (and originally defined in ‘Text.Blaze.Svg.Internal’)

src/Graphics/Rendering/Plot/Light/Internal.hs:214:23: warning: [-Wname-shadowing]
    This binding for ‘c’ shadows the existing binding
      imported from ‘Text.Blaze.Svg’ at src/Graphics/Rendering/Plot/Light/Internal.hs:16:1-21
      (and originally defined in ‘Text.Blaze.Svg.Internal’)

src/Graphics/Rendering/Plot/Light/Internal.hs:268:1: warning: [-Wunused-top-binds]
    Defined but not used: ‘showd’

src/Graphics/Rendering/Plot/Light/Internal.hs:268:9: warning: [-Wtype-defaults]
    • Defaulting the following constraints to type ‘Double’
        (Show a0)
          arising from a use of ‘show’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:268:9-12
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:268:16-19
    • In the first argument of ‘(.)’, namely ‘show’
      In the expression: show . real
      In an equation for ‘showd’: showd = show . real
[3 of 9] Compiling Graphics.Rendering.Plot.Light.PlotTypes.Heatmap ( src/Graphics/Rendering/Plot/Light/PlotTypes/Heatmap.hs, dist/build/Graphics/Rendering/Plot/Light/PlotTypes/Heatmap.o )

src/Graphics/Rendering/Plot/Light/PlotTypes/Heatmap.hs:4:1: warning: [-Wunused-imports]
    The import of ‘Graphics.Rendering.Plot.Light.Internal’ is redundant
      except perhaps to import instances from ‘Graphics.Rendering.Plot.Light.Internal’
    To import instances alone, use: import Graphics.Rendering.Plot.Light.Internal()
[4 of 9] Compiling Graphics.Rendering.Plot.Light.PlotTypes.Scatter ( src/Graphics/Rendering/Plot/Light/PlotTypes/Scatter.hs, dist/build/Graphics/Rendering/Plot/Light/PlotTypes/Scatter.o )

src/Graphics/Rendering/Plot/Light/PlotTypes/Scatter.hs:3:1: warning: [-Wunused-imports]
    The import of ‘Graphics.Rendering.Plot.Light.Internal’ is redundant
      except perhaps to import instances from ‘Graphics.Rendering.Plot.Light.Internal’
    To import instances alone, use: import Graphics.Rendering.Plot.Light.Internal()
[5 of 9] Compiling Graphics.Rendering.Plot.Light.PlotTypes.TimeSeries.Candlestick ( src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries/Candlestick.hs, dist/build/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries/Candlestick.o )

src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries/Candlestick.hs:5:1: error:
    Failed to load interface for ‘Graphics.Rendering.Plot.Light.Internal.Types’
    Use -v to see a list of the files searched for.
cabal: Leaving directory '/tmp/cabal-tmp-27547/plot-light-0.1.0.6'
cabal: Error: some packages failed to install:
plot-light-0.1.0.6 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.