Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not build with haskell-src-exts 1.18+ #168

Closed
juhp opened this issue Dec 9, 2016 · 2 comments
Closed

does not build with haskell-src-exts 1.18+ #168

juhp opened this issue Dec 9, 2016 · 2 comments

Comments

@juhp
Copy link
Collaborator

juhp commented Dec 9, 2016

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. :)

@juhp
Copy link
Collaborator Author

juhp commented Dec 9, 2016

    [ 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’

@gelisam
Copy link
Owner

gelisam commented Nov 26, 2018

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!

@gelisam gelisam closed this as completed Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants