Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Slippy map tile functionality. Tile/lonlat conversion utilities for slippy maps.
-
Type-level representations of time durations. Please see the README on GitHub at https://github.com/mbg/time-units-types#readme
-
A timer wheel This library provides a timer wheel data structure for registering one-shot or recurring IO actions to fire after a given amount of time. . It is similar to TimerManager from GHC.Event, but supports recurring actions, and can scale to handle many more registered actions.
-
tick based timers Tick-based timers and utilities, for games and discrete-time programs. Includes types and functions to work with sequence-based resources (e.g. animations, frames).
-
Convert English Words to Title Case Capitalize all English words except articles (a, an, the), coordinating conjunctions (for, and, nor, but, or, yet, so), and prepositions (unless they begin or end the title). The prepositions are taken from Wikipedia.
-
Haskell tldr client Haskell tldr client with support for viewing tldr pages. Has offline cache for accessing pages. Visit https://tldr.sh for more details.
-
Handle phylogenetic trees Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on GitHub at https://github.com/dschrempf/elynx.
-
A single-entity stateful Map in STM, similar to tmapchan Please see the README on Github at https://git.localcooking.com/tooling/tmapmvar#readme
-
Launch a PostgreSQL database in docker using tmp-proc Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.
-
Launch RabbitMQ in docker using tmp-proc Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.