diff options
Diffstat (limited to 'estatico.cabal')
| -rw-r--r-- | estatico.cabal | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/estatico.cabal b/estatico.cabal index 3e0bfff..f89ba23 100644 --- a/estatico.cabal +++ b/estatico.cabal @@ -1,11 +1,10 @@ cabal-version: 1.12 - name: estatico version: 0.1.0.0 description: Check README.md author: Michal Idziorek maintainer: m.i@gmx.at -copyright: 2019 Michal Idziorek +copyright: Michal Idziorek license: BSD3 license-file: LICENSE build-type: Simple @@ -21,7 +20,7 @@ library hs-source-dirs: src build-depends: - base >=4.7 && <5 + base , containers , split , directory @@ -46,6 +45,6 @@ executable estatico-exe --ghc-options: -threaded -rtsopts -with-rtsopts=-N ghc-options: -O2 build-depends: - base >=4.7 && <5 + base , estatico default-language: Haskell2010 |
