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
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/).
tasty-hspec/tasty-hspec.cabal
Line 48 in b2d6fa5
The text was updated successfully, but these errors were encountered: