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

HTTP build error #35

Closed
0xAX opened this issue Dec 18, 2012 · 1 comment
Closed

HTTP build error #35

0xAX opened this issue Dec 18, 2012 · 1 comment

Comments

@0xAX
Copy link

0xAX commented Dec 18, 2012

Hello,

I try to build from source HTTP-4000.2.6 package.

I make

cabal configure
Resolving dependencies...
Configuring HTTP-4000.2.6...

And than:

cabal build
Preprocessing library HTTP-4000.2.6...
Preprocessing test suites for HTTP-4000.2.6...
Building HTTP-4000.2.6...
[ 3 of 18] Compiling Paths_HTTP       ( dist/build/autogen/Paths_HTTP.hs, dist/build/Paths_HTTP.o )

dist/build/autogen/Paths_HTTP.hs:21:13: Not in scope: `catch'

dist/build/autogen/Paths_HTTP.hs:22:13: Not in scope: `catch'

dist/build/autogen/Paths_HTTP.hs:23:14: Not in scope: `catch'

dist/build/autogen/Paths_HTTP.hs:24:17: Not in scope: `catch'

I use ghc-7.6.1 and catch removed from Prelude in ghc-7.6.

Thank you.

@hsenag
Copy link
Member

hsenag commented Dec 18, 2012

I think it's just that you need a later version of Cabal and/or cabal-install. Please re-open if that's not the case.

@hsenag hsenag closed this as completed Dec 18, 2012
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