diff options
Diffstat (limited to 'daffm.cabal')
| -rw-r--r-- | daffm.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/daffm.cabal b/daffm.cabal index 850b40a..5f74735 100644 --- a/daffm.cabal +++ b/daffm.cabal @@ -19,6 +19,7 @@ common common-config NamedFieldPuns OverloadedStrings QuasiQuotes + MultiWayIf TemplateHaskell default-language: Haskell2010 build-depends: @@ -28,6 +29,8 @@ common common-config containers, data-default <= 0.8.0.1, directory <= 1.3.9.0, + filepath <= 1.5.4.0, + unix-compat <= 0.7.4.1, mtl == 2.3.1, temporary, text, @@ -52,6 +55,9 @@ library lib-daffm hs-source-dirs: lib exposed-modules: Daffm + Daffm.View + Daffm.Types + Daffm.Attrs test-suite specs import: common-config, warnings |
