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.1.0 | 2 | version: 0.2.0 |
3 | cabal-version: >= 1.8 | 3 | cabal-version: >= 1.8 |
4 | build-type: Simple | 4 | build-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 | ||
110 | executable bar | 111 | executable bar |
111 | if flag(library-only) | 112 | if flag(library-only) |