Skip to content
Snippets Groups Projects
Commit df0abdf9 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Remove AnyVersion and WildcardVersion constructors

These constructors don't carry any additional semantics.
They were used in `cabal check` implementation, but now already parser
reports errors so we don't need these redundant constructors anymore.

MajorBoundVersion (^>=) has slightly different semantics:
we want be able to relax only `^>= x.y.z` upper bounds.
Therefore it's preserved.
parent b89a1c63
No related branches found
No related tags found
No related merge requests found
Showing
with 269 additions and 187 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment