Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- image: ubuntu:18.04
steps:
- run: apt-get update
- run: apt-get --yes install cabal-install haskell-stack libz-dev netbase locales git
- run: apt-get --yes install cabal-install haskell-stack libz-dev netbase locales git curl
- run: curl -sSL https://get.haskellstack.org/ | sh -s - -f
- add_ssh_keys
- checkout
- run: git fetch
Expand Down
4 changes: 2 additions & 2 deletions empires.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: >= 1.10

executable site
main-is: site.hs
build-depends: base == 4.*
, hakyll == 4.6.*
build-depends: base >= 4.0
, hakyll >= 4.6.0
ghc-options: -threaded
default-language: Haskell2010
2 changes: 1 addition & 1 deletion posts/2017-05-04-textures.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: A new goal: polish
title: "A new goal: polish"
author: Tama
---

Expand Down
5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
resolver: lts-2.22
resolver: lts-13.6
extra-deps:
- lrucache-1.2.0.1
- hakyll-4.12.5.1