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.
-
Three games for inclusion in a web server Three games that might run as CGI script in a web server: Connect Four, Rows&Columns, Mastermind. Additionally there is a CLI-only game: Das verrueckte Labyrinth. Check running versions at http://www.henning-thielemann.de/VierGewinnt and http://www.henning-thielemann.de/ZeilenSpalten. You can build an example web server by installing with
cabal install board-games -fbuildExamples
Then start the server with./dist/build/board-games/board-games
and play the games in your browser at the URL http://localhost:8080/. Currently the games use German texts. I wanted to use gettext, but this is not thread-safe. -
Fedora Bodhi REST client library A REST client library for the Fedora Bodhi updates server. The binding is currently fairly low-level returning JSON Objects. So far it covers nearly all of the GET part of the API.
-
Implementation of the Borda count election method. Implementation of the Borda count election method, optionally with different weights for different participants. See https://en.wikipedia.org/wiki/Borda_count
-
A strict, immutable, thread-safe, single-ended, bounded queue. A strict, immutable, thread-safe, single-ended, bounded queue which automatically forgets old values instead of blocking.
-
Read bower.json from Haskell Bower is a package manager for the web (see http://bower.io). This package provides a data type and ToJSON/FromJSON instances for Bower's package manifest file, bower.json.
-
Set breakpoints using a GHC plugin A plugin that allows you to set breakpoints for debugging purposes.
-
Bindings to the btrfs API This package provides bindings to the low-level btrfs API (i.e. the BTRFS_IOC_* ioctls). Currently, only a subset of the API is supported, including all functions needed to work with subvolumes/snapshots as well as file cloning. In order to build this package, linux-headers needs to be installed. Warning: btrfs is still considered experimental. This module is also experimental and may contain serious bugs that may result in data loss. Do not use it on data that has not been backed up yet.
-
Yesod integration for Bugsnag error reporting for Haskell Please see README.md
-
A Haskell interface to the Bugzilla native REST API This package is designed to provide an easy-to-use, type-safe interface to querying Bugzilla from Haskell. This is a friendly fork of Seth Fowler's library, with updates and API tweaks needed for bugzilla.redhat.com.
-
Read strings describing a number of bytes like 2Kb and 0.5 MiB Please see the README on GitHub at https://github.com/danielrolls/byte-count-reader#readme