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
|
||||
version: 0.4.0.0
|
||||
version: 0.4.0.1
|
||||
synopsis: A Haskell library for efficient, concurrent,
|
||||
and concise data access.
|
||||
homepage: https://github.com/facebook/Haxl
|
||||
@ -113,12 +113,17 @@ test-suite test
|
||||
TestMain.hs
|
||||
|
||||
other-modules:
|
||||
AdoTests
|
||||
AllTests
|
||||
BatchTests
|
||||
Bench
|
||||
CoreTests
|
||||
DataCacheTest
|
||||
ExampleDataSource
|
||||
LoadCache
|
||||
MemoizationTests
|
||||
MockTAO
|
||||
ProfileTests
|
||||
TestExampleDataSource
|
||||
TestTypes
|
||||
TestUtils
|
||||
|
Loading…
Reference in New Issue
Block a user