mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-24 01:04:21 +03:00
45a25e4b3b
When building from a fresh sandbox in /example/sql, cabal complained about the name and version fields missing, as well as the base dependency missing in build-depends.
12 lines
170 B
Plaintext
12 lines
170 B
Plaintext
cabal-version: >=1.8
|
|
name: haxl-example
|
|
version: 0.1.0.0
|
|
executable example
|
|
main-is:
|
|
Main.hs
|
|
build-depends:
|
|
hashable,
|
|
haxl,
|
|
text,
|
|
random,
|
|
base |