summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--README.md3
-rw-r--r--estatico.cabal7
-rw-r--r--stack.yaml2
4 files changed, 6 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 7016f9c..9ebce9f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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.
diff --git a/README.md b/README.md
index edc803d..6c975de 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/stack.yaml b/stack.yaml
index d658bf4..04a7445 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -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.