SantiMunin / harmony

A web service specification compiler that generates implementation and tests
GNU General Public License v3.0
8 stars 1 forks source link

Find a way to avoid the "Orphan Instances" warning #42

Closed SantiMunin closed 9 years ago

SantiMunin commented 9 years ago

Right now, the hspec test target uses the -fno-warn-orphans. This warning comes from the fact that test/TestUtils.hs is implementing arbitrary instances of the Language.Abs module (it is autogenerated by bnfc).

SantiMunin commented 9 years ago

Not important.