Fix multiComponent test

This commit is contained in:
Luke Lau 2020-01-25 15:06:26 +00:00
parent 8afaba0ffe
commit 660649c8ab
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
packages: .

View File

@ -9,6 +9,6 @@ library
default-language: Haskell2010
executable exe
main-is: Main.hs
other-modules: OtherMain
other-modules: OtherMain, Foo
build-depends: base >= 4, multi-component
default-language: Haskell2010