Add missing test data to extra-source-files
This commit is contained in:
parent
2b7d25c7a5
commit
2c9b79449a
@ -71,6 +71,7 @@ Extra-Source-Files: ChangeLog
|
|||||||
test/data/pattern-synonyms/*.hs
|
test/data/pattern-synonyms/*.hs
|
||||||
test/data/quasi-quotes/*.hs
|
test/data/quasi-quotes/*.hs
|
||||||
test/data/template-haskell/*.hs
|
test/data/template-haskell/*.hs
|
||||||
|
test/data/target/*.hs
|
||||||
test/data/check-missing-warnings/*.hs
|
test/data/check-missing-warnings/*.hs
|
||||||
|
|
||||||
Library
|
Library
|
||||||
|
7
test/data/target/Cpp.hs
Normal file
7
test/data/target/Cpp.hs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{-# LANGUAGE CPP #-}
|
||||||
|
#undef NOTHING
|
||||||
|
#ifdef NOTHING
|
||||||
|
module WRONG_MODULE where
|
||||||
|
#else
|
||||||
|
module Cpp where
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user