Build #3 for plot-light-0.2

[all reports]

Package plot-light-0.2
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2017-07-16 14:48:23.257276506 UTC
Compiler ghc-8.0.2
OS linux
Arch x86_64
Dependencies 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, 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, scientific-0.3.5.1, text-1.2.2.2, time-1.6.0.1
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 base-prelude-1.2.0.1...
Building colour-2.3.3...
Installed base-prelude-1.2.0.1
Configuring integer-logarithms-1.0.2...
Building integer-logarithms-1.0.2...
Configuring primitive-0.6.2.0...
Installed integer-logarithms-1.0.2
Building primitive-0.6.2.0...
Configuring mtl-2.2.1...
Installed colour-2.3.3
Building mtl-2.2.1...
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 blaze-builder-0.4.0.2...
Configuring hashable-1.2.6.1...
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
Configuring plot-light-0.2...
Building plot-light-0.2...
Failed to install plot-light-0.2
Build log ( /home/builder/.cabal/logs/plot-light-0.2.log ):
cabal: Entering directory '/tmp/cabal-tmp-9953/plot-light-0.2'
Configuring plot-light-0.2...
Building plot-light-0.2...
Preprocessing library plot-light-0.2...
[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 )
[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:8:1: warning: [-Wunused-imports]
    The import of ‘forM’ from module ‘Control.Monad’ is redundant

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:113: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:113:33-36
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:113: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:157:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      labeledTicks :: (RealFrac a, Show a, Foldable t) =>
                      Axis
                      -> a
                      -> a
                      -> C.Colour Double
                      -> Int
                      -> a
                      -> TextAnchor_
                      -> (t1 -> T.Text)
                      -> V2 a
                      -> t (LabeledPoint t1 a)
                      -> blaze-markup-0.8.0.0:Text.Blaze.Internal.MarkupM ()

src/Graphics/Rendering/Plot/Light/Internal.hs:227:40: warning: [-Wname-shadowing]
    This binding for ‘t’ 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:260:124: 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:260:124-152
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:260:137-142
    • 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:260:157: 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:260:157-175
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:260:167-174
    • 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:311: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:315: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:447:34: 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:447:34-37
        (Fractional a0)
          arising from a use of ‘real’
          at src/Graphics/Rendering/Plot/Light/Internal.hs:447:41-44
    • 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)’
[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: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()
[6 of 9] Compiling Graphics.Rendering.Plot.Light ( src/Graphics/Rendering/Plot/Light.hs, dist/build/Graphics/Rendering/Plot/Light.o )
[7 of 9] Compiling Data.TimeSeries  ( src/Data/TimeSeries.hs, dist/build/Data/TimeSeries.o )
[8 of 9] Compiling Graphics.Rendering.Plot.Light.PlotTypes.TimeSeries ( src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs, dist/build/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.o )

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

Test log

No test log was submitted for this report.