Skip to content

Commit 7c8230d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7c54fca commit 7c8230d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
schedule:
11-
interval: "weekly"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ what functional programming languages have to offer over imperative languages.
3535
This blog is hosted on [GitHub Pages](https://pages.github.com/) and built with
3636
these software:
3737

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

4545
The design of this blog was inspired by
4646
[Mike Bostock](https://bost.ocks.org/mike)'s website.

posts/haskell/intro-to-haskell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ mathematically-inclined.
504504

505505
You can take a look at the following readings:
506506

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

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

0 commit comments

Comments
 (0)