Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskyll/haskyll.github.io
Beginner's guide to Haskell
https://github.com/haskyll/haskyll.github.io
documentation functional-programming haskell jekyll jekyll-theme programming ruby
Last synced: 2 days ago
JSON representation
Beginner's guide to Haskell
- Host: GitHub
- URL: https://github.com/haskyll/haskyll.github.io
- Owner: haskyll
- License: other
- Created: 2023-11-29T00:59:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T09:22:16.000Z (11 months ago)
- Last Synced: 2024-10-12T19:21:37.687Z (about 1 month ago)
- Topics: documentation, functional-programming, haskell, jekyll, jekyll-theme, programming, ruby
- Language: Haskell
- Homepage: https://haskyll.github.io
- Size: 868 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell bit by bit
Live website of [Haskell bit by bit][haskyll]. See the [project page][haskyll]
for more details.## How to merge commits from haskyll
To sync this repository with [haskyll][haskyll], merge the commits as follows:
```sh
$ git remote add haskyll https://github.com/mvngu/haskyll.git
$ git fetch haskyll --tags
$ git merge --allow-unrelated-histories haskyll/main
$ git remote remove haskyll
```You might have to manually resolve merge conflicts.
[haskyll]: https://github.com/mvngu/haskyll