diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | estatico.cabal | 7 | ||||
| -rw-r--r-- | stack.yaml | 2 |
4 files changed, 6 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Copyright Michal Idziorek <m.i@gmx.at> (c) 2018,2019 +Copyright Michal Idziorek <m.i@gmx.at> (c) 2018,2019,2021 All rights reserved. @@ -1,9 +1,8 @@ # estático - static website generator This is my minimalistic static website generator coded in **Haskell**. -It uses **pandoc** et al. for some of the heavy work. +It uses **pandoc** et al. for the heavy work. Consult the project page for details: * <https://www.idziorek.net/blog/Haskell/Estatico-Page-Maker/> - 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 @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-13.5 +resolver: lts-19.7 # User packages to be built. # Various formats can be used as shown in the example below. |
