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.

  1. package board-games

    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.

  2. package bodhi

    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.

  3. package bordacount

    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

  4. package bounded-queue

    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.

  5. package bower-json

    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.

  6. package breakpoint

    Set breakpoints using a GHC plugin A plugin that allows you to set breakpoints for debugging purposes.

  7. package btrfs

    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.

  8. package bugsnag-yesod

    Yesod integration for Bugsnag error reporting for Haskell Please see README.md

  9. package bugzilla-redhat

    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.

  10. package byte-count-reader

    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

Page 166 of many | Previous | Next