<div dir="ltr">I'm pleased to announce the first release of Haskell bindings [1] to the FLTK GUI [2] toolkit.<br><br>It now works smoothly on Windows (64-bit), Linux and Mac allowing you to create truly cross-platform native GUI applications in pure Haskell and deploy statically linked executables with no dependencies.<br><br>Most of the FLTK API is covered except for a few minor widgets which I plan to get to in the next release. <br><br>Motivation behind the package and installation instructions are found in the Haddocks [3]. And to get you started it ships with a number of demos. <br><br>If you have any issues please report them on the Github [4] page. <br><br>I'd also love any other feedback so feel free to comment here or email me at the address listed on the Hackage [5] page.<br><br>Hope you enjoy!<br><br>[1] <a href="https://hackage.haskell.org/package/fltkhs-0.1.0.2">https://hackage.haskell.org/package/fltkhs-0.1.0.2</a><br>[2] <a href="http://fltk.org">http://fltk.org</a><br>[3] <a href="https://hackage.haskell.org/package/fltkhs-0.1.0.2/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html">https://hackage.haskell.org/package/fltkhs-0.1.0.2/docs/Graphics-UI-FLTK-LowLevel-FLTKHS.html</a><br>[4] <a href="http://github.com/deech/fltkhs">http://github.com/deech/fltkhs</a><br>[5] <a href="https://hackage.haskell.org/package/fltkhs-0.1.0.2">https://hackage.haskell.org/package/fltkhs-0.1.0.2</a><br></div>