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

Build error on ghc-7.6.1, lacks dependency on process library #81

Open
akamaus opened this issue Dec 19, 2012 · 0 comments
Open

Build error on ghc-7.6.1, lacks dependency on process library #81

akamaus opened this issue Dec 19, 2012 · 0 comments

Comments

@akamaus
Copy link

akamaus commented Dec 19, 2012

This works for me:

diff --git a/cabal-dev.cabal b/cabal-dev.cabal
index b6d8e01..3a8121b 100644
--- a/cabal-dev.cabal
+++ b/cabal-dev.cabal
@@ -190,5 +190,5 @@ Executable cabal-dev-test

Executable fake-ghc-cabal-dev
HS-Source-Dirs: src/

  • Build-depends: base
  • Build-depends: base, process
    Main-is: FakeGhc.hs
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

1 participant