-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cabal complains about "unexpected Unknown SPDX license identifier" #176
Comments
Ah, apparently the licence identifier syntax depends on the Cabal version: haskell/cabal#5109. |
Which Cabal version do you have? I'm surprised |
I think I tried both with cabal-2.4 and a recentish master. |
So these combinations are ok:
This one isn't:
This one does parse, but the license isn't recognized:
|
Yeah, this is a genuine wart; #100 was prompted by the same issue. It comes down to that we can create a |
Is compatibility with |
Given
dhall-to-cabal-1.3.4.0
produces a cabal file, about whichcabal
complains:The text was updated successfully, but these errors were encountered: