mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-24 01:04:21 +03:00
15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
haskell_binary(
|
|
name = 'example',
|
|
srcs = [
|
|
'Main.hs',
|
|
],
|
|
deps = [
|
|
'@/sigma/haxl/core',
|
|
],
|
|
packages = [
|
|
'hashable',
|
|
'text',
|
|
'random',
|
|
],
|
|
)
|