archive567/chart-unit

Build failure with latest deps

Closed this issue · 1 comments

[ 6 of 10] Compiling Chart.Glyph      ( src/Chart/Glyph.hs, dist/build/Chart/Glyph.o )

src/Chart/Glyph.hs:24:1: warning: [-Wdodgy-imports]
    Module ‘NumHask.Prelude’ does not export ‘shape’
   |
24 | import NumHask.Prelude hiding (shape)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 10] Compiling Chart.Line       ( src/Chart/Line.hs, dist/build/Chart/Line.o )
[ 8 of 10] Compiling Chart.Hud        ( src/Chart/Hud.hs, dist/build/Chart/Hud.o )

src/Chart/Hud.hs:311:38: error:
    Not in scope: ‘Formatting.expt’
    Perhaps you meant one of these:
      ‘Formatting.text’ (imported from Formatting),
      ‘Formatting.hex’ (imported from Formatting),
      ‘Formatting.int’ (imported from Formatting)
    Module ‘Formatting’ does not export ‘expt’.
    |
311 |   | foldr max 0 xs < 0.01 = precLoop Formatting.expt n0 xs
    |                                      ^^^^^^^^^^^^^^^

src/Chart/Hud.hs:312:40: error:
    Not in scope: ‘Formatting.expt’
    Perhaps you meant one of these:
      ‘Formatting.text’ (imported from Formatting),
      ‘Formatting.hex’ (imported from Formatting),
      ‘Formatting.int’ (imported from Formatting)
    Module ‘Formatting’ does not export ‘expt’.
    |
312 |   | foldr max 0 xs > 100000 = precLoop Formatting.expt n0 xs
    |                                        ^^^^^^^^^^^^^^^

fixed with 0.5.5.0 release to Hackage