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

Automatically install cpphs when not present #156

Closed
DanBurton opened this issue Jun 1, 2015 · 2 comments
Closed

Automatically install cpphs when not present #156

DanBurton opened this issue Jun 1, 2015 · 2 comments

Comments

@DanBurton
Copy link
Contributor

Same as #16.

For example, building stack itself requires cpphs.

Downloading monad-unlift-0.1.1.0...
Configuring monad-unlift-0.1.1.0...
Building monad-unlift-0.1.1.0...
Installed monad-unlift-0.1.1.0
Configuring stack-0.0.0...
Failed to install stack-0.0.0
Build log ( /usr/src/.cabal-sandbox/logs/stack-0.0.0.log ):
Configuring stack-0.0.0...
setup-Simple-Cabal-1.18.1.5-x86_64-linux-ghc-7.8.4: The program cpphs is
required but it could not be found.
@snoyberg
Copy link
Contributor

snoyberg commented Jun 2, 2015

Notice that you've pasted a cabal build log. Stack should already support
this.

On Tue, Jun 2, 2015, 12:28 AM Dan Burton [email protected] wrote:

Same as #16 #16.

For example, building stack itself requires cpphs.

Downloading monad-unlift-0.1.1.0...
Configuring monad-unlift-0.1.1.0...
Building monad-unlift-0.1.1.0...
Installed monad-unlift-0.1.1.0
Configuring stack-0.0.0...
Failed to install stack-0.0.0
Build log ( /usr/src/.cabal-sandbox/logs/stack-0.0.0.log ):
Configuring stack-0.0.0...
setup-Simple-Cabal-1.18.1.5-x86_64-linux-ghc-7.8.4: The program cpphs is
required but it could not be found.


Reply to this email directly or view it on GitHub
#156.

@snoyberg
Copy link
Contributor

snoyberg commented Jun 2, 2015

Closing as wontfix, as the reported issue is a cabal bug (haskell/cabal#220 to be precise). If this is reproducible with stack, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants