Update Cabal config
This commit is contained in:
parent
625ee85df7
commit
1d3f2b01a9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
cabal-version: 2.4
|
cabal-version: 3.8
|
||||||
name: newblog
|
name: newblog
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
author: Dimitri Lozeve
|
author: Dimitri Lozeve
|
||||||
|
@ -9,6 +9,6 @@ executable site
|
||||||
, containers
|
, containers
|
||||||
, pandoc
|
, pandoc
|
||||||
, pandoc-sidenote
|
, pandoc-sidenote
|
||||||
, hakyll
|
, hakyll >= 4
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue