Closed SantiMunin closed 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).
hspec
-fno-warn-orphans
test/TestUtils.hs
Language.Abs
Not important.
Right now, the
hspec
test target uses the-fno-warn-orphans
. This warning comes from the fact thattest/TestUtils.hs
is implementing arbitrary instances of theLanguage.Abs
module (it is autogenerated by bnfc).