Skip to content

Commit 610e7d2

Browse files
committed
Merge pull request #8 from ChristopherBiscardi/sql-example-fix
Small SQL example .cabal fixes
2 parents 4a9540d + 45a25e4 commit 610e7d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/sql/haxl-example.cabal

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
cabal-version: >=1.8
2+
name: haxl-example
3+
version: 0.1.0.0
24
executable example
35
main-is:
46
Main.hs
57
build-depends:
68
hashable,
79
haxl,
810
text,
9-
random
11+
random,
12+
base

0 commit comments

Comments
 (0)