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 ffeb4be..c88457e 100644
--- a/bar.cabal
+++ b/bar.cabal
@@ -1,5 +1,5 @@
1name: bar 1name: bar
2version: 0.4.1 2version: 0.4.2
3cabal-version: >= 1.8 3cabal-version: >= 1.8
4build-type: Simple 4build-type: Simple
5 5
@@ -108,6 +108,7 @@ library
108 , lens 108 , lens
109 , thermoprint-client 109 , thermoprint-client
110 , hashids 110 , hashids
111 , systemd
111 112
112executable bar 113executable bar
113 if flag(library-only) 114 if flag(library-only)