diff options
| author | Michal Idziorek <m.i@gmx.at> | 2022-05-21 10:42:07 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2022-05-21 10:42:07 +0200 |
| commit | 105f655bb10e04b245ec0a5007886c0ae2c3d38b (patch) | |
| tree | 069d2b3b053263b68a32f1228d9201480b742ec3 /estatico.cabal | |
| parent | 4a45f7a474a8e47f02669184fc088e395a1e1db1 (diff) | |
update to fresh stack lts etc.
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 |
