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
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/cache@v4
name: Cache Stack
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download build
uses: actions/download-artifact@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ what functional programming languages have to offer over imperative languages.
This blog is hosted on [GitHub Pages](https://pages.github.com/) and built with
these software:

- [Hakyll](https://jaspervdj.be/hakyll), a static site generator written in
Haskell which allows for great flexibility in the building of pages
- [KaTeX](https://katex.org), a renderer for
[LaTeX](https://www.latex-project.org/) math equations
- [Utterances](https://utteranc.es/), a lightweight comments widget built on
GitHub issues
- [Hakyll](https://jaspervdj.be/hakyll), a static site generator written in
Haskell which allows for great flexibility in the building of pages
- [KaTeX](https://katex.org), a renderer for
[LaTeX](https://www.latex-project.org/) math equations
- [Utterances](https://utteranc.es/), a lightweight comments widget built on
GitHub issues

The design of this blog was inspired by
[Mike Bostock](https://bost.ocks.org/mike)'s website.
Expand Down
2 changes: 1 addition & 1 deletion posts/haskell/intro-to-haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ mathematically-inclined.

You can take a look at the following readings:

- [Why Functional Programming matters](http://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf)
- [Why Functional Programming matters](http://www.cs.kent.ac.uk/people/staff/dat/miranda/whyfp90.pdf)

You may also wish to follow
[Chris Allen's guide](https://github.com/bitemyapp/learnhaskell) to learn more
Expand Down