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

Too strict upper bounds #130

Closed
sternenseemann opened this issue Aug 15, 2023 · 1 comment
Closed

Too strict upper bounds #130

sternenseemann opened this issue Aug 15, 2023 · 1 comment

Comments

@sternenseemann
Copy link
Member

base >=4.12.0 && <4.17,
megaparsec >=9.0.1 && <9.3,
text >=1.2.3 && <1.3

text 2.0, base 4.17, megaparsec 9.3 work

piegamesde added a commit that referenced this issue Sep 23, 2023
piegamesde added a commit that referenced this issue Oct 9, 2023
@SebTM
Copy link

SebTM commented Oct 10, 2023

Using Parsec parser
Configuring nixfmt-0.5.0...
CallStack (from HasCallStack):
  withMetadata, called at libraries/Cabal/Cabal/src/Distribution/Simple/Utils.hs:370:14 in Cabal-3.8.1.0:Distribution.Simple.Utils
Error: Setup: Encountered missing or private dependencies:
base >=4.12.0 && <4.17,
megaparsec >=9.0.1 && <9.3,
text >=1.2.3 && <1.3

Looks like still the same issue when trying to install using flake. What surprises me, is that this is still happening even I have cachix enabled for nixfmt so I would expect with last successful master to get it from binary-cache?

Edit: Can confirm using release-branch fixes the issue

piegamesde added a commit that referenced this issue Oct 31, 2023
piegamesde added a commit to piegamesde/nixfmt that referenced this issue Feb 5, 2024
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