summaryrefslogtreecommitdiff
path: root/bar.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bar.cabal')
-rw-r--r--bar.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/bar.cabal b/bar.cabal
index 5605d97..4022f7f 100644
--- a/bar.cabal
+++ b/bar.cabal
@@ -1,5 +1,5 @@
1name: bar 1name: bar
2version: 0.1.0 2version: 0.2.0
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4build-type: Simple 4build-type: Simple
5 5
@@ -106,6 +106,7 @@ library
106 , mtl 106 , mtl
107 , lens 107 , lens
108 , thermoprint-client 108 , thermoprint-client
109 , hashids
109 110
110executable bar 111executable bar
111 if flag(library-only) 112 if flag(library-only)