Haxl/example/sql/haxl-example.cabal
Christopher Biscardi 45a25e4b3b Small SQL example .cabal fixes
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.
2014-06-13 22:16:59 -07:00

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