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

Make it possible to build empty libraries again. #1249

Merged
merged 4 commits into from
Mar 21, 2013

Conversation

23Skidoo
Copy link
Member

Restores old behaviour broken by @igfoo in 8395c5d. Fixes #1241.

@tibbe
Copy link
Member

tibbe commented Mar 21, 2013

@igfoo might want to take a look as well but it's LGTM from what I can see.

23Skidoo added a commit that referenced this pull request Mar 21, 2013
 Make it possible to build empty libraries again.
@23Skidoo 23Skidoo merged commit 0ff04ea into haskell:master Mar 21, 2013
@23Skidoo 23Skidoo deleted the issue1241 branch March 21, 2013 18:06
@cartazio
Copy link
Contributor

i'm trying to build this version of cabal-install, and I can't get the associated version of cabal library to build! (and this version of cabal-install requires 1.17.0 )

@cartazio
Copy link
Contributor

carter cabal/cabal ‹master*› » cabal configure
Resolving dependencies...
cabal: The package requires Cabal library version 1.17.0 but no suitable
version is installed.

@23Skidoo
Copy link
Member Author

@cartazio Try using cabal-dev (that's how I build it):

$ cd cabal/cabal-install
$ cabal-dev install --reinstall ../Cabal
$ cabal-dev install

Hope that helps.

@cartazio
Copy link
Contributor

i can reproduce still having that build problem on my current machine... and i believe i have head installed etc. (though i'll double check)

diagrams/diagrams#2

@cartazio
Copy link
Contributor

i'll try building my cabal-install from head again

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

Successfully merging this pull request may close these issues.

can't build very simple package with latest cabal-install
3 participants