You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 6 of 29] Compiling Language.Haskell.Exts.Location ( src/Language/Haskell/Exts/Location.hs, .stack-work/dist/x86_64-linux/Cabal-1.24.0.0/build/hawk/hawk-tmp/Language/Haskell/Exts/Location.o )
haskell-awk-1.1.1/src/Language/Haskell/Exts/Location.hs:14:26: error:
Not in scope: type constructor or class ‘SrcLoc’
haskell-awk-1.1.1/src/Language/Haskell/Exts/Location.hs:16:19: error:
Not in scope: type constructor or class ‘SrcLoc’
haskell-awk-1.1.1/src/Language/Haskell/Exts/Location.hs:75:38: error:
Not in scope: type constructor or class ‘SrcLoc’
haskell-awk-1.1.1/src/Language/Haskell/Exts/Location.hs:82:38: error:
Not in scope: type constructor or class ‘SrcLoc’
Fixed by #191, which bumped to a newer haskell-src-exts. I have also added an upper-bound on hackage for the already-released versions; sorry it took me two years to do so, I was certain I already did that, and it's only now that I double-checked before closing this issue that I finally realized I hadn't!
Hawk does not seem to build with haskell-src-exts >= 1.18.
It would be nice to fix this or add an upper bound on haskell-src-exts in Hackage.
It might be nice to add Hawk to Stackage too. :)
The text was updated successfully, but these errors were encountered: