fix package

Summary: Some of the test files were not listed in haxl.cabal

Reviewed By: kuk0

Differential Revision: D3951346

fbshipit-source-id: 8e6677a728acde3713c618a6383b2de510b1ac86
This commit is contained in:
Gergely Szilvasy 2016-09-30 09:47:42 -07:00 committed by Facebook Github Bot
parent 187bd49f54
commit 98b403f0a4

View File

@ -1,5 +1,5 @@
name: haxl name: haxl
version: 0.4.0.0 version: 0.4.0.1
synopsis: A Haskell library for efficient, concurrent, synopsis: A Haskell library for efficient, concurrent,
and concise data access. and concise data access.
homepage: https://github.com/facebook/Haxl homepage: https://github.com/facebook/Haxl
@ -113,12 +113,17 @@ test-suite test
TestMain.hs TestMain.hs
other-modules: other-modules:
AdoTests
AllTests
BatchTests BatchTests
Bench
CoreTests CoreTests
DataCacheTest DataCacheTest
ExampleDataSource ExampleDataSource
LoadCache LoadCache
MemoizationTests
MockTAO MockTAO
ProfileTests
TestExampleDataSource TestExampleDataSource
TestTypes TestTypes
TestUtils TestUtils