diff options
Diffstat (limited to 'haskell-web.cabal')
| -rw-r--r-- | haskell-web.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/haskell-web.cabal b/haskell-web.cabal index 4141764..9fd655e 100644 --- a/haskell-web.cabal +++ b/haskell-web.cabal @@ -19,8 +19,13 @@ executable haskell-web , Web.Utils , Views , Routes + , Settings -- other-extensions: build-depends: - base >=4.14 && <4.15, text, http-types, bytestring, network + base >=4.14 && <4.15 + , text + , http-types + , bytestring + , network -- hs-source-dirs: default-language: Haskell2010 |