ClickHaskell-0.2: 2 Years Anniversary pre-stable release

I’m excited to introduce the ClickHaskell-0.2 release, the final preparation step before the stable 1.0 version

This release includes:

  • Documentation server with simple real-time analytics
  • Support for thread-safe connection usage
  • Bug fixes and QA improvements
  • API changes for easier streaming

Check out the full ChangeLog for more details

Some stats:

  • 2 years since the initial commit
  • 3 months since the ClickHaskell-0.1 release
  • Documentation visitor stats
    (unique IP addresses, includes bot traffic)
       β”Œβ”€β”€β”€β”€β”€β”€β”€from─┬─────────to─┬─visitors─┐
    1. β”‚ 2025-02-26 β”‚ 2025-03-23 β”‚      625 β”‚
       β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
    

Support the project by starring it on GitHub :star:

Open an issue to ask a question or report a bug

3 Likes

Thank you for sharing!

Re.: the type of select and friends: ClickHaskell

Connection -> ChString -> ([record] -> IO result) -> IO [result] 

Is the third argument used for streaming results, and the return value should only be used for small result sets?