Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Tools for using markdown in a yesod application A subset of Pandoc functionality useful for markdown processing in yesod applications
-
Helper functions and data types for producing News feeds. API docs and the README are available at http://www.stackage.org/package/yesod-newsfeed
-
Cursor based pagination for Yesod
-
A pagination approach for yesod Paginate a list showing a per-item widget and links to other pages
-
Generate Flow routes for Yesod Parse the Yesod routes data structure and generate routes that can be used with Flow.
-
Please see the README at https://codeberg.org/jjba23/yggdrasil-schema
-
Emacs keymap for Yi editor Emacs keymap for Yi editor
-
Vim keymap for Yi editor Vim keymap for Yi editor
-
Yi editor miscellaneous modes Yi editor miscellaneous modes
-
Bindings to Facebook's Yoga layout library The Yoga library from Facebook is a fast layout engine written in C that implements flexbox. There are two main ways to interface with these bindings. The high-level bindings are stored in the Yoga module and provide a more Haskell-like interface to the library. The other option is to directly use the C-level bindings in Bindings.Yoga. If you do so you do so at your own risk (i.e. you must manage your own memory). The examples are not built nor included by default. Please refer to the source tarball for examples on how to use this library. These bindings are not affiliated with Facebook in any way, and have been developed separately for the sole purpose of interfacing with their open source library.