ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Build failure with ghc 8.4 #245

Closed DanBurton closed 6 years ago

DanBurton commented 6 years ago
[ 6 of 28] Compiling General.Timing   ( src/General/Timing.hs, dist/build/General/Timing.o )

src/General/Timing.hs:72:46: error:
    Not in scope: data constructor ‘GCStats’
   |
72 |     s <- if not stats then return "" else do GCStats{..} <- liftIO getGCStats; return $ " (" ++ show peakMegabytesAllocated ++ "Mb)"
   |                                              ^^^^^^^
ndmitchell commented 6 years ago

Woohoo! That finally means enough of my dependencies are up to date! I'll fix this tomorrow.

ndmitchell commented 6 years ago

Fixed in the just released 5.0.17.2.