@haskell/unix
POSIX functionality
@haskell/transformers
Concrete functor and monad transformers
@haskell/text
An efficient packed Unicode text type.
@haskell/stm
Software Transactional Memory
@haskell/random
Pseudo-random number generation
@haskell/process
Process libraries
@haskell/filepath
Library for manipulating FilePaths in a cross platform way.
@haskell/directory
Platform-agnostic library for filesystem operations
@haskell/deepseq
Deep evaluation of data structures
@haskell/containers
Assorted concrete container types
@haskell/bytestring
Fast, compact, strict and lazy byte strings with a list interface
@haskell/binary
Binary serialisation for Haskell values using lazy ByteStrings
@haskell/base
Core data structures and operations
@hackage/zxcvbn-c
Password strength estimation
@hackage/warp
A fast, light-weight web server for WAI applications.
@hackage/wai
Web Application Interface.
@hackage/utf8-string
Support for reading and writing UTF8 Strings
@hackage/unix-compat
Portable POSIX-compatibility layer.
@hackage/unbounded-delays
Unbounded thread delays and timeouts
@hackage/token-bucket
Rate limiter using lazy bucket algorithm
@hackage/time
A time library
@hackage/split
Combinator library for splitting lists.
@hackage/socks
Socks proxy (ver 5)
@hackage/servant-server
A family of combinators for defining webservices APIs and serving them
@hackage/servant-client
Automatic derivation of querying functions for servant
@hackage/servant
A family of combinators for defining webservices APIs
@hackage/secret-sharing
Information-theoretic secure secret sharing
@hackage/readline
An interface to the GNU readline library
@hackage/raaz
Fast and type safe cryptography.
@hackage/optparse-applicative
Utilities and combinators for parsing command line options
@hackage/network
Low-level networking interface
@hackage/lifted-base
lifted IO operations from the base library
@hackage/http-client
An HTTP client engine
@hackage/fast-logger
A fast logging system
@hackage/exceptions
Extensible optionally-pure exceptions
@hackage/disk-free-space
Retrieve information about disk space usage
@hackage/crypto-random
Simple cryptographic random related types
@hackage/bloomfilter
Pure and impure Bloom Filter implementations.
@hackage/async
Run IO operations asynchronously and wait for their results
@hackage/aeson
Fast JSON parsing and encoding
@hackage/SafeSemaphore
Much safer replacement for QSemN, QSem, and SampleVar