haskell / pvp

Haskell Package Version Policy (PVP)
http://pvp.haskell.org/
38 stars 26 forks source link

Orphan instance packages #3

Open phadej opened 8 years ago

phadej commented 8 years ago

Current PVP text says

breaking change If any entity was removed, or the types of any entities or the definitions of datatypes or classes were changed, or orphan instances were added

Should this restriction be relaxed for -instances / -orphans companion packages, like base-orphans , quickcheck-instances or binary-orphans ?