Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
Network byte order utilities Peek and poke functions for network byte order.
-
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.
-
Simple network runner library Simple functions to run network clients and servers.
-
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.
-
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.
-
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 -
Utilities for showing string-like things. Utilities for showing string-like things.
-
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.
-
Auto-generate a command-line parser for your datatype This library auto-generates an optparse-applicative-compatible Parser from any data type that derives the Generic interface. See the documentation in Options.Generic for an example of how to use this library