fix open source build

Summary: We need to specify the module name for the test module in the cabal file

Reviewed By: patapizza

Differential Revision: D15173223

fbshipit-source-id: 6dc5068c0d1e8fbae99b7ce9d96ae57a4f893490
This commit is contained in:
Noam Zilberstein 2019-05-02 07:41:30 -07:00 committed by Facebook Github Bot
parent 54cd64d0ec
commit 6cfa052b56

View File

@ -817,6 +817,7 @@ library
test-suite duckling-test
type: exitcode-stdio-1.0
main-is: TestMain.hs
ghc-options: -main-is TestMain
hs-source-dirs: tests
build-depends: duckling
, base