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

last nightly snapsthots failings on OSX #2755

Closed
aligusnet opened this issue Aug 14, 2017 · 3 comments
Closed

last nightly snapsthots failings on OSX #2755

aligusnet opened this issue Aug 14, 2017 · 3 comments

Comments

@aligusnet
Copy link
Contributor

$ stack upgrade
Current Stack version: 1.5.1, available download version: 1.5.1
Skipping binary upgrade, you are already running the most recent version

nightly-2017-08-14, nightly-2017-08-13

$ stack build
Downloaded nightly-2017-08-14 build plan.    
AesonException "Error in $.packages.cassava.constraints.flags['bytestring--lt-0_10_4']: Invalid flag name: \"bytestring--lt-0_10_4\""
@snoyberg
Copy link
Contributor

Please see: commercialhaskell/stack#3345

@aligusnet
Copy link
Contributor Author

Oh, yes, sorry for duplication.

@snoyberg
Copy link
Contributor

No problem, difficult to know where something will be reported between the two repos.

tfausak added a commit to tfausak/cassava that referenced this issue Sep 8, 2017
This flag name was changed without comment in 6e1ff78. It has caused a few problems:

- commercialhaskell/stack#3345
- commercialhaskell/stackage#2755
- commercialhaskell/stackage#2759
- commercialhaskell/stackage#2842
- haskell/cabal#4686
- haskell-hvr#150

Those problems either caused or accelerated some (attempted) changes in Cabal:

- haskell/cabal#4654
- haskell/cabal#4687
- haskell/cabal#4696

Those problems also caused a change in Stack:

- commercialhaskell/stack#3349

In short: Cabal never had any trouble with this. Stack did. The current master version of Stack can handle flags like this, but no released versions of it can. It's not clear when the next version of Stack will be released. In the meantime, no Stack users can use this package. This commit changes the offending flag to something that Stack can handle. By using a flag that Stack can handle, Stack users can once again use this package, and it can return to Stackage. There are no apparent downsides to using a more compatible flag name.
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