mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-23 16:53:02 +03:00
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:
parent
187bd49f54
commit
98b403f0a4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user