- 66 Posts
- 6 Comments
- Noughtmare@programming.devOPtoHaskell@programming.dev•Real World Haskell RevivedEnglish1·23 days ago

- Noughtmare@programming.devOPtoHaskell@programming.dev•Real World Haskell RevivedEnglish3·23 days ago
Which LISP? :P
- Noughtmare@programming.devtoProgramming@programming.dev•Codeberg had a major outage today! About 7 hours of complete down (July 31, 2026)English4·28 days ago
I when I read reports of the downtime on mastodon I checked status.codeberg.org and saw that almost everything was a red line, except for the authenticated traffic. I guess I was lucky that I still had my cookies.
- Noughtmare@programming.devtoProgramming@programming.dev•Codeberg had a major outage today! About 7 hours of complete down (July 31, 2026)English16·28 days ago
Not completely down; as a signed in user I didn’t notice a thing.
- Noughtmare@programming.devOPtoHaskell@programming.dev•Issue 535 :: Haskell Weekly newsletterEnglish2·30 days ago
I made it on there with my revival of Real World Haskell :D
- Noughtmare@programming.devtoHaskell@programming.dev•How to do package management?English3·4 months ago
Cabal is more than sufficient for my purposes nowadays. I’d recommend reading their Getting Started page:
https://cabal.readthedocs.io/en/3.10/getting-started.html
That gives an overview of the basic functions and for example how to add new dependencies.
For setting up the entire toolchain, I’d also recommend GHCUp’s first steps guide: