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

Support building with hspec 2.5 #17

Closed
DanBurton opened this issue Mar 15, 2018 · 2 comments
Closed

Support building with hspec 2.5 #17

DanBurton opened this issue Mar 15, 2018 · 2 comments

Comments

@DanBurton
Copy link

, hspec >=2 && <2.5

@mitchellwrosen
Copy link
Owner

Thanks, I'll update :)

Totally irrelevant complaint: I just tried building this repo (which lacks a stack.yaml) on my new laptop. First step, bootstrap cabal. Second step, build cabal-HEAD with cabal!

$ cd haskell/cabal
$ cabal new-build cabal-install
...
Configuring library for pretty-show-1.6.16..
Preprocessing library for pretty-show-1.6.16..
happy: /home/mitchell/haskell/x/.cabal-sandbox/share/x86_64-linux-ghc-8.2.2/happy-1.19.8/HappyTemplate-arrays-coerce: openFile: does not exist (No such file or directory)
cabal: Failed to build pretty-show-1.6.16 (which is required by
cabal-install-2.3.0.0).

What the hell is that?! Somehow during building, happy is is trying to access an x/ directory up one level from the current (/home/mitchell/haskell/cabal/).

@mitchellwrosen
Copy link
Owner

1.1.4 uploaded

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