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 53e4f1e..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
@@ -18,6 +18,7 @@ library
18 Import 18 Import
19 Import.NoFoundation 19 Import.NoFoundation
20 Model 20 Model
21 Model.Types
21 Settings 22 Settings
22 Settings.StaticFiles 23 Settings.StaticFiles
23 Handler.Common 24 Handler.Common