mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-23 16:53:02 +03:00
Remove TARGETS files
This commit is contained in:
parent
f09fc218c3
commit
3e78756034
@ -1,14 +0,0 @@
|
||||
haskell_binary(
|
||||
name = 'example',
|
||||
srcs = [
|
||||
'Main.hs',
|
||||
],
|
||||
deps = [
|
||||
'@/sigma/haxl/core',
|
||||
],
|
||||
packages = [
|
||||
'hashable',
|
||||
'text',
|
||||
'random',
|
||||
],
|
||||
)
|
@ -1,58 +0,0 @@
|
||||
haskell_unittest(
|
||||
name = 'haxl-core-unit',
|
||||
warnings_flags = [
|
||||
'-fno-warn-name-shadowing',
|
||||
'-fno-warn-missing-signatures',
|
||||
],
|
||||
srcs = [
|
||||
'TestTypes.hs',
|
||||
'MockTAO.hs',
|
||||
'BatchTests.hs',
|
||||
'CoreTests.hs',
|
||||
'ExampleDataSource.hs',
|
||||
'TestExampleDataSource.hs',
|
||||
'DataCacheTest.hs',
|
||||
'LoadCache.hs',
|
||||
'Main.hs',
|
||||
],
|
||||
deps = [
|
||||
'@/sigma/haxl/core',
|
||||
'@/sigma/haxl/util',
|
||||
],
|
||||
packages = [
|
||||
'HUnit',
|
||||
'aeson',
|
||||
'bytestring',
|
||||
'containers',
|
||||
'hashable',
|
||||
'text',
|
||||
'unordered-containers',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
haskell_binary(
|
||||
name = 'haxl-datacache-bench',
|
||||
main = 'Bench',
|
||||
srcs = [
|
||||
'Bench.hs',
|
||||
],
|
||||
warnings_flags = [
|
||||
'-fno-warn-name-shadowing',
|
||||
'-fno-warn-missing-signatures',
|
||||
],
|
||||
compiler_flags = [
|
||||
'-rtsopts'
|
||||
],
|
||||
deps = [
|
||||
'@/sigma/haxl/core',
|
||||
],
|
||||
packages = [
|
||||
'hashable',
|
||||
'containers',
|
||||
'aeson',
|
||||
'unordered-containers',
|
||||
'bytestring',
|
||||
'time',
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue
Block a user