Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package mutable-containers

    Abstactions and concrete implementations of mutable containers See docs and README at http://www.stackage.org/package/mutable-containers

  2. package mysql-simple

    A mid-level MySQL client library. A mid-level client library for the MySQL database, intended to be fast and easy to use. Important licensing note: This library is BSD-licensed under the terms of the MySQL FOSS License Exception http://www.mysql.com/about/legal/licensing/foss-exception/. Since this library links against the GPL-licensed mysqlclient library, a non-open-source application that uses it may be subject to the terms of the GPL.

  3. package network-byte-order

    Network byte order utilities Peek and poke functions for network byte order.

  4. package network-info

    Access the local computer's basic network configuration This library provides simple read-only access to the local computer's networking configuration. It is currently capable of getting a list of all the network interfaces and their respective IPv4, IPv6 and MAC addresses. network-info has been tested and is known to work on Ubuntu, FreeBSD, NetBSD, Mac OS and Windows.

  5. package network-run

    Simple network runner library Simple functions to run network clients and servers.

  6. package newtype-generics

    A typeclass and set of functions for working with newtypes Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and a better alternative to newtype-th.

  7. package nonempty-containers

    Non-empty variants of containers data types, with full API Efficient and optimized non-empty versions of types from containers. Inspired by non-empty-containers library, except attempting a more faithful port (with under-the-hood optimizations) of the full containers API. Also contains a convenient typeclass abstraction for converting betwewen non-empty and possibly-empty variants. See README.md for more information.

  8. package numhask-space

    Numerical spaces. numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

    Usage

    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    >>> import NumHask.Space
    

  9. package om-show

    Utilities for showing string-like things. Utilities for showing string-like things.

  10. package optics-th

    Optics construction using TemplateHaskell This package is part of the optics package family. It provides machinery to construct optics using TemplateHaskell. See the template-haskell-optics package for optics to work with template-haskell types.

Page 69 of many | Previous | Next