diff options
Diffstat (limited to 'bar.cabal')
-rw-r--r-- | bar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | name: bar | 1 | name: bar |
2 | version: 0.4.1 | 2 | version: 0.4.2 |
3 | cabal-version: >= 1.8 | 3 | cabal-version: >= 1.8 |
4 | build-type: Simple | 4 | build-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 | ||
112 | executable bar | 113 | executable bar |
113 | if flag(library-only) | 114 | if flag(library-only) |