Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Alan Zimmerman boosted
Ben Gamari
@bgamari@mastodon.social  ·  activity timestamp 23 hours ago

After a long wait, GHC 9.14.1-rc1 is now available. This includes an important fix which ensures compatibility with macOS 26 and later. We expect that this same fix will be backported to GHC 9.12 and 9.10 in the coming months.

Happy Haskelling!

#haskell #ghc #release

https:/ /www.haskell.org/ghc/blog/20251030-ghc-9.14.1-rc1-released.html

  • Copy link
  • Flag this post
  • Block
Ben Gamari
@bgamari@mastodon.social  ·  activity timestamp 23 hours ago

After a long wait, GHC 9.14.1-rc1 is now available. This includes an important fix which ensures compatibility with macOS 26 and later. We expect that this same fix will be backported to GHC 9.12 and 9.10 in the coming months.

Happy Haskelling!

#haskell #ghc #release

https:/ /www.haskell.org/ghc/blog/20251030-ghc-9.14.1-rc1-released.html

  • Copy link
  • Flag this post
  • Block
alcinnz and 1 other boosted
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 6 days ago

This is not a drill: GHC (the #Haskell compiler) now runs in your browser. See the announcement (and please report any bugs) here: https://discourse.haskell.org/t/ghc-now-runs-in-your-browser/13169

  • Copy link
  • Flag this post
  • Block
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 6 days ago

This is not a drill: GHC (the #Haskell compiler) now runs in your browser. See the announcement (and please report any bugs) here: https://discourse.haskell.org/t/ghc-now-runs-in-your-browser/13169

  • Copy link
  • Flag this post
  • Block
Alan Zimmerman boosted
Simon Michael
@simonmic@fosstodon.org  ·  activity timestamp 2 weeks ago

Achievement unlocked: #hledger #plaintextaccounting app has reached the top 20 github-starred haskell projects!
Good work everyone! 🎉🚀🥳🍹

More #haskell apps:
https://joyful.com/Haskell#What+are+some+Haskell+apps+%3F

Haskell - Joyful Systems

Haskell - Joyful Systems
  • Copy link
  • Flag this post
  • Block
Simon Michael
@simonmic@fosstodon.org  ·  activity timestamp 2 weeks ago

Achievement unlocked: #hledger #plaintextaccounting app has reached the top 20 github-starred haskell projects!
Good work everyone! 🎉🚀🥳🍹

More #haskell apps:
https://joyful.com/Haskell#What+are+some+Haskell+apps+%3F

Haskell - Joyful Systems

Haskell - Joyful Systems
  • Copy link
  • Flag this post
  • Block
HoldMyType
@xameer@mathstodon.xyz  ·  activity timestamp last month

CPP is a C preprocessor, but it is common to use it in Haskell. That leads to a number of issues.

It can mess with haskell code.

#CPP doesn’t understand Haskell code, instead it assumes C code. It is free to remove insignificant (for C, not for Haskell) whitespace, expand macros in Haskell comments and strings or mess with identifiers that contain ' or #.

It leads to unnecessary recompilation.

Every time you change your .cabal file, e.g. add new module, or update dependencies, cabal regenerates cabal-macros.h file. Then the recompilation checker pessimistically decides to recompile all modules with CPP enabled.

It makes automatic code analyzing and transforming harder.

#haskell
http://blog.haskell-exists.com/yuras/posts/stop-abusing-cpp-in-haskell.html

  • Copy link
  • Flag this post
  • Block
Alan Zimmerman and 1 other boosted
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp last month

"Haskell's WebDriver package is back in business" by Tom McLaughlin
https://thomasjm.github.io/posts/webdriver-13/

#Haskell #Selenium

Tom’s open source

Haskell’s WebDriver package is back in business

TL;DR
  • Copy link
  • Flag this post
  • Block
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp last month

"Haskell's WebDriver package is back in business" by Tom McLaughlin
https://thomasjm.github.io/posts/webdriver-13/

#Haskell #Selenium

Tom’s open source

Haskell’s WebDriver package is back in business

TL;DR
  • Copy link
  • Flag this post
  • Block
alcinnz and 1 other boosted
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 2 months ago

"Better #Haskell stack traces via user annotations", on the Well-Typed blog!

https://www.well-typed.com/blog/2025/09/better-haskell-stack-traces/

  • Copy link
  • Flag this post
  • Block
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 2 months ago

"Better #Haskell stack traces via user annotations", on the Well-Typed blog!

https://www.well-typed.com/blog/2025/09/better-haskell-stack-traces/

  • Copy link
  • Flag this post
  • Block
Alan Zimmerman boosted
Simon Michael
@simonmic@fosstodon.org  ·  activity timestamp 2 months ago
#hledger 1.50 is out, with
better transaction balancing, include improvements,
csv data commands, import archiving, timeclock improvements,
and more!

Thank you to contributors Stephen Morgan, Jay Neubrand, Lukas Fleischer, and savanto.

- https://github.com/simonmichael/hledger/releases/1.50
- https://hledger.org/relnotes.html#2025-09-03-hledger-150
- https://hledger.org/install

#hledger is free, robust, friendly, multicurrency, double-entry,
#plaintextaccounting software for unix, mac, windows, and the web,
written in #haskell for reliability.

  • Copy link
  • Flag this post
  • Block
Simon Michael
@simonmic@fosstodon.org  ·  activity timestamp 2 months ago
#hledger 1.50 is out, with
better transaction balancing, include improvements,
csv data commands, import archiving, timeclock improvements,
and more!

Thank you to contributors Stephen Morgan, Jay Neubrand, Lukas Fleischer, and savanto.

- https://github.com/simonmichael/hledger/releases/1.50
- https://hledger.org/relnotes.html#2025-09-03-hledger-150
- https://hledger.org/install

#hledger is free, robust, friendly, multicurrency, double-entry,
#plaintextaccounting software for unix, mac, windows, and the web,
written in #haskell for reliability.

  • Copy link
  • Flag this post
  • Block
Alan Zimmerman boosted
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 2 months ago

The GHC developers are very pleased to announce the availability of the first alpha prerelease of GHC 9.14.1.

Highlights:

* Major improvements to the Specialiser
* SSE/AVX support in the x86 native backend
* Significant improvements in the GHCi debugger

https://blog.haskell.org/ghc-9-14-1-alpha1/

#Haskell

  • Copy link
  • Flag this post
  • Block
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 2 months ago

The GHC developers are very pleased to announce the availability of the first alpha prerelease of GHC 9.14.1.

Highlights:

* Major improvements to the Specialiser
* SSE/AVX support in the x86 native backend
* Significant improvements in the GHCi debugger

https://blog.haskell.org/ghc-9-14-1-alpha1/

#Haskell

  • Copy link
  • Flag this post
  • Block
Alan Zimmerman boosted
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 3 months ago

"Well-Typed at ZuriHac 2025"

https://well-typed.com/blog/2025/08/zurihac-well-typed-2025/

#Haskell#ZuriHac

  • Copy link
  • Flag this post
  • Block
HaskellOrg
@haskell@fosstodon.org  ·  activity timestamp 3 months ago

"Well-Typed at ZuriHac 2025"

https://well-typed.com/blog/2025/08/zurihac-well-typed-2025/

#Haskell#ZuriHac

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login