From 105f655bb10e04b245ec0a5007886c0ae2c3d38b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sat, 21 May 2022 10:42:07 +0200 Subject: update to fresh stack lts etc. --- estatico.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'estatico.cabal') 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 -- cgit v1.2.3