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

Unsupported extension: TypeApplications #37

Open
vlasov-y opened this issue Mar 25, 2019 · 1 comment
Open

Unsupported extension: TypeApplications #37

vlasov-y opened this issue Mar 25, 2019 · 1 comment

Comments

@vlasov-y
Copy link

Failed to install argon with cabal install argon.
Error message:

Preprocessing library pipes-files-0.1.3...

Pipes/Files.hs:8:14: Unsupported extension: TypeApplications
cabal: Leaving directory '/tmp/cabal-tmp-20/pipes-files-0.1.3'
Installed pipes-bytestring-2.1.6
cabal: Error: some packages failed to install:
argon-0.4.1.0 depends on pipes-files-0.1.3 which failed to install.
pipes-files-0.1.3 failed during the building phase. The exception was:
ExitFailure 1

Installation log:
asciicast

@SarthakKumar1997
Copy link
Contributor

I think this is because 0.1.3 has been released but from a cursory glance I'm unsure what it points to.

I'd suggest, for now, using tags to go to v0.4.1.0, then getting the code and in the cabal file replacing

                 , pipes-files      >=0.1

with

                 , pipes-files      >=0.1    && <0.1.3

FYI: When I tried this it installed pipes-files-0.1.2 for me.

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