wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Fix build for ghc 8.10.7 #58

Closed nlander closed 8 months ago

nlander commented 1 year ago

Commit 1e173a1 (Allow algebraic-graphs 0.7) does not build for ghc 8.10.7, as with that compiler we are missing the algebraic-graphs imports we need for dfs. This simply adds those in for compiler versions less than 9.0.0.

jhrcek commented 8 months ago

A change like this is now on master, so I think you can close this one @wz1000