Category: dev-haskell
Search
Compact View
dev-haskell/abstract-deque::gentoo
- Ebuilds: 1, Testing: 0.3
Description:
An abstract interface to highly-parameterizable queues/deques.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues
* double-ended, threadsafe, growable queues
... with important points inbetween (such as
the queues used for work-stealing).
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using the
type-system to select an efficient implementation given the
requirements (using type families).
This package also includes a simple reference implementation based
on 'IORef' and "Data.Sequence".
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
License: BSD
dev-haskell/abstract-par::gentoo
- Ebuilds: 1, Testing: 0.3.3-r1
Description: Type classes generalizing the functionality of the 'monad-par' library
Homepage: https://github.com/simonmar/monad-par
License: BSD
dev-haskell/active::gentoo
- Ebuilds: 1, Testing: 0.2.1
Description: Abstractions for animation
Homepage: https://hackage.haskell.org/package/active
License: BSD
dev-haskell/adjunctions::gentoo
- Ebuilds: 3, Testing: 4.4.4
Description: Adjunctions and representable functors
Homepage: https://github.com/ekmett/adjunctions/
License: BSD-2
dev-haskell/aeson::gentoo
- Ebuilds: 3, Testing: 2.2.3.0-r2
Description: Fast JSON parsing and encoding
Homepage: https://github.com/haskell/aeson
License: BSD
dev-haskell/aeson-pretty::gentoo
- Ebuilds: 2, Testing: 0.8.10
Description: JSON pretty-printing library and command-line tool
Homepage: https://github.com/informatikr/aeson-pretty
License: BSD
dev-haskell/alex::gentoo
- Ebuilds: 3, Testing: 3.5.1.0
Description: Alex is a tool for generating lexical analysers in Haskell
Homepage: https://www.haskell.org/alex/
License: BSD
dev-haskell/alsa-core::gentoo
- Ebuilds: 1, Testing: 0.5.0.1-r2
Description: Binding to the ALSA Library API (Exceptions)
Homepage: https://www.haskell.org/haskellwiki/ALSA
License: BSD
dev-haskell/alsa-mixer::gentoo
- Ebuilds: 1, Testing: 0.3.0
Description: Bindings to the ALSA simple mixer API
Homepage: https://github.com/ttuegel/alsa-mixer
License: BSD
dev-haskell/ansi-terminal::gentoo
- Ebuilds: 3, Testing: 1.1.5
Description: Simple ANSI terminal support
Homepage: https://github.com/UnkindPartition/ansi-terminal
License: BSD
dev-haskell/ansi-terminal-types::gentoo
- Ebuilds: 2, Testing: 1.1.3
Description: Types and functions used to represent SGR aspects
Homepage: https://github.com/UnkindPartition/ansi-terminal
License: BSD
dev-haskell/ansi-wl-pprint::gentoo
- Ebuilds: 2, Testing: 1.0.2
Description: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
Homepage: https://github.com/ekmett/ansi-wl-pprint
License: BSD
dev-haskell/appar::gentoo
- Ebuilds: 1, Testing: 0.1.8-r1
Description: A simple applicative parser
Homepage: https://hackage.haskell.org/package/appar
License: BSD
dev-haskell/asciidoc::gentoo
- Ebuilds: 1, Testing: 0.1.0.3
Description: AsciiDoc parser
Homepage: https://hackage.haskell.org/package/asciidoc
License: BSD
dev-haskell/asn1-encoding::gentoo
- Ebuilds: 1, Testing: 0.9.6
Description: ASN1 data reader and writer in RAW, BER and DER forms
Homepage: https://github.com/vincenthz/hs-asn1
License: BSD
dev-haskell/asn1-parse::gentoo
- Ebuilds: 1, Testing: 0.9.5
Description: Simple monadic parser for ASN1 stream types
Homepage: https://github.com/vincenthz/hs-asn1
License: BSD
dev-haskell/asn1-types::gentoo
- Ebuilds: 1, Testing: 0.3.4
Description: ASN.1 types
Homepage: https://github.com/vincenthz/hs-asn1
License: BSD
dev-haskell/assoc::gentoo
- Ebuilds: 3, Testing: 1.1.1
Description: swap and assoc: Symmetric and Semigroupy Bifunctors
Homepage: https://hackage.haskell.org/package/assoc
License: BSD
dev-haskell/async::gentoo
- Ebuilds: 2, Testing: 2.2.5-r1
Description: Run IO operations asynchronously and wait for their results
Homepage: https://github.com/simonmar/async
License: BSD
dev-haskell/atomic-primops::gentoo
- Ebuilds: 1, Testing: 0.8.4
Description:
After GHC 7.4 a new `casMutVar#` primop became available, but it's
difficult to use safely, because pointer equality is a highly
unstable property in Haskell. This library provides a safer method
based on the concept of "Tickets".
Also, this library uses the "foreign primop" capability of GHC to
add access to other variants that may be of
interest, specifically, compare and swap inside an array.
Note that as of GHC 7.8, the relevant primops have been included in GHC itself.
This library is engineered to work pre- and post-GHC-7.8, while exposing the
same interface.
Homepage: https://github.com/rrnewton/haskell-lockfree/wiki
License: BSD
dev-haskell/attoparsec::gentoo
- Ebuilds: 1, Testing: 0.14.4-r1
Description: Fast combinator parsing for bytestrings and text
Homepage: https://github.com/haskell/attoparsec
License: BSD
dev-haskell/attoparsec-aeson::gentoo
- Ebuilds: 2, Testing: 2.2.2.0
Description: Parsing of aeson's Value with attoparsec
Homepage: https://github.com/haskell/aeson
License: BSD
dev-haskell/attoparsec-iso8601::gentoo
- Ebuilds: 3, Testing: 1.1.0.1
Description: Parsing of ISO 8601 dates, originally from aeson
Homepage: https://github.com/haskell/aeson
License: BSD
dev-haskell/auto-update::gentoo
- Ebuilds: 2, Testing: 0.2.6
Description: Efficiently run periodic, on-demand actions
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/aws::gentoo
- Ebuilds: 1, Testing: 0.25.2
Description: Amazon Web Services (AWS) for Haskell
Homepage: https://github.com/aristidb/aws
License: BSD
dev-haskell/barbies::gentoo
- Ebuilds: 1, Testing: 2.0.4.0
Description: Classes for working with types that can change clothes
Homepage: https://github.com/jcpetruzza/barbies#readme
License: BSD
dev-haskell/base-compat::gentoo
- Ebuilds: 3, Testing: 0.13.1
Description: A compatibility layer for base
Homepage: https://hackage.haskell.org/package/base-compat
License: MIT
dev-haskell/base-compat-batteries::gentoo
- Ebuilds: 3, Testing: 0.13.1
Description: base-compat with extra batteries
Homepage: https://hackage.haskell.org/package/base-compat-batteries
License: MIT
dev-haskell/base-orphans::gentoo
- Ebuilds: 2, Testing: 0.9.3
Description: Backwards-compatible orphan instances for base
Homepage: https://github.com/haskell-compat/base-orphans#readme
License: MIT
dev-haskell/base-unicode-symbols::gentoo
- Ebuilds: 1, Testing: 0.2.4.2-r1
Description:
This package defines new symbols for a number of functions,
operators and types in the base package.
All symbols are documented with their actual definition and
information regarding their Unicode code point. They should be
completely interchangeable with their definitions.
For further Unicode goodness you can enable the @UnicodeSyntax@
language extension \[1\]. This extension enables Unicode characters
to be used to stand for certain ASCII character sequences,
i.e. → instead of @->@, ∀ instead of @forall@ and many
others.
Original idea by Péter Diviánszky.
\[1\] <http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax>
Homepage: https://haskell.org/haskellwiki/Unicode-symbols
License: BSD
dev-haskell/base16-bytestring::gentoo
- Ebuilds: 2, Testing: 1.0.2.0
Description: RFC 4648-compliant Base16 encodings for ByteStrings
Homepage: https://github.com/haskell/base16-bytestring
License: BSD
dev-haskell/base64::gentoo
- Ebuilds: 2, Testing: 1.0 , 0.4.2.4
Description: A modern Base64 library
Homepage: https://github.com/emilypi/base64
License: BSD
dev-haskell/base64-bytestring::gentoo
- Ebuilds: 2, Testing: 1.2.1.0-r1
Description: Fast base64 encoding and decoding for ByteStrings
Homepage: https://github.com/haskell/base64-bytestring
License: BSD
dev-haskell/basement::gentoo
- Ebuilds: 2, Testing: 0.0.16
Description: Foundation scrap box of array & string
Homepage: https://github.com/haskell-foundation/foundation#readme
License: BSD
dev-haskell/bencode::gentoo
- Ebuilds: 1, Testing: 0.6.1.1
Description: Parser and printer for bencoded data
Homepage: https://hackage.haskell.org/package/bencode
License: BSD
dev-haskell/bifunctors::gentoo
- Ebuilds: 3, Testing: 5.6.3
Description: Haskell 98 bifunctors, bifoldables and bitraversables
Homepage: https://github.com/ekmett/bifunctors/
License: BSD
dev-haskell/bimap::gentoo
- Ebuilds: 1, Testing: 0.5.0
Description: Bidirectional mapping between two key types
Homepage: https://github.com/joelwilliamson/bimap
License: BSD
dev-haskell/binary::gentoo
- Ebuilds: 2, Testing: 0.8.9.0-r1
Description: Binary serialisation for Haskell values using lazy ByteStrings
Homepage: https://github.com/kolmodin/binary
License: BSD
dev-haskell/binary-orphans::gentoo
- Ebuilds: 1, Testing: 1.0.5
Description: Compatibility package for binary; provides instances
Homepage: https://hackage.haskell.org/package/binary-orphans
License: BSD
dev-haskell/bitvec::gentoo
- Ebuilds: 1, Testing: 1.1.5.0
Description: Space-efficient bit vectors
Homepage: https://github.com/Bodigrim/bitvec
License: BSD
dev-haskell/blaze-builder::gentoo
- Ebuilds: 1, Testing: 0.4.2.3
Description: Efficient buffered output
Homepage: https://github.com/blaze-builder/blaze-builder
License: BSD
dev-haskell/blaze-html::gentoo
- Ebuilds: 1, Testing: 0.9.2.0
Description: A blazingly fast HTML combinator library for Haskell
Homepage: https://jaspervdj.be/blaze
License: BSD
dev-haskell/blaze-markup::gentoo
- Ebuilds: 1, Testing: 0.8.3.0
Description: A blazingly fast markup combinator library for Haskell
Homepage: https://jaspervdj.be/blaze
License: BSD
dev-haskell/blaze-svg::gentoo
- Ebuilds: 1, Testing: 0.3.7
Description: SVG combinator library
Homepage: https://github.com/diagrams/blaze-svg
License: BSD
dev-haskell/bloomfilter::gentoo
- Ebuilds: 2, Testing: 2.0.1.0-r1
Description: Pure and impure Bloom Filter implementations
Homepage: https://github.com/bos/bloomfilter
License: BSD
dev-haskell/boolean::gentoo
- Ebuilds: 1, Testing: 0.2.4
Description: Generalized booleans and numbers
Homepage: https://hackage.haskell.org/package/Boolean
License: BSD
dev-haskell/boring::gentoo
- Ebuilds: 1, Testing: 0.2.2
Description: Boring and Absurd types
Homepage: https://github.com/phadej/boring
License: BSD
dev-haskell/brick::gentoo
- Ebuilds: 1, Testing: 2.10
Description: A declarative terminal user interface library
Homepage: https://github.com/jtdaugherty/brick/
License: BSD
dev-haskell/bsb-http-chunked::gentoo
- Ebuilds: 2, Testing: 0.0.0.4-r2
Description: Chunked HTTP transfer encoding for bytestring builders
Homepage: https://github.com/sjakobi/bsb-https-chunked
License: BSD
dev-haskell/byteable::gentoo
- Ebuilds: 1, Testing: 0.1.1
Description: Type class for sequence of bytes
Homepage: https://github.com/vincenthz/hs-byteable
License: BSD
dev-haskell/byteorder::gentoo
- Ebuilds: 1, Testing: 1.0.4-r1
Description: Exposes the native endianness or byte ordering of the system
Homepage: https://community.haskell.org/~aslatter/code/byteorder
License: BSD
dev-haskell/bytes::gentoo
- Ebuilds: 1, Testing: 0.17.4
Description: Sharing code for serialization between binary and cereal
Homepage: https://github.com/ekmett/bytes
License: BSD
dev-haskell/bytestring-builder::gentoo
- Ebuilds: 1, Testing: 0.10.8.2.0-r1
Description:
This is the bytestring builder that is debuting in bytestring-0.10.4.0, which
should be shipping with GHC 7.8, probably late in 2013. This builder has
several nice simplifications and improvements, and more out-of-box
functionality than the older blaze-builder.
Note that this package detects which version of bytestring you are compiling
against, and if you are compiling against bytestring-0.10.4 or later, will
be an empty package.
This package lets the new interface and implementation be used with most
older compilers without upgrading bytestring, which can be rather
problematic. In conjunction with blaze-builder-0.4 or later, which
offers an implementation of blaze-builder in terms of bytestring-builder,
this should let most people try the new interface and implementation without
causing undue compatibility problems with packages that depend on
blaze-builder.
GHC 7.6 did debut an almost identical interface and implementation, but with
slightly different module names and organization. Trying to re-export/rename
the builder provided with 7.6 did not turn out to be very practical, because
this interface includes new functions that rely on Builder internals,
which are not exported in 7.6. Furthermore, these module names should be
deprecated in 7.10.
Homepage: https://hackage.haskell.org/package/bytestring-builder
License: BSD
dev-haskell/c2hs::gentoo
- Ebuilds: 2, Testing: 0.28.8-r2
Description: C->Haskell FFI tool that gives some cross-language type safety
Homepage: https://github.com/haskell/c2hs
License: GPL-2
dev-haskell/cabal::gentoo
- Ebuilds: 3, Testing: 3.10.3.0 , 3.6.3.0
Description: A framework for packaging Haskell software
Homepage: https://www.haskell.org/cabal/
License: BSD
dev-haskell/cabal-described::gentoo
- Ebuilds: 1, Testing: 3.10.1.0
Description: Described functionality for types in Cabal
Homepage: https://github.com/haskell/cabal#readme
License: BSD
dev-haskell/cabal-doctest::gentoo
- Ebuilds: 3, Testing: 1.0.11
Description: A Setup.hs helper for running doctests
Homepage: https://github.com/ulidtko/cabal-doctest
License: BSD
dev-haskell/cabal-install::gentoo
- Ebuilds: 3, Testing: 3.10.3.0 , 3.6.2.0-r1
Description: The command-line interface for Cabal and Hackage
Homepage: https://www.haskell.org/cabal/
License: BSD
dev-haskell/cabal-install-solver::gentoo
- Ebuilds: 1, Testing: 3.10.3.0
Description: The command-line interface for Cabal and Hackage
Homepage: https://www.haskell.org/cabal/
License: BSD
dev-haskell/cabal-quickcheck::gentoo
- Ebuilds: 1, Testing: 3.10.1.0
Description: QuickCheck instances for types in Cabal
Homepage: https://github.com/haskell/cabal#readme
License: BSD
dev-haskell/cabal-syntax::gentoo
- Ebuilds: 1, Testing: 3.10.3.0
Description: A library for working with .cabal files
Homepage: https://www.haskell.org/cabal/
License: BSD
dev-haskell/cabal-tree-diff::gentoo
- Ebuilds: 1, Testing: 3.10.1.0
Description: tree-diff for Cabal
Homepage: https://github.com/haskell/cabal#readme
License: BSD
dev-haskell/cairo::gentoo
- Ebuilds: 2, Testing: 0.13.11.0
Description: Binding to the Cairo library
Homepage: https://projects.haskell.org/gtk2hs/
License: BSD
dev-haskell/call-stack::gentoo
- Ebuilds: 2, Testing: 0.4.0
Description: Use GHC call-stacks in a backward compatible way
Homepage: https://github.com/sol/call-stack#readme
License: MIT
dev-haskell/case-insensitive::gentoo
- Ebuilds: 1, Testing: 1.2.1.0
Description:
The module @Data.CaseInsensitive@ provides the 'CI' type
constructor which can be parameterised by a string-like
type like: 'String', 'ByteString', 'Text',
etc.. Comparisons of values of the resulting type will be
insensitive to cases.
Homepage: https://github.com/basvandijk/case-insensitive
License: BSD
dev-haskell/cassava::gentoo
- Ebuilds: 2, Testing: 0.5.3.0-r1
Description: A CSV parsing and encoding library
Homepage: https://github.com/haskell-hvr/cassava
License: BSD
dev-haskell/cborg::gentoo
- Ebuilds: 1, Testing: 0.2.10.0
Description: Concise Binary Object Representation (CBOR)
Homepage: https://hackage.haskell.org/package/cborg
License: BSD
dev-haskell/cereal::gentoo
- Ebuilds: 2, Testing: 0.5.8.3
Description: A binary serialization library
Homepage: https://github.com/GaloisInc/cereal
License: BSD
dev-haskell/cereal-vector::gentoo
- Ebuilds: 1, Testing: 0.2.0.1
Description: Serialize instances for Data.Vector types
Homepage: https://github.com/acfoltzer/cereal-vector
License: BSD
dev-haskell/character-ps::gentoo
- Ebuilds: 1, Testing: 0.1
Description: Pattern synonyms for ASCII characters for Word8, Word16 etc
Homepage: https://github.com/phadej/character-ps
License: BSD
dev-haskell/charset::gentoo
- Ebuilds: 3, Testing: 0.3.11
Description: Fast unicode character sets based on complemented PATRICIA tries
Homepage: https://github.com/ekmett/charset
License: BSD
dev-haskell/chasingbottoms::gentoo
- Ebuilds: 2, Testing: 1.3.1.15
Description: For testing partial and infinite values
Homepage: https://hackage.haskell.org/package/ChasingBottoms
License: MIT
dev-haskell/chell::gentoo
- Ebuilds: 2, Testing: 0.5.0.2-r1
Description: A simple and intuitive library for automated testing
Homepage: https://github.com/typeclasses/chell
License: MIT
dev-haskell/cipher-aes::gentoo
- Ebuilds: 1, Testing: 0.2.11
Description: Fast AES cipher implementation with advanced mode of operations
Homepage: https://github.com/vincenthz/hs-cipher-aes
License: BSD
dev-haskell/circle-packing::gentoo
- Ebuilds: 1, Testing: 0.1.0.6
Description: Simple heuristic for packing discs of varying radii in a circle
Homepage: https://hackage.haskell.org/package/circle-packing
License: BSD
dev-haskell/citeproc::gentoo
- Ebuilds: 3, Testing: 0.13.0.1
Description: Generates citations and bibliography from CSL styles
Homepage: https://hackage.haskell.org/package/citeproc
License: BSD-2
dev-haskell/clientsession::gentoo
- Ebuilds: 1, Testing: 0.9.3.0
Description: Securely store session data in a client-side cookie
Homepage: https://github.com/yesodweb/clientsession/tree/master
License: MIT
dev-haskell/clock::gentoo
- Ebuilds: 2, Testing: 0.8.4
Description: High-resolution clock functions: monotonic, realtime, cputime
Homepage: https://github.com/corsis/clock
License: BSD
dev-haskell/cmdargs::gentoo
- Ebuilds: 2, Testing: 0.10.22
Description: Command line argument processing
Homepage: https://github.com/ndmitchell/cmdargs#readme
License: BSD
dev-haskell/code-page::gentoo
- Ebuilds: 2, Testing: 0.2.1
Description: Windows code page library for Haskell
Homepage: https://github.com/RyanGlScott/code-page
License: BSD
dev-haskell/colour::gentoo
- Ebuilds: 2, Testing: 2.3.6
Description: A model for human colour/color perception
Homepage: https://www.haskell.org/haskellwiki/Colour
License: MIT
dev-haskell/commonmark::gentoo
- Ebuilds: 2, Testing: 0.3
Description: Pure Haskell commonmark parser
Homepage: https://github.com/jgm/commonmark-hs
License: BSD
dev-haskell/commonmark-extensions::gentoo
- Ebuilds: 1, Testing: 0.2.7
Description: Pure Haskell commonmark parser
Homepage: https://github.com/jgm/commonmark-hs
License: BSD
dev-haskell/commonmark-pandoc::gentoo
- Ebuilds: 2, Testing: 0.3
Description: Bridge between commonmark and pandoc AST
Homepage: https://github.com/jgm/commonmark-hs
License: BSD
dev-haskell/comonad::gentoo
- Ebuilds: 1, Testing: 5.0.10
Description: Provides comonads, the categorical dual of monads
Homepage: https://github.com/ekmett/comonad/
License: BSD
dev-haskell/concurrent-output::gentoo
- Ebuilds: 1, Testing: 1.10.21
Description: Ungarble output from several threads or commands
Homepage: https://hackage.haskell.org/package/concurrent-output
License: BSD-2
dev-haskell/conduit::gentoo
- Ebuilds: 3, Testing: 1.3.6.1
Description: Streaming data processing library
Homepage: https://github.com/snoyberg/conduit
License: MIT
dev-haskell/conduit-combinators::gentoo
- Ebuilds: 1, Testing: 1.3.0
Description: Commonly used conduit functions, for both chunked and unchunked data
Homepage: https://github.com/snoyberg/mono-traversable#readme
License: MIT
dev-haskell/conduit-extra::gentoo
- Ebuilds: 3, Testing: 1.3.7
Description: Batteries included conduit: adapters for common libraries
Homepage: https://github.com/snoyberg/conduit
License: MIT
dev-haskell/config-ini::gentoo
- Ebuilds: 1, Testing: 0.2.7.0
Description: A library for simple INI-based configuration files
Homepage: https://github.com/aisamanra/config-ini
License: BSD
dev-haskell/configurator::gentoo
- Ebuilds: 1, Testing: 0.3.0.0-r1
Description:
A configuration management library for programs and daemons.
Features include:
* Automatic, dynamic reloading in response to modifications to
configuration files.
* A simple, but flexible, configuration language, supporting several
of the most commonly needed types of data, along with
interpolation of strings from the configuration or the system
environment (e.g. @$(HOME)@).
* Subscription-based notification of changes to configuration
properties.
* An @import@ directive allows the configuration of a complex
application to be split across several smaller files, or common
configuration data to be shared across several applications.
For details of the configuration file format, see
<http://hackage.haskell.org/packages/archive/configurator/latest/doc/html/Data-Configurator.html>.
Homepage: https://github.com/bos/configurator
License: BSD
dev-haskell/connection::gentoo
- Ebuilds: 1, Testing: 0.3.1-r1
Description: Simple and easy network connections API
Homepage: https://github.com/vincenthz/hs-connection
License: BSD
dev-haskell/constraints::gentoo
- Ebuilds: 3, Testing: 0.14
Description: Constraint manipulation
Homepage: https://github.com/ekmett/constraints/
License: BSD-2
dev-haskell/contravariant::gentoo
- Ebuilds: 2, Testing: 1.5.5
Description: Contravariant functors
Homepage: https://github.com/ekmett/contravariant/
License: BSD
dev-haskell/convertible::gentoo
- Ebuilds: 2, Testing: 1.1.1.1
Description: Typeclasses and instances for converting between types
Homepage: https://hackage.haskell.org/package/convertible
License: BSD
dev-haskell/cookie::gentoo
- Ebuilds: 3, Testing: 0.5.1
Description: HTTP cookie parsing and rendering
Homepage: https://github.com/snoyberg/cookie
License: MIT
dev-haskell/cprng-aes::gentoo
- Ebuilds: 1, Testing: 0.6.1
Description: Crypto Pseudo Random Number Generator using AES in counter mode
Homepage: https://github.com/vincenthz/hs-cprng-aes
License: BSD
dev-haskell/criterion::gentoo
- Ebuilds: 2, Testing: 1.6.3.0
Description: Robust, reliable performance measurement and analysis
Homepage: https://www.serpentine.com/criterion
License: BSD
dev-haskell/criterion-measurement::gentoo
- Ebuilds: 2, Testing: 0.2.0.0
Description: Criterion measurement functionality and associated types
Homepage: https://github.com/haskell/criterion
License: BSD
dev-haskell/crypto-api::gentoo
- Ebuilds: 1, Testing: 0.13.3
Description:
A generic interface for cryptographic operations (hashes, ciphers, randomness).
Maintainers of hash and cipher implementations are
encouraged to add instances for the classes defined
in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes
module.
Any concepts or functions of general use to more than
one cryptographic algorithm (ex: padding) is within
scope of this package.
Homepage: https://github.com/TomMD/crypto-api
License: BSD
dev-haskell/crypto-api-tests::gentoo
- Ebuilds: 1, Testing: 0.3-r2
Description: A test framework and KATs for cryptographic operations
Homepage: https://trac.haskell.org/crypto-api/wiki
License: BSD
dev-haskell/crypto-cipher-tests::gentoo
- Ebuilds: 1, Testing: 0.0.11-r1
Description: Generic cryptography cipher tests
Homepage: https://github.com/vincenthz/hs-crypto-cipher
License: BSD
dev-haskell/crypto-cipher-types::gentoo
- Ebuilds: 1, Testing: 0.0.9
Description: Generic cryptography cipher types
Homepage: https://github.com/vincenthz/hs-crypto-cipher
License: BSD
dev-haskell/crypto-random::gentoo
- Ebuilds: 1, Testing: 0.0.9
Description: Simple cryptographic random related types
Homepage: https://github.com/vincenthz/hs-crypto-random
License: BSD
dev-haskell/crypto-token::gentoo
- Ebuilds: 1, Testing: 0.1.2
Description: crypto tokens
Homepage: https://hackage.haskell.org/package/crypto-token
License: BSD
dev-haskell/cryptohash-md5::gentoo
- Ebuilds: 2, Testing: 0.11.101.0-r1
Description: Fast, pure and practical MD5 implementation
Homepage: https://github.com/haskell-hvr/cryptohash-md5
License: BSD
dev-haskell/cryptohash-sha1::gentoo
- Ebuilds: 1, Testing: 0.11.101.0-r1
Description: Fast, pure and practical SHA-1 implementation
Homepage: https://github.com/haskell-hvr/cryptohash-sha1
License: BSD
dev-haskell/cryptohash-sha256::gentoo
- Ebuilds: 2, Testing: 0.11.102.1-r1
Description: Fast, pure and practical SHA-256 implementation
Homepage: https://github.com/haskell-hvr/cryptohash-sha256
License: BSD
dev-haskell/crypton::gentoo
- Ebuilds: 2, Testing: 1.0.5
Description: Cryptography Primitives sink
Homepage: https://github.com/kazu-yamamoto/crypton
License: BSD
dev-haskell/crypton-conduit::gentoo
- Ebuilds: 1, Testing: 0.2.3
Description: crypton conduit
Homepage: https://github.com/psibi/crypton-conduit
License: BSD
dev-haskell/crypton-connection::gentoo
- Ebuilds: 2, Testing: 0.4.4
Description: Simple and easy network connection API
Homepage: https://github.com/kazu-yamamoto/crypton-connection
License: BSD
dev-haskell/crypton-x509::gentoo
- Ebuilds: 1, Testing: 1.7.6
Description: X509 reader and writer
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
License: BSD
dev-haskell/crypton-x509-store::gentoo
- Ebuilds: 1, Testing: 1.6.9
Description: X.509 collection accessing and storing methods
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
License: BSD
dev-haskell/crypton-x509-system::gentoo
- Ebuilds: 2, Testing: 1.6.8
Description: Handle per-operating-system X.509 accessors and storage
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
License: BSD
dev-haskell/crypton-x509-validation::gentoo
- Ebuilds: 2, Testing: 1.6.14
Description: X.509 Certificate and CRL validation
Homepage: https://github.com/kazu-yamamoto/crypton-certificate
License: BSD
dev-haskell/cryptonite::gentoo
- Ebuilds: 2, Testing: 0.30
Description: Cryptography Primitives sink
Homepage: https://github.com/haskell-crypto/cryptonite
License: BSD
dev-haskell/cryptonite-conduit::gentoo
- Ebuilds: 1, Testing: 0.2.2
Description:
Conduit bridge for cryptonite
For now only provide a conduit version for hash and hmac, but
with contribution, this could provide cipher conduits too,
and probably other things.
Homepage: https://github.com/haskell-crypto/cryptonite-conduit
License: BSD
dev-haskell/css-text::gentoo
- Ebuilds: 1, Testing: 0.1.3.0
Description: CSS parser and renderer
Homepage: https://github.com/yesodweb/css-text.git#readme
License: MIT
dev-haskell/cubicbezier::gentoo
- Ebuilds: 1, Testing: 0.6.0.7
Description: Efficient manipulating of 2D cubic bezier curves
Homepage: https://hackage.haskell.org/package/cubicbezier
License: BSD
dev-haskell/data-array-byte::gentoo
- Ebuilds: 1, Testing: 0.1.0.2
Description: Compatibility layer for Data.Array.Byte
Homepage: https://github.com/Bodigrim/data-array-byte
License: BSD
dev-haskell/data-clist::gentoo
- Ebuilds: 1, Testing: 0.2
Description: Simple functional ring type
Homepage: https://github.com/sw17ch/data-clist
License: BSD
dev-haskell/data-default::gentoo
- Ebuilds: 2, Testing: 0.8.0.1
Description: A class for types with a default value
Homepage: https://hackage.haskell.org/package/data-default
License: BSD
dev-haskell/data-default-class::gentoo
- Ebuilds: 2, Testing: 0.2.0.0
Description: A class for types with a default value (compatibility shim)
Homepage: https://hackage.haskell.org/package/data-default-class
License: BSD
dev-haskell/data-default-instances-containers::gentoo
- Ebuilds: 1, Testing: 0.0.1
Description: Default instances for types in containers
Homepage: https://hackage.haskell.org/package/data-default-instances-containers
License: BSD
dev-haskell/data-default-instances-dlist::gentoo
- Ebuilds: 1, Testing: 0.0.1
Description: Default instances for types in dlist
Homepage: https://hackage.haskell.org/package/data-default-instances-dlist
License: BSD
dev-haskell/data-default-instances-old-locale::gentoo
- Ebuilds: 1, Testing: 0.0.1
Description: Default instances for types in old-locale
Homepage: https://hackage.haskell.org/package/data-default-instances-old-locale
License: BSD
dev-haskell/data-fix::gentoo
- Ebuilds: 1, Testing: 0.3.4
Description: Fixpoint data types
Homepage: https://github.com/spell-music/data-fix
License: BSD
dev-haskell/data-ordlist::gentoo
- Ebuilds: 1, Testing: 0.4.7.0
Description: Set and bag operations on ordered lists
Homepage: https://hackage.haskell.org/package/data-ordlist
License: BSD
dev-haskell/dav::gentoo
- Ebuilds: 1, Testing: 1.3.4
Description:
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
In addition, there is an executable, hdav, which can be used for
command-line operation.
Homepage: http://floss.scru.org/hDAV
License: GPL-3
dev-haskell/dbus::gentoo
- Ebuilds: 3, Testing: 1.3.11
Description: A client library for the D-Bus IPC system
Homepage: https://github.com/rblaze/haskell-dbus#readme
License: Apache-2.0
dev-haskell/dec::gentoo
- Ebuilds: 1, Testing: 0.0.6
Description: Decidable propositions
Homepage: https://github.com/phadej/dec
License: BSD
dev-haskell/dense-linear-algebra::gentoo
- Ebuilds: 1, Testing: 0.1.0.0
Description: Simple and incomplete pure haskell implementation of linear algebra
Homepage: https://hackage.haskell.org/package/dense-linear-algebra
License: BSD-2
dev-haskell/deriving-compat::gentoo
- Ebuilds: 3, Testing: 0.6.7
Description: Backports of GHC deriving extensions
Homepage: https://github.com/haskell-compat/deriving-compat
License: BSD
dev-haskell/diagrams-cairo::gentoo
- Ebuilds: 1, Testing: 1.4.3
Description: Cairo backend for diagrams drawing EDSL
Homepage: https://diagrams.github.io
License: BSD
dev-haskell/diagrams-contrib::gentoo
- Ebuilds: 1, Testing: 1.4.6
Description: Collection of user contributions to diagrams EDSL
Homepage: https://diagrams.github.io/
License: BSD
dev-haskell/diagrams-core::gentoo
- Ebuilds: 1, Testing: 1.5.1.1
Description: Core libraries for diagrams EDSL
Homepage: https://diagrams.github.io
License: BSD
dev-haskell/diagrams-lib::gentoo
- Ebuilds: 1, Testing: 1.4.7-r1
Description: Embedded domain-specific language for declarative graphics
Homepage: https://diagrams.github.io
License: BSD
dev-haskell/diagrams-solve::gentoo
- Ebuilds: 1, Testing: 0.1.3
Description: Pure Haskell solver routines used by diagrams
Homepage: https://diagrams.github.io
License: BSD
dev-haskell/dictionary-sharing::gentoo
- Ebuilds: 1, Testing: 0.1.0.0-r1
Description: Sharing/memoization of class members
Homepage: https://hackage.haskell.org/package/dictionary-sharing
License: BSD
dev-haskell/diff::gentoo
- Ebuilds: 3, Testing: 1.0.2
Description: Diff algorithm in pure Haskell
Homepage: https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.6927
License: BSD
dev-haskell/digest::gentoo
- Ebuilds: 2, Testing: 0.0.1.3
Description: Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now
Homepage: https://hackage.haskell.org/package/digest
License: BSD
dev-haskell/digits::gentoo
- Ebuilds: 2, Testing: 0.3.2 , 0.3.1
Description: Converts integers to lists of digits and back
Homepage: https://hackage.haskell.org/package/digits
License: BSD
dev-haskell/disk-free-space::gentoo
- Ebuilds: 1, Testing: 0.1.0.1
Description: Retrieve information about disk space usage
Homepage: https://github.com/redneb/disk-free-space
License: BSD
dev-haskell/distributive::gentoo
- Ebuilds: 1, Testing: 0.6.3
Description: Distributive functors -- Dual to Traversable
Homepage: https://github.com/ekmett/distributive/
License: BSD
dev-haskell/djot::gentoo
- Ebuilds: 1, Testing: 0.1.4
Description: Parser and renderer for djot light markup syntax
Homepage: https://hackage.haskell.org/package/djot
License: MIT
dev-haskell/dlist::gentoo
- Ebuilds: 1, Testing: 1.0
Description: Difference lists
Homepage: https://github.com/spl/dlist
License: BSD
dev-haskell/dns::gentoo
- Ebuilds: 1, Testing: 4.0.1
Description: DNS library in Haskell
Homepage: https://hackage.haskell.org/package/dns
License: BSD
dev-haskell/doclayout::gentoo
- Ebuilds: 3, Testing: 0.5.0.1
Description: A prettyprinting library for laying out text documents
Homepage: https://github.com/jgm/doclayout
License: BSD
dev-haskell/doctemplates::gentoo
- Ebuilds: 3, Testing: 0.11.0.1 , 0.11
Description: Pandoc-style document templates
Homepage: https://github.com/jgm/doctemplates#readme
License: BSD
dev-haskell/doctest::gentoo
- Ebuilds: 3, Testing: 0.22.10 , 0.22.0
Description: Test interactive Haskell examples
Homepage: https://github.com/sol/doctest#readme
License: MIT
dev-haskell/doctest-driver-gen::gentoo
- Ebuilds: 1, Testing: 0.3.0.7
Description: Generate driver file for doctest's cabal integration
Homepage: https://github.com/Hexirp/doctest-driver-gen#readme
License: BSD
dev-haskell/dual-tree::gentoo
- Ebuilds: 1, Testing: 0.2.3.1
Description: Rose trees with cached and accumulating monoidal annotations
Homepage: https://hackage.haskell.org/package/dual-tree
License: BSD
dev-haskell/easy-file::gentoo
- Ebuilds: 2, Testing: 0.2.5
Description: Cross-platform File handling
Homepage: https://github.com/kazu-yamamoto/easy-file
License: BSD
dev-haskell/ech-config::gentoo
- Ebuilds: 1, Testing: 0.0.1
Description: Config for TLS Encrypted Client Hello
Homepage: https://hackage.haskell.org/package/ech-config
License: BSD
dev-haskell/echo::gentoo
- Ebuilds: 2, Testing: 0.1.4-r1
Description: A cross-platform, cross-console way to handle echoing terminal input
Homepage: https://github.com/RyanGlScott/echo
License: BSD
dev-haskell/ed25519::gentoo
- Ebuilds: 1, Testing: 0.0.5.0-r2
Description: Ed25519 cryptographic signatures
Homepage: https://thoughtpolice.github.com/hs-ed25519
License: MIT
dev-haskell/edit-distance::gentoo
- Ebuilds: 1, Testing: 0.2.2.1-r1
Description: Levenshtein and restricted Damerau-Levenshtein edit distances
Homepage: https://github.com/phadej/edit-distance
License: BSD
dev-haskell/email-validate::gentoo
- Ebuilds: 1, Testing: 2.3.2.21
Description: Email address validation
Homepage: https://github.com/Porges/email-validate-hs
License: BSD
dev-haskell/emojis::gentoo
- Ebuilds: 3, Testing: 0.1.4.1
Description: Conversion between emoji characters and their names
Homepage: https://github.com/jgm/emojis#readme
License: BSD
dev-haskell/enclosed-exceptions::gentoo
- Ebuilds: 1, Testing: 1.0.3
Description:
Catching all exceptions raised within an enclosed computation,
while remaining responsive to (external) asynchronous exceptions.
Homepage: https://github.com/jcristovao/enclosed-exceptions
License: MIT
dev-haskell/entropy::gentoo
- Ebuilds: 3, Testing: 0.4.1.11
Description: A platform independent entropy source
Homepage: https://github.com/TomMD/entropy
License: BSD
dev-haskell/erf::gentoo
- Ebuilds: 1, Testing: 2.0.0.0-r1
Description: The error function, erf, and related functions
Homepage: https://hackage.haskell.org/package/erf
License: BSD
dev-haskell/errorcall-eq-instance::gentoo
- Ebuilds: 1, Testing: 0.3.0
Description: An orphan Eq instance for ErrorCall
Homepage: https://hackage.haskell.org/package/errorcall-eq-instance
License: MIT
dev-haskell/errors::gentoo
- Ebuilds: 1, Testing: 2.3.0-r1
Description: Simplified error-handling
Homepage: https://hackage.haskell.org/package/errors
License: BSD
dev-haskell/exceptions::gentoo
- Ebuilds: 2, Testing: 0.10.7 , 0.10.4-r3
Description: Extensible optionally-pure exceptions
Homepage: https://github.com/ekmett/exceptions/
License: BSD
dev-haskell/extensible-exceptions::gentoo
- Ebuilds: 1, Testing: 0.1.1.4
Description: Extensible exceptions
Homepage: https://hackage.haskell.org/package/extensible-exceptions
License: BSD
dev-haskell/extra::gentoo
- Ebuilds: 3, Testing: 1.8
Description: Extra functions I use
Homepage: https://github.com/ndmitchell/extra#readme
License: BSD
dev-haskell/fail::gentoo
- Ebuilds: 1, Testing: 4.9.0.0
Description:
This package contains the "Control.Monad.Fail" module providing the
<https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail MonadFail>
class that became available in
<https://hackage.haskell.org/package/base-4.9.0.0 base-4.9.0.0>
for older @base@ package versions.
This package turns into an empty package when used with GHC versions
which already provide the "Control.Monad.Fail" module to make way for
GHC's own "Control.Monad.Fail" module.
Homepage: https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail
License: BSD
dev-haskell/fast-logger::gentoo
- Ebuilds: 3, Testing: 3.2.6
Description: A fast logging system
Homepage: https://github.com/kazu-yamamoto/logger
License: BSD
dev-haskell/fast-math::gentoo
- Ebuilds: 1, Testing: 1.0.2
Description:
The "Numeric.FastMath" module brings into scope many unsafe @RULES@ for
'Float's and 'Double's that can greatly improve run time performance.
It is roughly equivalent to gcc\'s @-ffast-math@ compiler flag.
Optimisation (at least @-O1@) must be enabled for any @RULES@ to take effect.
These rules are unsafe because they don't strictly adhere to the
IEEE-754 regulations and may subtly change the results of your numeric computations.
See the <http://github.com/liyang/fast-math/ README> on github for more details.
Homepage: https://hackage.haskell.org/package/fast-math
License: BSD
dev-haskell/fdo-notify::gentoo
- Ebuilds: 1, Testing: 0.3.1
Description: Desktop Notifications client
Homepage: https://hackage.haskell.org/package/fdo-notify
License: BSD
dev-haskell/feed::gentoo
- Ebuilds: 1, Testing: 1.3.2.1-r4
Description: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
Homepage: https://github.com/haskell-party/feed
License: BSD
dev-haskell/fgl::gentoo
- Ebuilds: 1, Testing: 5.8.3.1
Description: Martin Erwig's Functional Graph Library
Homepage: https://hackage.haskell.org/package/fgl
License: BSD
dev-haskell/file-embed::gentoo
- Ebuilds: 1, Testing: 0.0.16.0
Description: Use Template Haskell to embed file contents directly
Homepage: https://github.com/snoyberg/file-embed
License: BSD-2
dev-haskell/filemanip::gentoo
- Ebuilds: 1, Testing: 0.3.6.3
Description: Expressive file and directory manipulation for Haskell
Homepage: https://github.com/bos/filemanip
License: BSD
dev-haskell/filepath-bytestring::gentoo
- Ebuilds: 1, Testing: 1.4.100.3.2
Description: Library for manipulating RawFilePaths in a cross platform way
Homepage: https://hackage.haskell.org/package/filepath-bytestring
License: BSD
dev-haskell/filepattern::gentoo
- Ebuilds: 1, Testing: 0.1.3
Description: File path glob-like matching
Homepage: https://github.com/ndmitchell/filepattern#readme
License: BSD
dev-haskell/fin::gentoo
- Ebuilds: 1, Testing: 0.3.2
Description: Nat and Fin: peano naturals and finite numbers
Homepage: https://github.com/phadej/vec
License: BSD
dev-haskell/findbin::gentoo
- Ebuilds: 1, Testing: 0.0.5-r1
Description: Locate directory of original program
Homepage: https://github.com/audreyt/findbin
License: BSD
dev-haskell/fingertree::gentoo
- Ebuilds: 2, Testing: 0.1.5.0
Description: Generic finger-tree structure, with example instances
Homepage: https://hackage.haskell.org/package/fingertree
License: BSD
dev-haskell/foldable1-classes-compat::gentoo
- Ebuilds: 1, Testing: 0.1.3
Description: Compatibility package for the Foldable1 and Bifoldable1 type classes
Homepage: https://github.com/haskell-compat/foldable1-classes-compat
License: BSD
dev-haskell/foldl::gentoo
- Ebuilds: 3, Testing: 1.4.18
Description: Composable, streaming, and efficient left folds
Homepage: https://hackage.haskell.org/package/foldl
License: BSD
dev-haskell/force-layout::gentoo
- Ebuilds: 1, Testing: 0.4.1
Description: Simple force-directed layout
Homepage: https://hackage.haskell.org/package/force-layout
License: BSD
dev-haskell/foundation::gentoo
- Ebuilds: 2, Testing: 0.0.30
Description: Alternative prelude with batteries and no dependencies
Homepage: https://github.com/haskell-foundation/foundation
License: BSD
dev-haskell/free::gentoo
- Ebuilds: 2, Testing: 5.2-r2
Description: Monads for free
Homepage: https://github.com/ekmett/free/
License: BSD
dev-haskell/fsnotify::gentoo
- Ebuilds: 1, Testing: 0.4.3.0
Description: Cross platform library for file change notification
Homepage: https://github.com/haskell-fswatch/hfsnotify
License: BSD
dev-haskell/generic-deriving::gentoo
- Ebuilds: 3, Testing: 1.14.6
Description: Generic programming library for generalised deriving
Homepage: https://github.com/dreixel/generic-deriving
License: BSD
dev-haskell/generically::gentoo
- Ebuilds: 1, Testing: 0.1.1-r4
Description: Generically newtype to use with DerivingVia
Homepage: https://hackage.haskell.org/package/generically
License: BSD
dev-haskell/generics-sop::gentoo
- Ebuilds: 1, Testing: 0.5.1.4-r1
Description: Generic Programming using True Sums of Products
Homepage: https://hackage.haskell.org/package/generics-sop
License: BSD
dev-haskell/getopt-generics::gentoo
- Ebuilds: 2, Testing: 0.13.1.0 , 0.13.0.4
Description: Create command line interfaces with ease
Homepage: https://github.com/soenkehahn/getopt-generics#readme
License: BSD
dev-haskell/ghc-byteorder::gentoo
- Ebuilds: 1, Testing: 4.11.0.0.10-r1
Description:
This package transparently supplies the "GHC.ByteOrder" API as provided in @base-4.11.0.0@ for legacy GHC releases which didn't provide it yet (i.e. GHC 7.0 through GHC 8.2).
This release reexports [GHC.ByteOrder from base](https://hackage.haskell.org/package/base-4.11.1.0/docs/GHC-ByteOrder.html) via Cabal's @reexported-modules@ mechanism. For GHC 8.2 and earlier a different release of @ghc-byteorder@ (with the same minor version) is eligible by the Cabal solver with a backported "GHC.ByteOrder" module.
In order to use this compatibility layer, simply declare a dependency on @ghc-byteorder@ in your @.cabal@ package description like so
> build-depends: ghc-byteorder ^>= 4.11.0.0
And your code will be able to access this respective API version of the module via the usual
> import GHC.ByteOrder
mechanism.
Homepage: https://hackage.haskell.org/package/ghc-byteorder
License: BSD
dev-haskell/ghc-paths::gentoo
- Ebuilds: 2, Testing: 0.1.0.12-r4
Description: Knowledge of GHC's installation directories
Homepage: https://hackage.haskell.org/package/ghc-paths
License: BSD
dev-haskell/git-lfs::gentoo
- Ebuilds: 1, Testing: 1.2.5
Description: git-lfs protocol
Homepage: https://hackage.haskell.org/package/git-lfs
License: AGPL-3
dev-haskell/glib::gentoo
- Ebuilds: 2, Testing: 0.13.11.0
Description: Binding to the GLIB library for Gtk2Hs
Homepage: https://projects.haskell.org/gtk2hs/
License: LGPL-2.1
dev-haskell/glob::gentoo
- Ebuilds: 1, Testing: 0.10.2-r1
Description: Globbing library
Homepage: https://iki.fi/matti.niemenmaa/glob/
License: BSD
dev-haskell/gridtables::gentoo
- Ebuilds: 1, Testing: 0.1.0.0-r1
Description: Parser for reStructuredText-style grid tables
Homepage: https://github.com/tarleb/gridtables
License: MIT
dev-haskell/groups::gentoo
- Ebuilds: 1, Testing: 0.5.3
Description: A group is a monoid with invertibility
Homepage: https://hackage.haskell.org/package/groups
License: BSD
dev-haskell/gtk2hs-buildtools::gentoo
- Ebuilds: 2, Testing: 0.13.11.0
Description: Tools to build the Gtk2Hs suite of User Interface libraries
Homepage: https://projects.haskell.org/gtk2hs/
License: GPL-2
dev-haskell/hackage-security::gentoo
- Ebuilds: 1, Testing: 0.6.2.6
Description: Hackage security library
Homepage: https://github.com/haskell/hackage-security
License: BSD
dev-haskell/haddock-library::gentoo
- Ebuilds: 2, Testing: 1.11.0-r3
Description: Library exposing some functionality of Haddock
Homepage: https://www.haskell.org/haddock/
License: BSD-2
dev-haskell/hadrian::gentoo
- Ebuilds: 1, Testing: 9.8.4-r1
Description: GHC build system
Homepage: https://gitlab.haskell.org/ghc/ghc/-/tree/master/hadrian#readme
License: BSD
dev-haskell/half::gentoo
- Ebuilds: 1, Testing: 0.3.1
Description: Half-precision floating-point
Homepage: https://github.com/ekmett/half
License: BSD
dev-haskell/happy::gentoo
- Ebuilds: 2, Testing: 1.20.1.1
Description: Happy is a parser generator for Haskell
Homepage: https://www.haskell.org/happy/
License: BSD-2
dev-haskell/hashable::gentoo
- Ebuilds: 3, Testing: 1.4.7.0
Description: A class for types that can be converted to a hash value
Homepage: https://github.com/haskell-unordered-containers/hashable
License: BSD
dev-haskell/hashtables::gentoo
- Ebuilds: 2, Testing: 1.4.2
Description: Mutable hash tables in the ST monad
Homepage: https://github.com/gregorycollins/hashtables
License: BSD
dev-haskell/haskeline::gentoo
- Ebuilds: 2, Testing: 0.8.2.1
Description: A command-line interface for user input, written in Haskell
Homepage: https://github.com/judah/haskeline
License: BSD
dev-haskell/haskell-lexer::gentoo
- Ebuilds: 1, Testing: 1.1
Description: A fully compliant Haskell 98 lexer
Homepage: https://github.com/yav/haskell-lexer
License: BSD
dev-haskell/haskell-src-exts::gentoo
- Ebuilds: 1, Testing: 1.23.1
Description: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Homepage: https://github.com/haskell-suite/haskell-src-exts
License: BSD
dev-haskell/haskell-src-meta::gentoo
- Ebuilds: 1, Testing: 0.8.15
Description: Parse source to template-haskell abstract syntax
Homepage: https://hackage.haskell.org/package/haskell-src-meta
License: BSD
dev-haskell/hdbc::gentoo
- Ebuilds: 2, Testing: 2.4.0.4
Description: Haskell Database Connectivity
Homepage: https://github.com/hdbc/hdbc
License: BSD
dev-haskell/hdbc-postgresql::gentoo
- Ebuilds: 2, Testing: 2.5.0.1
Description: PostgreSQL driver for HDBC
Homepage: https://github.com/hdbc/hdbc-postgresql
License: BSD
dev-haskell/hdbc-sqlite3::gentoo
- Ebuilds: 2, Testing: 2.3.3.1-r1
Description: Sqlite v3 driver for HDBC
Homepage: https://github.com/hdbc/hdbc-sqlite3
License: BSD
dev-haskell/heaps::gentoo
- Ebuilds: 1, Testing: 0.4
Description: Asymptotically optimal Brodal/Okasaki heaps
Homepage: https://github.com/ekmett/heaps/
License: BSD
dev-haskell/hedgehog::gentoo
- Ebuilds: 1, Testing: 1.7
Description: Release with confidence
Homepage: https://github.com/hedgehogqa/haskell-hedgehog
License: BSD
dev-haskell/hinotify::gentoo
- Ebuilds: 3, Testing: 0.4.2
Description: Haskell binding to inotify
Homepage: https://github.com/kolmodin/hinotify
License: BSD
dev-haskell/hjsmin::gentoo
- Ebuilds: 2, Testing: 0.2.1
Description: Haskell implementation of a javascript minifier
Homepage: https://github.com/erikd/hjsmin
License: BSD
dev-haskell/hostname::gentoo
- Ebuilds: 1, Testing: 1.0-r1
Description: A a cross-platform means of determining the hostname
Homepage: https://hackage.haskell.org/package/hostname
License: BSD
dev-haskell/hourglass::gentoo
- Ebuilds: 1, Testing: 0.2.12-r2
Description: simple performant time related library
Homepage: https://github.com/vincenthz/hs-hourglass
License: BSD
dev-haskell/hpke::gentoo
- Ebuilds: 1, Testing: 0.0.0
Description: Hybrid Public Key Encryption
Homepage: https://hackage.haskell.org/package/hpke
License: BSD
dev-haskell/hscolour::gentoo
- Ebuilds: 2, Testing: 1.25
Description: Colourise Haskell code
Homepage: https://code.haskell.org/~malcolm/hscolour/
License: LGPL-2.1
dev-haskell/hslogger::gentoo
- Ebuilds: 1, Testing: 1.3.1.0-r2
Description: Versatile logging framework
Homepage: https://github.com/haskell-hvr/hslogger/wiki
License: BSD
dev-haskell/hslua::gentoo
- Ebuilds: 3, Testing: 2.5.0
Description: Bindings to Lua, an embeddable scripting language
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-aeson::gentoo
- Ebuilds: 2, Testing: 2.3.2
Description: Allow aeson data types to be used with Lua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-classes::gentoo
- Ebuilds: 3, Testing: 2.3.1
Description: Type classes for HsLua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-cli::gentoo
- Ebuilds: 2, Testing: 1.4.2
Description: Command-line interface for Lua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-core::gentoo
- Ebuilds: 2, Testing: 2.3.2.1
Description: Bindings to Lua, an embeddable scripting language
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-list::gentoo
- Ebuilds: 2, Testing: 1.1.4
Description: Opinionated, but extensible Lua list type
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-marshalling::gentoo
- Ebuilds: 2, Testing: 2.3.2
Description: Marshalling of values between Haskell and Lua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-module-doclayout::gentoo
- Ebuilds: 3, Testing: 1.2.1.1
Description: Lua module wrapping Text.DocLayout
Homepage: https://github.com/hslua/hslua-module-doclayout
License: MIT
dev-haskell/hslua-module-path::gentoo
- Ebuilds: 3, Testing: 1.2.0
Description: Lua module to work with file paths
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-module-system::gentoo
- Ebuilds: 3, Testing: 1.3.0
Description: Lua module wrapper around Haskell's System module
Homepage: https://github.com/hslua/hslua
License: MIT
dev-haskell/hslua-module-text::gentoo
- Ebuilds: 3, Testing: 1.2.0
Description: Lua module for text
Homepage: https://github.com/hslua/hslua
License: MIT
dev-haskell/hslua-module-version::gentoo
- Ebuilds: 3, Testing: 1.2.0.1
Description: Lua module to work with version specifiers
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-module-zip::gentoo
- Ebuilds: 2, Testing: 1.2.1
Description: Lua module to work with file zips
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-objectorientation::gentoo
- Ebuilds: 3, Testing: 2.5.0
Description: Object orientation tools for HsLua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-packaging::gentoo
- Ebuilds: 3, Testing: 2.4.1
Description: Utilities to build Lua modules
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-repl::gentoo
- Ebuilds: 2, Testing: 0.1.2
Description: Isocline-based Lua REPL
Homepage: https://hslua.org/
License: MIT
dev-haskell/hslua-typing::gentoo
- Ebuilds: 2, Testing: 0.2.0
Description: Type specifiers for Lua
Homepage: https://hslua.org/
License: MIT
dev-haskell/hspec::gentoo
- Ebuilds: 3, Testing: 2.11.16
Description: A Testing Framework for Haskell
Homepage: https://hspec.github.io/
License: MIT
dev-haskell/hspec-contrib::gentoo
- Ebuilds: 1, Testing: 0.5.2
Description: Contributed functionality for Hspec
Homepage: https://hspec.github.io/
License: MIT
dev-haskell/hspec-core::gentoo
- Ebuilds: 3, Testing: 2.11.16
Description: A Testing Framework for Haskell
Homepage: https://hspec.github.io/
License: MIT
dev-haskell/hspec-discover::gentoo
- Ebuilds: 3, Testing: 2.11.16
Description: Automatically discover and run Hspec tests
Homepage: https://hspec.github.io/
License: MIT
dev-haskell/hspec-expectations::gentoo
- Ebuilds: 2, Testing: 0.8.4
Description: Catchy combinators for HUnit
Homepage: https://github.com/hspec/hspec-expectations#readme
License: MIT
dev-haskell/hspec-megaparsec::gentoo
- Ebuilds: 2, Testing: 2.2.1
Description: Utility functions for testing Megaparsec parsers with Hspec
Homepage: https://github.com/mrkkrp/hspec-megaparsec
License: BSD
dev-haskell/hspec-meta::gentoo
- Ebuilds: 3, Testing: 2.11.16
Description: A version of Hspec which is used to test Hspec itself
Homepage: https://hspec.github.io/
License: MIT
dev-haskell/hspec-wai::gentoo
- Ebuilds: 2, Testing: 0.11.1
Description: Experimental Hspec support for testing WAI applications
Homepage: https://github.com/hspec/hspec-wai#readme
License: MIT
dev-haskell/hsyaml::gentoo
- Ebuilds: 2, Testing: 0.2.1.2
Description: Pure Haskell YAML 1.2 processor
Homepage: https://github.com/haskell-hvr/HsYAML
License: GPL-2
dev-haskell/html::gentoo
- Ebuilds: 1, Testing: 1.0.1.2-r1
Description: HTML combinator library
Homepage: https://hackage.haskell.org/package/html
License: BSD
dev-haskell/html-conduit::gentoo
- Ebuilds: 2, Testing: 1.3.2.2
Description:
This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags.
Homepage: https://github.com/snoyberg/xml
License: MIT
dev-haskell/http::gentoo
- Ebuilds: 1, Testing: 4000.4.1-r2
Description: A library for client-side HTTP
Homepage: https://github.com/haskell/HTTP
License: BSD
dev-haskell/http-api-data::gentoo
- Ebuilds: 3, Testing: 0.6.1-r1
Description: Converting to/from HTTP API data like URL pieces, headers and query parameters
Homepage: https://github.com/fizruk/http-api-data
License: BSD
dev-haskell/http-client::gentoo
- Ebuilds: 1, Testing: 0.7.19
Description: An HTTP client engine
Homepage: https://github.com/snoyberg/http-client
License: MIT
dev-haskell/http-client-restricted::gentoo
- Ebuilds: 2, Testing: 0.1.0
Description: restricting the servers that http-client will use
Homepage: https://hackage.haskell.org/package/http-client-restricted
License: MIT
dev-haskell/http-client-tls::gentoo
- Ebuilds: 3, Testing: 0.3.6.4
Description: http-client backend using the connection package and tls library
Homepage: https://github.com/snoyberg/http-client
License: MIT
dev-haskell/http-conduit::gentoo
- Ebuilds: 1, Testing: 2.3.9.1-r1
Description:
This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of conduits. See <http://www.yesodweb.com/book/http-conduit> for more information.
Homepage: https://github.com/snoyberg/http-client
License: BSD
dev-haskell/http-date::gentoo
- Ebuilds: 2, Testing: 0.0.11
Description: HTTP Date parser/formatter
Homepage: https://hackage.haskell.org/package/http-date
License: BSD
dev-haskell/http-media::gentoo
- Ebuilds: 2, Testing: 0.8.1.1
Description:
This library is intended to be a comprehensive solution to parsing and
selecting quality-indexed values in HTTP headers. It is capable of parsing
both media types and language parameters from the Accept and Content header
families, and can be extended to match against other accept headers as well.
Selecting the appropriate header value is achieved by comparing a list of
server options against the quality-indexed values supplied by the client.
In the following example, the Accept header is parsed and then matched against
a list of server options to serve the appropriate media using
'mapAcceptMedia':
> getHeader >>= maybe send406Error sendResourceWith . mapAcceptMedia
> [ ("text/html", asHtml)
> , ("application/json", asJson)
> ]
Similarly, the Content-Type header can be used to produce a parser for request
bodies based on the given content type with 'mapContentMedia':
> getContentType >>= maybe send415Error readRequestBodyWith . mapContentMedia
> [ ("application/json", parseJson)
> , ("text/plain", parseText)
> ]
The API is agnostic to your choice of server.
Homepage: https://github.com/zmthy/http-media
License: MIT
dev-haskell/http-semantics::gentoo
- Ebuilds: 2, Testing: 0.4.0
Description: HTTP semantics library
Homepage: https://github.com/kazu-yamamoto/http-semantics
License: BSD
dev-haskell/http-types::gentoo
- Ebuilds: 2, Testing: 0.12.4
Description: Generic HTTP types for Haskell (for both client and server code)
Homepage: https://github.com/Vlix/http-types
License: BSD
dev-haskell/http2::gentoo
- Ebuilds: 4, Testing: 5.4.0
Description: HTTP/2 library
Homepage: https://github.com/kazu-yamamoto/http2
License: BSD
dev-haskell/httpd-shed::gentoo
- Ebuilds: 2, Testing: 0.4.1.2
Description:
This web server promotes a Request to IO Response function
into a local web server. The user can decide how to interpret
the requests, and the library is intended for implementing Ajax APIs.
Homepage: https://hackage.haskell.org/package/httpd-shed
License: BSD
dev-haskell/hunit::gentoo
- Ebuilds: 2, Testing: 1.6.2.0-r1
Description: A unit testing framework for Haskell
Homepage: https://github.com/hspec/HUnit#readme
License: BSD
dev-haskell/ieee754::gentoo
- Ebuilds: 2, Testing: 0.8.0
Description: Utilities for dealing with IEEE floating point numbers
Homepage: https://github.com/patperry/hs-ieee754
License: BSD
dev-haskell/ifelse::gentoo
- Ebuilds: 1, Testing: 0.85-r1
Description: Anaphoric and miscellaneous useful control-flow
Homepage: https://hackage.haskell.org/package/IfElse
License: BSD
dev-haskell/indexed-traversable::gentoo
- Ebuilds: 1, Testing: 0.1.4
Description: FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
Homepage: https://hackage.haskell.org/package/indexed-traversable
License: BSD-2
dev-haskell/indexed-traversable-instances::gentoo
- Ebuilds: 2, Testing: 0.1.2
Description: More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
Homepage: https://hackage.haskell.org/package/indexed-traversable-instances
License: BSD-2
dev-haskell/ini::gentoo
- Ebuilds: 1, Testing: 0.5.1
Description: Configuration files in the INI format
Homepage: https://github.com/jhrcek/ini
License: BSD
dev-haskell/inspection-testing::gentoo
- Ebuilds: 1, Testing: 0.6
Description: GHC plugin to do inspection testing
Homepage: https://github.com/nomeata/inspection-testing
License: MIT
dev-haskell/integer-conversion::gentoo
- Ebuilds: 1, Testing: 0.1.1-r1
Description: Conversion from strings to Integer
Homepage: https://github.com/phadej/integer-conversion
License: BSD
dev-haskell/integer-logarithms::gentoo
- Ebuilds: 1, Testing: 1.0.5
Description: Integer logarithms
Homepage: https://github.com/haskellari/integer-logarithms
License: MIT
dev-haskell/integration::gentoo
- Ebuilds: 1, Testing: 0.2.1-r2
Description: Fast robust numeric integration via tanh-sinh quadrature
Homepage: https://github.com/ekmett/integration
License: BSD
dev-haskell/intervals::gentoo
- Ebuilds: 1, Testing: 0.9.3
Description: Interval Arithmetic
Homepage: https://github.com/ekmett/intervals
License: BSD
dev-haskell/invariant::gentoo
- Ebuilds: 2, Testing: 0.6.5
Description: Haskell98 invariant functors
Homepage: https://github.com/nfrisby/invariant-functors
License: BSD-2
dev-haskell/iproute::gentoo
- Ebuilds: 3, Testing: 1.7.15
Description: IP Routing Table
Homepage: https://www.mew.org/~kazu/proj/iproute/
License: BSD
dev-haskell/ipynb::gentoo
- Ebuilds: 1, Testing: 0.2
Description:
ipynb defines a data structure for representing Jupyter
notebooks, along with ToJSON and FromJSON instances
for conversion to and from JSON .ipynb files.
Homepage: https://hackage.haskell.org/package/ipynb
License: BSD
dev-haskell/isocline::gentoo
- Ebuilds: 1, Testing: 1.0.9-r1
Description: A portable alternative to GNU Readline
Homepage: https://github.com/daanx/isocline#readme
License: MIT
dev-haskell/jira-wiki-markup::gentoo
- Ebuilds: 2, Testing: 1.5.1-r1
Description: Handle Jira wiki markup
Homepage: https://github.com/tarleb/jira-wiki-markup
License: MIT
dev-haskell/js-chart::gentoo
- Ebuilds: 1, Testing: 2.9.4.1
Description: Obtain minified chart.js code
Homepage: https://github.com/jonascarpay/js-chart#readme
License: MIT
dev-haskell/js-dgtable::gentoo
- Ebuilds: 1, Testing: 0.5.2
Description:
This package bundles the minified <https://github.com/danielgindi/jquery.dgtable jquery.dgtable> code into a Haskell package,
so it can be depended upon by Cabal packages. The first three components of
the version number match the upstream jquery.dgtable version. The package is designed
to meet the redistribution requirements of downstream users (e.g. Debian).
Homepage: https://github.com/ndmitchell/js-dgtable#readme
License: MIT
dev-haskell/js-flot::gentoo
- Ebuilds: 1, Testing: 0.8.3
Description: Obtain minified flot code
Homepage: https://github.com/ndmitchell/js-flot#readme
License: MIT
dev-haskell/js-jquery::gentoo
- Ebuilds: 1, Testing: 3.7.1
Description: Obtain minified jQuery code
Homepage: https://github.com/ndmitchell/js-jquery#readme
License: MIT
dev-haskell/json::gentoo
- Ebuilds: 1, Testing: 0.10
Description:
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.
This library provides a parser and pretty printer for converting
between Haskell values and JSON.
Homepage: https://hackage.haskell.org/package/json
License: BSD
dev-haskell/juicypixels::gentoo
- Ebuilds: 3, Testing: 3.3.9
Description: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
Homepage: https://github.com/Twinside/Juicy.Pixels
License: BSD
dev-haskell/kan-extensions::gentoo
- Ebuilds: 2, Testing: 5.2.8
Description: Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads
Homepage: https://github.com/ekmett/kan-extensions/
License: BSD
dev-haskell/language-c::gentoo
- Ebuilds: 2, Testing: 0.9.2
Description: Analysis and generation of C code
Homepage: https://visq.github.io/language-c/
License: BSD
dev-haskell/language-haskell-extract::gentoo
- Ebuilds: 1, Testing: 0.2.4-r1
Description:
@language-haskell-extract@ contains some useful helper functions on top of Template Haskell.
@functionExtractor@ extracts all functions after a regexp-pattern.
> foo = "test"
> boo = "testing"
> bar = $(functionExtractor "oo$")
will automagically extract the functions ending with @oo@ such as
> bar = [("foo",foo), ("boo",boo)]
This can be useful if you wish to extract all functions beginning with test (for a test-framework)
or all functions beginning with wc (for a web service).
@functionExtractorMap@ works like @functionsExtractor@ but applies a function over all function-pairs.
This functions is useful if the common return type of the functions is a type class.
Example:
> secondTypeclassTest =
> do let expected = ["45", "88.8", "\"hej\""]
> actual = $(functionExtractorMap "^tc" [|\n f -> show f|] )
> expected @=? actual
>
> tcInt :: Integer
> tcInt = 45
>
> tcDouble :: Double
> tcDouble = 88.8
>
> tcString :: String
> tcString = "hej"
Homepage: https://github.com/finnsson/template-helper
License: BSD
dev-haskell/language-javascript::gentoo
- Ebuilds: 2, Testing: 0.7.1.0
Description: Parser for JavaScript
Homepage: https://github.com/erikd/language-javascript
License: BSD
dev-haskell/leancheck::gentoo
- Ebuilds: 1, Testing: 1.0.4
Description: Enumerative property-based testing
Homepage: https://github.com/rudymatela/leancheck#readme
License: BSD
dev-haskell/lens::gentoo
- Ebuilds: 3, Testing: 5.3.6
Description: Lenses, Folds and Traversals
Homepage: https://github.com/ekmett/lens/
License: BSD-2
dev-haskell/libmpd::gentoo
- Ebuilds: 2, Testing: 0.10.0.0
Description: An MPD client library
Homepage: https://github.com/vimus/libmpd-haskell#readme
License: MIT
dev-haskell/libyaml::gentoo
- Ebuilds: 2, Testing: 0.1.4
Description: Low-level, streaming YAML interface
Homepage: https://github.com/snoyberg/yaml#readme
License: BSD
dev-haskell/libyaml-clib::gentoo
- Ebuilds: 1, Testing: 0.2.5
Description: libyaml clibs
Homepage: https://github.com/hasufell/streamly-yaml#readme
License: MIT
dev-haskell/lift-type::gentoo
- Ebuilds: 1, Testing: 0.1.0.1
Description: Lift a type from a Typeable constraint to a Template Haskell type
Homepage: https://github.com/parsonsmatt/lift-type#readme
License: BSD
dev-haskell/lifted-async::gentoo
- Ebuilds: 3, Testing: 0.10.2.7
Description: Run lifted IO operations asynchronously and wait for their results
Homepage: https://github.com/maoe/lifted-async
License: BSD
dev-haskell/lifted-base::gentoo
- Ebuilds: 1, Testing: 0.2.3.12-r1
Description:
@lifted-base@ exports IO operations from the base library lifted to
any instance of 'MonadBase' or 'MonadBaseControl'.
Note that not all modules from @base@ are converted yet. If
you need a lifted version of a function from @base@, just
ask me to add it or send me a patch.
The package includes a copy of the @monad-peel@ testsuite written
by Anders Kaseorg The tests can be performed using @cabal test@.
Homepage: https://github.com/basvandijk/lifted-base
License: BSD
dev-haskell/linear::gentoo
- Ebuilds: 1, Testing: 1.23.3
Description: Linear Algebra
Homepage: https://github.com/ekmett/linear/
License: BSD
dev-haskell/logging-facade::gentoo
- Ebuilds: 2, Testing: 0.3.1
Description: Simple logging abstraction that allows multiple back-ends
Homepage: https://github.com/sol/logging-facade#readme
License: MIT
dev-haskell/logict::gentoo
- Ebuilds: 2, Testing: 0.8.2.0
Description: A backtracking logic-programming monad
Homepage: https://github.com/Bodigrim/logict#readme
License: BSD
dev-haskell/lpeg::gentoo
- Ebuilds: 3, Testing: 1.1.0
Description: LPeg – Parsing Expression Grammars For Lua
Homepage: https://hslua.org/
License: MIT
dev-haskell/lua::gentoo
- Ebuilds: 2, Testing: 2.3.4
Description: Lua, an embeddable scripting language
Homepage: https://hslua.org/
License: MIT
dev-haskell/lua-arbitrary::gentoo
- Ebuilds: 1, Testing: 1.0.1.2
Description: Arbitrary instances for Lua types
Homepage: https://hslua.org/
License: MIT
dev-haskell/lukko::gentoo
- Ebuilds: 1, Testing: 0.1.2
Description: File locking
Homepage: https://hackage.haskell.org/package/lukko
License: GPL-2 BSD
dev-haskell/magic::gentoo
- Ebuilds: 1, Testing: 1.1
Description: Interface to C file/magic library
Homepage: https://hackage.haskell.org/package/magic
License: BSD
dev-haskell/markdown-unlit::gentoo
- Ebuilds: 2, Testing: 0.6.0
Description: Literate Haskell support for Markdown
Homepage: https://github.com/sol/markdown-unlit#readme
License: MIT
dev-haskell/math-functions::gentoo
- Ebuilds: 3, Testing: 0.3.4.3
Description: Collection of tools for numeric computations
Homepage: https://github.com/haskell/math-functions
License: BSD-2
dev-haskell/matrices::gentoo
- Ebuilds: 1, Testing: 0.5.0
Description:
This library provide the APIs for creating, indexing,
modifying matrices (2d arrays), including dense and
sparse representations. The underling data
structure is vector.
Homepage: https://hackage.haskell.org/package/matrices
License: BSD
dev-haskell/megaparsec::gentoo
- Ebuilds: 2, Testing: 9.5.0
Description: Monadic parser combinators
Homepage: https://github.com/mrkkrp/megaparsec
License: BSD-2
dev-haskell/megaparsec-tests::gentoo
- Ebuilds: 2, Testing: 9.5.0
Description: Test utilities and the test suite of Megaparsec
Homepage: https://github.com/mrkkrp/megaparsec
License: BSD-2
dev-haskell/memory::gentoo
- Ebuilds: 2, Testing: 0.18.0-r1
Description: memory and related abstraction stuff
Homepage: https://github.com/vincenthz/hs-memory
License: BSD
dev-haskell/memotrie::gentoo
- Ebuilds: 1, Testing: 0.6.11
Description: Trie-based memo functions
Homepage: https://github.com/conal/MemoTrie
License: BSD
dev-haskell/mfsolve::gentoo
- Ebuilds: 1, Testing: 0.3.2.2
Description: Equation solver and calculator à la metafont
Homepage: https://hackage.haskell.org/package/mfsolve
License: BSD
dev-haskell/microaeson::gentoo
- Ebuilds: 1, Testing: 0.1.0.3
Description: A tiny JSON library with light dependency footprint
Homepage: https://hackage.haskell.org/package/microaeson
License: GPL-3
dev-haskell/microlens::gentoo
- Ebuilds: 3, Testing: 0.4.13.1
Description: A tiny lens library with no dependencies
Homepage: https://github.com/stevenfontanella/microlens
License: BSD
dev-haskell/microlens-aeson::gentoo
- Ebuilds: 2, Testing: 2.5.2
Description: Law-abiding lenses for Aeson, using microlens
Homepage: https://github.com/fosskers/microlens-aeson/
License: MIT
dev-haskell/microlens-ghc::gentoo
- Ebuilds: 1, Testing: 0.4.14.3
Description: microlens + array, bytestring, containers, transformers
Homepage: https://github.com/stevenfontanella/microlens
License: BSD
dev-haskell/microlens-mtl::gentoo
- Ebuilds: 2, Testing: 0.2.0.2
Description: microlens support for Reader/Writer/State from mtl
Homepage: https://github.com/monadfix/microlens
License: BSD
dev-haskell/microlens-platform::gentoo
- Ebuilds: 1, Testing: 0.4.3.5
Description: microlens + all batteries included (best for apps)
Homepage: https://github.com/stevenfontanella/microlens
License: BSD
dev-haskell/microlens-th::gentoo
- Ebuilds: 1, Testing: 0.4.3.17
Description: Automatic generation of record lenses for microlens
Homepage: https://github.com/stevenfontanella/microlens
License: BSD
dev-haskell/microstache::gentoo
- Ebuilds: 1, Testing: 1.0.3
Description: Mustache templates for Haskell
Homepage: https://github.com/haskellari/microstache
License: BSD
dev-haskell/mime-types::gentoo
- Ebuilds: 2, Testing: 0.1.1.0
Description: Basic mime-type handling types and functions
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/missingh::gentoo
- Ebuilds: 2, Testing: 1.6.0.0
Description: Large utility library
Homepage: https://hackage.haskell.org/package/MissingH
License: BSD
dev-haskell/mmap::gentoo
- Ebuilds: 1, Testing: 0.5.9
Description:
This library provides a wrapper to mmap(2) or MapViewOfFile,
allowing files or devices to be lazily loaded into memory as
strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using
the virtual memory subsystem to do on-demand loading.
Modifications are also supported.
Homepage: https://hackage.haskell.org/package/mmap
License: BSD
dev-haskell/mmorph::gentoo
- Ebuilds: 2, Testing: 1.2.0
Description: Monad morphisms
Homepage: https://hackage.haskell.org/package/mmorph
License: BSD
dev-haskell/mockery::gentoo
- Ebuilds: 1, Testing: 0.3.5
Description: Support functions for automated testing
Homepage: https://hackage.haskell.org/package/mockery
License: MIT
dev-haskell/monad-control::gentoo
- Ebuilds: 2, Testing: 1.0.3.1
Description: Lift control operations, like exception catching, through monad transformers
Homepage: https://github.com/basvandijk/monad-control
License: BSD
dev-haskell/monad-logger::gentoo
- Ebuilds: 2, Testing: 0.3.40
Description: A class of monads which can log messages
Homepage: https://github.com/snoyberg/monad-logger#readme
License: MIT
dev-haskell/monad-loops::gentoo
- Ebuilds: 1, Testing: 0.4.3
Description: Monadic loops
Homepage: https://github.com/mokus0/monad-loops
License: public-domain
dev-haskell/monad-par::gentoo
- Ebuilds: 1, Testing: 0.3.5-r1
Description:
This library offers an alternative parallel programming
API to that provided by the @parallel@ package.
The 'Par' monad allows the simple description of
parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API
is straightforward: the monad supports forking
and simple communication in terms of 'IVar's.
The library comes with an efficient work-stealing
implementation, but the internals are also
exposed so that you can build your own scheduler
if necessary.
Examples of use can be found in the examples/ directory
of the source package.
Homepage: https://github.com/simonmar/monad-par
License: BSD
dev-haskell/monad-par-extras::gentoo
- Ebuilds: 1, Testing: 0.3.3-r1
Description:
The modules below provide additional
data structures, and other added capabilities
layered on top of the 'Par' monad.
* Finish These
* Module Descriptions
Homepage: https://github.com/simonmar/monad-par
License: BSD
dev-haskell/monad-parallel::gentoo
- Ebuilds: 1, Testing: 0.8
Description: Parallel execution of monadic computations
Homepage: https://hub.darcs.net/blamario/SCC.wiki/
License: BSD
dev-haskell/monadrandom::gentoo
- Ebuilds: 1, Testing: 0.6.2
Description: Random-number generation monad
Homepage: https://hackage.haskell.org/package/MonadRandom
License: BSD
dev-haskell/monads-tf::gentoo
- Ebuilds: 2, Testing: 0.3.0.1
Description: Monad classes, using type families
Homepage: https://github.com/typeclasses/monads-tf
License: BSD
dev-haskell/mono-traversable::gentoo
- Ebuilds: 2, Testing: 1.0.15.3
Description: Type classes for mapping, folding, and traversing monomorphic containers
Homepage: https://github.com/snoyberg/mono-traversable#readme
License: MIT
dev-haskell/monoid-extras::gentoo
- Ebuilds: 1, Testing: 0.6.5
Description: Various extra monoid-related definitions and utilities
Homepage: https://hackage.haskell.org/package/monoid-extras
License: BSD
dev-haskell/mountpoints::gentoo
- Ebuilds: 1, Testing: 1.0.2
Description: list mount points
Homepage: https://hackage.haskell.org/package/mountpoints
License: LGPL-2.1
dev-haskell/mtl::gentoo
- Ebuilds: 2, Testing: 2.3.1-r1 , 2.2.2-r2
Description: Monad classes, using functional dependencies
Homepage: https://github.com/haskell/mtl
License: BSD
dev-haskell/mtl-compat::gentoo
- Ebuilds: 1, Testing: 0.2.2-r1
Description: Backported Control.Monad.Except module from mtl
Homepage: https://github.com/haskell-compat/mtl-compat
License: BSD
dev-haskell/mwc-random::gentoo
- Ebuilds: 3, Testing: 0.15.3.0
Description: Fast, high quality pseudo random number generation
Homepage: https://github.com/haskell/mwc-random
License: BSD-2
dev-haskell/nanospec::gentoo
- Ebuilds: 1, Testing: 0.2.2
Description: A lightweight implementation of a subset of Hspec's API
Homepage: https://github.com/hspec/nanospec#readme
License: MIT
dev-haskell/nats::gentoo
- Ebuilds: 1, Testing: 1.1.2-r1
Description: Natural numbers
Homepage: https://github.com/ekmett/nats/
License: BSD
dev-haskell/netlink::gentoo
- Ebuilds: 2, Testing: 1.1.1.0-r1
Description: Netlink communication for Haskell
Homepage: https://github.com/Ongy/netlink-hs
License: BSD
dev-haskell/network::gentoo
- Ebuilds: 3, Testing: 3.2.8.0
Description: Low-level networking interface
Homepage: https://github.com/haskell/network
License: BSD
dev-haskell/network-bsd::gentoo
- Ebuilds: 1, Testing: 2.8.1.0-r2
Description:
This package reexports the "Network.BSD" module split from the <https://hackage.haskell.org/package/network-2.8.0.0 network-2.8.0.0> package.
See newer versions of <https://hackage.haskell.org/package/network-bsd network-bsd> for more information.
Homepage: https://github.com/haskell/network-bsd
License: BSD
dev-haskell/network-byte-order::gentoo
- Ebuilds: 2, Testing: 0.1.7
Description: Network byte order utilities
Homepage: https://hackage.haskell.org/package/network-byte-order
License: BSD
dev-haskell/network-control::gentoo
- Ebuilds: 1, Testing: 0.1.3
Description: Library to control network protocols
Homepage: https://hackage.haskell.org/package/network-control
License: BSD
dev-haskell/network-info::gentoo
- Ebuilds: 2, Testing: 0.2.1
Description: Access the local computer's basic network configuration
Homepage: https://github.com/jacobstanley/network-info
License: BSD
dev-haskell/network-multicast::gentoo
- Ebuilds: 1, Testing: 0.3.2
Description: Simple multicast library
Homepage: https://hackage.haskell.org/package/network-multicast
License: public-domain
dev-haskell/network-run::gentoo
- Ebuilds: 3, Testing: 0.5.0
Description: Simple network runner library
Homepage: https://hackage.haskell.org/package/network-run
License: BSD
dev-haskell/network-uri::gentoo
- Ebuilds: 2, Testing: 2.6.4.2-r1
Description: URI manipulation
Homepage: https://github.com/haskell/network-uri
License: BSD
dev-haskell/newtype-generics::gentoo
- Ebuilds: 1, Testing: 0.6.2
Description: A typeclass and set of functions for working with newtypes
Homepage: https://github.com/sjakobi/newtype-generics
License: BSD
dev-haskell/nothunks::gentoo
- Ebuilds: 2, Testing: 0.3.0.0-r2
Description: Examine values for unexpected thunks
Homepage: https://hackage.haskell.org/package/nothunks
License: Apache-2.0
dev-haskell/numeric-extras::gentoo
- Ebuilds: 1, Testing: 0.1-r1
Description: Useful tools from the C standard library
Homepage: https://github.com/ekmett/numeric-extras
License: BSD
dev-haskell/numinstances::gentoo
- Ebuilds: 1, Testing: 1.4
Description: Instances of numeric classes for functions and tuples
Homepage: https://github.com/conal/NumInstances
License: BSD
dev-haskell/old-locale::gentoo
- Ebuilds: 1, Testing: 1.0.0.7
Description: locale library
Homepage: https://hackage.haskell.org/package/old-locale
License: BSD
dev-haskell/old-time::gentoo
- Ebuilds: 2, Testing: 1.1.0.4
Description:
This package provides the old time library.
For new projects, the newer
<http://hackage.haskell.org/package/time time library>
is recommended.
Homepage: https://hackage.haskell.org/package/old-time
License: BSD
dev-haskell/onetuple::gentoo
- Ebuilds: 2, Testing: 0.4.2.1
Description: Singleton Tuple
Homepage: https://hackage.haskell.org/package/OneTuple
License: BSD
dev-haskell/only::gentoo
- Ebuilds: 1, Testing: 0.1
Description:
This package provides a canonical anonymous 1-tuple type missing
from Haskell for attaching typeclass instances.
NOTE: There is also the </package/OneTuple OneTuple package> which
by using a boxed @data@-type provides a 1-tuple type which has
laziness properties which are more faithful to the ones of Haskell's
native tuples; whereas the primary purpose of 'Only' is to
provide the traditionally so named type-wrapper for attaching typeclass
instances.
Homepage: https://hackage.haskell.org/package/Only
License: BSD
dev-haskell/options::gentoo
- Ebuilds: 1, Testing: 1.2.1.2
Description: Powerful and easy command-line option parser
Homepage: https://github.com/typeclasses/options/
License: MIT
dev-haskell/optparse-applicative::gentoo
- Ebuilds: 2, Testing: 0.18.1.0-r1
Description: Utilities and combinators for parsing command line options
Homepage: https://github.com/pcapriotti/optparse-applicative
License: BSD
dev-haskell/ordered-containers::gentoo
- Ebuilds: 2, Testing: 0.2.4
Description: Set- and Map-like types that remember the order elements were inserted
Homepage: https://hackage.haskell.org/package/ordered-containers
License: BSD
dev-haskell/os-string::gentoo
- Ebuilds: 2, Testing: 2.0.8
Description: Library for manipulating Operating system strings
Homepage: https://github.com/haskell/os-string/blob/master/README.md
License: BSD
dev-haskell/pandoc::gentoo
- Ebuilds: 2, Testing: 3.10 , 3.1.8-r2
Description: Conversion between markup formats
Homepage: https://pandoc.org
License: GPL-2+
dev-haskell/pandoc-lua-engine::gentoo
- Ebuilds: 2, Testing: 0.5.3 , 0.2.1.2
Description: Lua engine to power custom pandoc conversions
Homepage: https://pandoc.org
License: GPL-2+
dev-haskell/pandoc-lua-marshal::gentoo
- Ebuilds: 3, Testing: 0.3.2.1
Description: Use pandoc types in Lua
Homepage: https://github.com/pandoc/pandoc-lua-marshal
License: MIT
dev-haskell/pandoc-server::gentoo
- Ebuilds: 2, Testing: 0.1.3 , 0.1.0.3
Description: Pandoc document conversion as an HTTP servant-server
Homepage: https://pandoc.org
License: GPL-2+
dev-haskell/pandoc-types::gentoo
- Ebuilds: 2, Testing: 1.23.1-r1
Description: Types for representing a structured document
Homepage: https://pandoc.org/
License: BSD
dev-haskell/pango::gentoo
- Ebuilds: 2, Testing: 0.13.11.0
Description: Binding to the Pango text rendering engine
Homepage: https://projects.haskell.org/gtk2hs/
License: LGPL-2.1
dev-haskell/parallel::gentoo
- Ebuilds: 1, Testing: 3.2.2.0-r1
Description: Parallel programming library
Homepage: https://hackage.haskell.org/package/parallel
License: BSD
dev-haskell/parallel-io::gentoo
- Ebuilds: 1, Testing: 0.3.5
Description:
This package provides combinators for sequencing IO actions onto a thread pool. The
thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus
minimizing contention.
Furthermore, the parallel combinators can be used reentrantly - your parallel
actions can spawn more parallel actions - without violating this property of the thread pool.
The package is inspired by the thread <http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521>.
Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on.
Homepage: https://batterseapower.github.io/parallel-io/
License: BSD
dev-haskell/parsec::gentoo
- Ebuilds: 3, Testing: 3.1.17.0
Description: Monadic parser combinators
Homepage: https://github.com/haskell/parsec
License: BSD-2
dev-haskell/parsec-numbers::gentoo
- Ebuilds: 1, Testing: 0.1.0
Description:
parsec-numbers provides the number parsers without the need to
use a large (and unportable) token parser
Homepage: https://hackage.haskell.org/package/parsec-numbers
License: BSD
dev-haskell/parsec1::gentoo
- Ebuilds: 2, Testing: 1.0.0.8
Description: Portable monadic parser combinators
Homepage: https://hackage.haskell.org/package/parsec1
License: BSD
dev-haskell/parser-combinators::gentoo
- Ebuilds: 1, Testing: 1.3.0
Description: Lightweight package providing commonly useful parser combinators
Homepage: https://github.com/mrkkrp/parser-combinators
License: BSD
dev-haskell/parsers::gentoo
- Ebuilds: 3, Testing: 0.12.12
Description: Parsing combinators
Homepage: https://github.com/ekmett/parsers/
License: BSD
dev-haskell/path-pieces::gentoo
- Ebuilds: 1, Testing: 0.2.1
Description: Components of paths
Homepage: https://hackage.haskell.org/package/path-pieces
License: BSD
dev-haskell/patience::gentoo
- Ebuilds: 2, Testing: 0.3
Description: Patience diff and longest increasing subsequence
Homepage: https://github.com/chessai/patience
License: BSD
dev-haskell/pcg-random::gentoo
- Ebuilds: 1, Testing: 0.1.3.7
Description: Haskell bindings to the PCG random number generator
Homepage: https://github.com/cchalmers/pcg-random
License: BSD
dev-haskell/pcre-light::gentoo
- Ebuilds: 1, Testing: 0.4.1.3
Description:
A small, efficient and portable regex library for Perl 5 compatible regular expressions
The PCRE library is a set of functions that implement regular
expression pattern matching using the same syntax and semantics as Perl 5.
Test coverage data for this library is available at:
<http://code.haskell.org/~dons/tests/pcre-light/hpc_index.html>
Homepage: https://codeberg.org/daniel-casanueva/pcre-light
License: BSD
dev-haskell/pem::gentoo
- Ebuilds: 1, Testing: 0.2.4-r1
Description: Privacy Enhanced Mail (PEM) format reader and writer
Homepage: https://github.com/vincenthz/hs-pem
License: BSD
dev-haskell/persistent::gentoo
- Ebuilds: 1, Testing: 2.18.1.0
Description: Type-safe, multi-backend data serialization
Homepage: https://www.yesodweb.com/book/persistent
License: MIT
dev-haskell/persistent-sqlite::gentoo
- Ebuilds: 1, Testing: 2.13.3.1
Description: Backend for the persistent library using sqlite3
Homepage: https://www.yesodweb.com/book/persistent
License: MIT
dev-haskell/persistent-template::gentoo
- Ebuilds: 1, Testing: 2.12.0.0
Description:
This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful.
Homepage: https://www.yesodweb.com/book/persistent
License: MIT
dev-haskell/persistent-test::gentoo
- Ebuilds: 1, Testing: 2.13.2.1
Description:
Tests for Persistent. This is only for use in developing libraries that should conform to the persistent interface, not for users of the persistent suite of database libraries.
Homepage: https://www.yesodweb.com/book/persistent
License: MIT
dev-haskell/pgp-wordlist::gentoo
- Ebuilds: 1, Testing: 0.1.0.3
Description:
Translate between binary data and a human-readable
collection of words.
The PGP Word List consists of two phonetic alphabets, each
with one word per possible byte value. A string of bytes
is translated with these alphabets, alternating between
them at each byte.
The PGP words corresponding to the bytes @5B 1D CA 6E@
are "erase breakaway spellbind headwaters", for example.
For further information, see
<http://en.wikipedia.org/wiki/PGP_word_list Wikipedia>.
Homepage: https://github.com/quchen/pgp-wordlist
License: BSD
dev-haskell/pretty-hex::gentoo
- Ebuilds: 2, Testing: 1.1-r1
Description:
This library generates pretty hex dumps of ByteStrings in the
style of other common *nix hex dump tools.
Homepage: https://hackage.haskell.org/package/pretty-hex
License: BSD
dev-haskell/pretty-show::gentoo
- Ebuilds: 1, Testing: 1.10
Description:
We provide a library and an executable for working with derived 'Show'
instances. By using the library, we can parse derived 'Show' instances into a
generic data structure. The @ppsh@ tool uses the library to produce
human-readable versions of 'Show' instances, which can be quite handy for
debugging Haskell programs.
Homepage: https://github.com/yav/pretty-show
License: MIT
dev-haskell/pretty-simple::gentoo
- Ebuilds: 1, Testing: 4.1.3.0
Description: pretty printer for data types with a 'Show' instance
Homepage: https://github.com/cdepillabout/pretty-simple
License: BSD
dev-haskell/prettyprinter::gentoo
- Ebuilds: 1, Testing: 1.7.1
Description: A modern, easy to use, well-documented, extensible pretty-printer
Homepage: https://github.com/quchen/prettyprinter
License: BSD-2
dev-haskell/prettyprinter-ansi-terminal::gentoo
- Ebuilds: 2, Testing: 1.1.3
Description: ANSI terminal backend for the 'prettyprinter' package
Homepage: https://github.com/quchen/prettyprinter
License: BSD-2
dev-haskell/prettyprinter-compat-ansi-wl-pprint::gentoo
- Ebuilds: 1, Testing: 1.0.2
Description: Drop-in compatibility package from ansi-wl-pprint to prettyprinter
Homepage: https://github.com/quchen/prettyprinter
License: BSD-2
dev-haskell/primitive::gentoo
- Ebuilds: 3, Testing: 0.9.1.0
Description: Primitive memory-related operations
Homepage: https://github.com/haskell/primitive
License: BSD
dev-haskell/primitive-addr::gentoo
- Ebuilds: 1, Testing: 0.1.0.2-r1
Description: Addresses to unmanaged memory
Homepage: https://github.com/andrewthad/primitive-addr
License: BSD
dev-haskell/process::gentoo
- Ebuilds: 2, Testing: 1.6.25.0 , 1.6.16.0-r2
Description: Process libraries
Homepage: https://hackage.haskell.org/package/process
License: BSD
dev-haskell/profunctors::gentoo
- Ebuilds: 1, Testing: 5.6.3
Description: The Profunctors package, authored by Edward Kmett
Homepage: https://github.com/ekmett/profunctors/
License: BSD
dev-haskell/psqueues::gentoo
- Ebuilds: 2, Testing: 0.2.8.1
Description: Pure priority search queues
Homepage: https://hackage.haskell.org/package/psqueues
License: BSD
dev-haskell/puremd5::gentoo
- Ebuilds: 1, Testing: 2.1.4
Description:
A Haskell-only implementation of the MD5 digest (hash) algorithm. This now supports
the crypto-api class interface.
Homepage: https://hackage.haskell.org/package/pureMD5
License: BSD
dev-haskell/quickcheck::gentoo
- Ebuilds: 3, Testing: 2.15.0.1
Description: Automatic testing of Haskell programs
Homepage: https://github.com/nick8325/quickcheck
License: BSD
dev-haskell/quickcheck-classes::gentoo
- Ebuilds: 2, Testing: 0.6.5.0-r2
Description: QuickCheck common typeclasses
Homepage: https://github.com/andrewthad/quickcheck-classes#readme
License: BSD
dev-haskell/quickcheck-classes-base::gentoo
- Ebuilds: 1, Testing: 0.6.2.0-r1
Description: QuickCheck common typeclasses from 'base'
Homepage: https://github.com/andrewthad/quickcheck-classes#readme
License: BSD
dev-haskell/quickcheck-instances::gentoo
- Ebuilds: 2, Testing: 0.3.33
Description: Common quickcheck instances
Homepage: https://github.com/haskellari/qc-instances
License: BSD
dev-haskell/quickcheck-io::gentoo
- Ebuilds: 1, Testing: 0.2.0
Description:
This package provides an orphan instance that allows you to
use HUnit assertions as QuickCheck properties.
Homepage: https://github.com/hspec/quickcheck-io#readme
License: MIT
dev-haskell/quickcheck-text::gentoo
- Ebuilds: 1, Testing: 0.1.2.1
Description:
The usual Arbitrary instance for Text
(in
<https://hackage.haskell.org/package/quickcheck-instances quickcheck-instances>)
only has single-byte
instances and so isn't an ideal representation of a valid UTF-8
character. This package has generators for one-, two- and three-byte
UTF-8 characters (all that are currently in use).
Homepage: https://github.com/olorin/quickcheck-text
License: MIT
dev-haskell/quickcheck-unicode::gentoo
- Ebuilds: 1, Testing: 1.0.1.0
Description: Generator and shrink functions for testing Unicode-related software
Homepage: https://github.com/bos/quickcheck-unicode
License: BSD-2
dev-haskell/random::gentoo
- Ebuilds: 2, Testing: 1.2.1.3
Description: Pseudo-random number generation
Homepage: https://hackage.haskell.org/package/random
License: BSD
dev-haskell/random-bytestring::gentoo
- Ebuilds: 1, Testing: 0.1.4-r1
Description: Efficient generation of random bytestrings
Homepage: https://www.github.com/larskuhtz/random-bytestring
License: MIT
dev-haskell/raw-strings-qq::gentoo
- Ebuilds: 1, Testing: 1.1-r1
Description: Raw string literals for Haskell
Homepage: https://github.com/23Skidoo/raw-strings-qq
License: BSD
dev-haskell/recv::gentoo
- Ebuilds: 1, Testing: 0.1.0
Description: Efficient network recv
Homepage: https://github.com/yesodweb/wai
License: BSD
dev-haskell/reducers::gentoo
- Ebuilds: 2, Testing: 3.12.4-r1
Description: Semigroups, specialized containers and a general map/reduce framework
Homepage: https://github.com/ekmett/reducers/
License: BSD
dev-haskell/reflection::gentoo
- Ebuilds: 2, Testing: 2.1.9
Description: Reifies arbitrary terms into types that can be reflected back into terms
Homepage: https://github.com/ekmett/reflection
License: BSD
dev-haskell/regex-applicative::gentoo
- Ebuilds: 1, Testing: 0.3.3.1
Description:
regex-applicative is a Haskell library for parsing using regular expressions.
Parsers can be built using Applicative interface.
Homepage: https://github.com/feuerbach/regex-applicative
License: MIT
dev-haskell/regex-base::gentoo
- Ebuilds: 1, Testing: 0.94.0.3
Description: Common \Text.Regex.*\ API for Regex matching
Homepage: https://wiki.haskell.org/Regular_expressions
License: BSD
dev-haskell/regex-compat::gentoo
- Ebuilds: 1, Testing: 0.95.2.1-r1
Description: Replaces/enhances \"Text.Regex\"
Homepage: https://wiki.haskell.org/Regular_expressions
License: BSD
dev-haskell/regex-posix::gentoo
- Ebuilds: 1, Testing: 0.96.0.2
Description: POSIX Backend for \Text.Regex\ (regex-base)
Homepage: https://hackage.haskell.org/package/regex-posix
License: BSD
dev-haskell/regex-tdfa::gentoo
- Ebuilds: 1, Testing: 1.3.2.5
Description: Pure Haskell Tagged DFA Backend for \Text.Regex\ (regex-base)
Homepage: https://wiki.haskell.org/Regular_expressions
License: BSD
dev-haskell/replace-megaparsec::gentoo
- Ebuilds: 1, Testing: 1.5.0.1
Description: Find, replace, split string patterns with Megaparsec parsers (instead of regex)
Homepage: https://github.com/jamesdbrock/replace-megaparsec
License: BSD-2
dev-haskell/rere::gentoo
- Ebuilds: 1, Testing: 0.2.0.1-r1
Description: Regular-expressions extended with fixpoints for context-free powers
Homepage: https://hackage.haskell.org/package/rere
License: BSD
dev-haskell/resolv::gentoo
- Ebuilds: 1, Testing: 0.1.2.0-r1
Description:
This package implements an API for accessing
the [Domain Name Service (DNS)](https://tools.ietf.org/html/rfc1035)
resolver service via the standard @libresolv@ system library (whose
API is often available directly via the standard @libc@ C library) on
Unix systems.
This package also includes support for decoding message record types
as defined in the following RFCs:
- [RFC 1035](https://tools.ietf.org/html/rfc1035): Domain Names - Implementation And Specification
- [RFC 1183](https://tools.ietf.org/html/rfc1183): New DNS RR Definitions
- [RFC 2782](https://tools.ietf.org/html/rfc2782): A DNS RR for specifying the location of services (DNS SRV)
- [RFC 2915](https://tools.ietf.org/html/rfc2915): The Naming Authority Pointer (NAPTR) DNS Resource Record
- [RFC 3596](https://tools.ietf.org/html/rfc3596): DNS Extensions to Support IP Version 6
- [RFC 4034](https://tools.ietf.org/html/rfc4034): Resource Records for the DNS Security Extensions
- [RFC 4255](https://tools.ietf.org/html/rfc4255): Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
- [RFC 4408](https://tools.ietf.org/html/rfc4408): Sender Policy Framework (SPF) for Authorizing Use of Domains in E-Mail, Version 1
- [RFC 5155](https://tools.ietf.org/html/rfc5155): DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
- [RFC 6844](https://tools.ietf.org/html/rfc6844): DNS Certification Authority Authorization (CAA) Resource Record
- [RFC 6891](https://tools.ietf.org/html/rfc6891): Extension Mechanisms for DNS (EDNS(0))
- [RFC 7553](https://tools.ietf.org/html/rfc7553): The Uniform Resource Identifier (URI) DNS Resource Record
Homepage: https://hackage.haskell.org/package/resolv
License: GPL-2+
dev-haskell/resource-pool::gentoo
- Ebuilds: 2, Testing: 0.4.0.0
Description: A high-performance striped resource pooling implementation
Homepage: https://hackage.haskell.org/package/resource-pool
License: BSD
dev-haskell/resourcet::gentoo
- Ebuilds: 2, Testing: 1.2.6
Description: Deterministic allocation and freeing of scarce resources
Homepage: https://github.com/snoyberg/conduit
License: BSD
dev-haskell/retry::gentoo
- Ebuilds: 2, Testing: 0.9.3.1
Description: Retry combinators for monadic actions that may fail
Homepage: https://github.com/Soostone/retry
License: BSD
dev-haskell/rio::gentoo
- Ebuilds: 2, Testing: 0.1.22.0-r1
Description: A standard library for Haskell
Homepage: https://github.com/commercialhaskell/rio#readme
License: MIT
dev-haskell/safe::gentoo
- Ebuilds: 2, Testing: 0.3.21
Description:
Partial functions from the base library, such as @head@ and @!!@, modified
to return more descriptive error messages, programmer defined error messages,
@Maybe@ wrapped results and default values.
These functions can be used to reduce the number of unsafe pattern matches in
your code.
Homepage: https://github.com/ndmitchell/safe#readme
License: BSD
dev-haskell/safe-exceptions::gentoo
- Ebuilds: 3, Testing: 0.1.7.4
Description: Safe, consistent, and easy exception handling
Homepage: https://github.com/fpco/safe-exceptions#readme
License: MIT
dev-haskell/safesemaphore::gentoo
- Ebuilds: 1, Testing: 0.10.1
Description: Much safer replacement for QSemN, QSem, and SampleVar
Homepage: https://github.com/ChrisKuklewicz/SafeSemaphore
License: BSD
dev-haskell/sandi::gentoo
- Ebuilds: 1, Testing: 0.5
Description: Data encoding library
Homepage: https://hackage.haskell.org/package/sandi
License: BSD
dev-haskell/sandwich::gentoo
- Ebuilds: 1, Testing: 0.3.0.4
Description: Yet another test framework for Haskell
Homepage: https://codedownio.github.io/sandwich
License: BSD
dev-haskell/scientific::gentoo
- Ebuilds: 1, Testing: 0.3.8.1
Description: Numbers represented using scientific notation
Homepage: https://github.com/basvandijk/scientific
License: BSD
dev-haskell/securemem::gentoo
- Ebuilds: 1, Testing: 0.1.10
Description:
SecureMem is similar to ByteString, except that it provides a memory chunk that
will be auto-scrubbed after it run out of scope.
Homepage: https://github.com/vincenthz/hs-securemem
License: BSD
dev-haskell/semialign::gentoo
- Ebuilds: 3, Testing: 1.3.1
Description: Align and Zip type-classes from the common Semialign ancestor
Homepage: https://github.com/haskellari/these
License: BSD
dev-haskell/semigroupoids::gentoo
- Ebuilds: 2, Testing: 6.0.2
Description: Semigroupoids: Category sans id
Homepage: https://github.com/ekmett/semigroupoids
License: BSD-2
dev-haskell/semigroups::gentoo
- Ebuilds: 1, Testing: 0.20.1
Description: Anything that associates
Homepage: https://github.com/ekmett/semigroups/
License: BSD
dev-haskell/semirings::gentoo
- Ebuilds: 2, Testing: 0.7
Description: two monoids as one, in holy haskimony
Homepage: https://github.com/chessai/semirings
License: BSD
dev-haskell/serialise::gentoo
- Ebuilds: 1, Testing: 0.2.6.1
Description: A binary serialisation library for Haskell values
Homepage: https://github.com/well-typed/cborg
License: BSD
dev-haskell/servant::gentoo
- Ebuilds: 1, Testing: 0.20.3.0
Description: A family of combinators for defining webservices APIs
Homepage: https://docs.servant.dev/
License: BSD
dev-haskell/servant-client::gentoo
- Ebuilds: 1, Testing: 0.20.2
Description: Automatic derivation of querying functions for servant
Homepage: https://docs.servant.dev/
License: BSD
dev-haskell/servant-client-core::gentoo
- Ebuilds: 1, Testing: 0.20.2
Description: Core functionality and class for client function generation for servant APIs
Homepage: https://docs.servant.dev/
License: BSD
dev-haskell/servant-server::gentoo
- Ebuilds: 1, Testing: 0.20.3.0
Description: A family of combinators for defining webservices APIs and serving them
Homepage: https://docs.servant.dev/
License: BSD
dev-haskell/setenv::gentoo
- Ebuilds: 1, Testing: 0.1.1.3
Description: A cross-platform library for setting environment variables
Homepage: https://hackage.haskell.org/package/setenv
License: MIT
dev-haskell/setlocale::gentoo
- Ebuilds: 2, Testing: 1.0.0.10-r1
Description: Haskell bindings to setlocale
Homepage: https://gitlab.com/Kritzefitz/haskell-setlocale/
License: BSD
dev-haskell/sha::gentoo
- Ebuilds: 1, Testing: 1.6.4.4
Description:
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines. The functions have been tested
against most of the NIST and RFC test vectors for the various
functions. While some attention has been paid to performance,
these do not presently reach the speed of well-tuned libraries,
like OpenSSL.
Homepage: https://hackage.haskell.org/package/SHA
License: BSD
dev-haskell/shakespeare::gentoo
- Ebuilds: 1, Testing: 2.0.30
Description: A toolkit for making compile-time interpolated templates
Homepage: https://www.yesodweb.com/book/shakespearean-templates
License: MIT
dev-haskell/shelly::gentoo
- Ebuilds: 2, Testing: 1.12.1
Description: shell-like (systems) programming in Haskell
Homepage: https://github.com/gregwebs/Shelly.hs
License: BSD
dev-haskell/should-not-typecheck::gentoo
- Ebuilds: 1, Testing: 2.1.0-r1
Description:
For examples and an introduction to the library please take a look at the <https://github.com/CRogers/should-not-typecheck#should-not-typecheck- README> on github.
Homepage: https://github.com/CRogers/should-not-typecheck
License: BSD
dev-haskell/silently::gentoo
- Ebuilds: 2, Testing: 1.2.5.3
Description: Prevent or capture writing to stdout and other handles
Homepage: https://github.com/hspec/silently
License: BSD
dev-haskell/simple-reflect::gentoo
- Ebuilds: 1, Testing: 0.3.3
Description:
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
The primary aim of this package is teaching and understanding;
there are no options for manipulating the reflected expressions beyond showing them.
Homepage: https://twanvl.nl/blog/haskell/simple-reflection-of-expressions
License: BSD
dev-haskell/simple-sendfile::gentoo
- Ebuilds: 2, Testing: 0.2.30-r1
Description: Cross platform library for the sendfile system call
Homepage: https://hackage.haskell.org/package/simple-sendfile
License: BSD
dev-haskell/singleton-bool::gentoo
- Ebuilds: 1, Testing: 0.1.8
Description: Type level booleans
Homepage: https://github.com/phadej/singleton-bool#readme
License: BSD
dev-haskell/size-based::gentoo
- Ebuilds: 1, Testing: 0.1.3.3
Description: Sized functors, for size-based enumerations
Homepage: https://hackage.haskell.org/package/size-based
License: BSD
dev-haskell/skein::gentoo
- Ebuilds: 1, Testing: 1.0.9.4
Description:
Skein (<http://www.skein-hash.info/>) is a family of fast
secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation
of Skein. We provide a high-level interface (see module
"Crypto.Skein") to some of the Skein use cases. We also
provide a low-level interface (see module
"Crypto.Skein.Internal") should you need to use Skein in a
different way.
Currently we have support for Skein as cryptographic hash
function as Skein as a message authentication code
(Skein-MAC). For examples of how to use this package, see
"Crypto.Skein" module documentation.
This package includes Skein v1.3. Versions of this package
before 1.0.0 implemented Skein v1.1.
Homepage: https://github.com/meteficha/skein
License: BSD
dev-haskell/skylighting::gentoo
- Ebuilds: 3, Testing: 0.14.7
Description: syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: GPL-2
dev-haskell/skylighting-core::gentoo
- Ebuilds: 3, Testing: 0.14.7
Description: syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/skylighting-format-ansi::gentoo
- Ebuilds: 1, Testing: 0.1
Description: ANSI formatter for skylighting syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/skylighting-format-blaze-html::gentoo
- Ebuilds: 2, Testing: 0.1.1.3
Description: HTML formatter for skylighting syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/skylighting-format-context::gentoo
- Ebuilds: 2, Testing: 0.1.0.2
Description: ConTeXt formatter for skylighting syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/skylighting-format-latex::gentoo
- Ebuilds: 1, Testing: 0.1
Description: LaTeX formatter for skylighting syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/skylighting-format-typst::gentoo
- Ebuilds: 1, Testing: 0.1
Description: Typst formatter for skylighting syntax highlighting library
Homepage: https://github.com/jgm/skylighting
License: BSD
dev-haskell/smallcheck::gentoo
- Ebuilds: 2, Testing: 1.2.1
Description: A property-based testing library
Homepage: https://github.com/Bodigrim/smallcheck
License: BSD
dev-haskell/socks::gentoo
- Ebuilds: 1, Testing: 0.6.1-r1
Description: Socks proxy (ver 5)
Homepage: https://github.com/vincenthz/hs-socks
License: BSD
dev-haskell/some::gentoo
- Ebuilds: 1, Testing: 1.0.6
Description: Existential type: Some
Homepage: https://github.com/haskellari/some
License: BSD
dev-haskell/sop-core::gentoo
- Ebuilds: 1, Testing: 0.5.0.2
Description:
Implementation of n-ary sums and n-ary products.
The module "Data.SOP" is the main module of this library and contains
more detailed documentation.
The main use case of this package is to serve as the core of
https://hackage.haskell.org/package/generics-sop generics-sop
A detailed description of the ideas behind this library is provided by
the paper:
* Edsko de Vries and Andres Löh.
http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products
Workshop on Generic Programming (WGP) 2014.
Homepage: https://hackage.haskell.org/package/sop-core
License: BSD
dev-haskell/split::gentoo
- Ebuilds: 3, Testing: 0.2.5
Description: Combinator library for splitting lists
Homepage: https://hackage.haskell.org/package/split
License: BSD
dev-haskell/splitmix::gentoo
- Ebuilds: 3, Testing: 0.1.3.2
Description: Fast Splittable PRNG
Homepage: https://hackage.haskell.org/package/splitmix
License: BSD
dev-haskell/statestack::gentoo
- Ebuilds: 1, Testing: 0.3.1.1
Description: Simple State-like monad transformer with saveable and restorable state
Homepage: https://hackage.haskell.org/package/statestack
License: BSD
dev-haskell/statevar::gentoo
- Ebuilds: 1, Testing: 1.2.2-r1
Description: State variables
Homepage: https://github.com/haskell-opengl/StateVar
License: BSD
dev-haskell/statistics::gentoo
- Ebuilds: 2, Testing: 0.16.2.0
Description: A library of statistical types, data, and functions
Homepage: https://github.com/haskell/statistics
License: BSD-2
dev-haskell/stm::gentoo
- Ebuilds: 3, Testing: 2.5.3.1 , 2.5.0.2-r1
Description: Software Transactional Memory
Homepage: https://wiki.haskell.org/Software_transactional_memory
License: BSD
dev-haskell/stm-chans::gentoo
- Ebuilds: 1, Testing: 3.0.0.4
Description: Additional types of channels for STM
Homepage: http://code.haskell.org/~wren/
License: BSD
dev-haskell/streaming-commons::gentoo
- Ebuilds: 3, Testing: 0.2.3.0
Description: Common lower-level functions needed by various streaming data libraries
Homepage: https://github.com/fpco/streaming-commons
License: MIT
dev-haskell/strict::gentoo
- Ebuilds: 2, Testing: 0.5.1
Description: Strict data types and String IO
Homepage: https://github.com/haskell-strict/strict
License: BSD
dev-haskell/string-conversions::gentoo
- Ebuilds: 1, Testing: 0.4.0.1-r1
Description:
Provides a simple type class for converting values
of different string types
into values of other string types.
Homepage: https://github.com/soenkehahn/string-conversions#readme
License: BSD
dev-haskell/string-interpolate::gentoo
- Ebuilds: 1, Testing: 0.3.4.0
Description: Haskell string/text/bytestring interpolation that just works
Homepage: https://gitlab.com/williamyaoh/string-interpolate/blob/master/README.md
License: BSD
dev-haskell/string-qq::gentoo
- Ebuilds: 1, Testing: 0.0.4-r1
Description: QuasiQuoter for non-interpolated strings, texts and bytestrings
Homepage: https://hackage.haskell.org/package/string-qq
License: public-domain
dev-haskell/stringbuilder::gentoo
- Ebuilds: 1, Testing: 0.5.1
Description: A writer monad for multi-line string literals
Homepage: https://hackage.haskell.org/package/stringbuilder
License: MIT
dev-haskell/svgfonts::gentoo
- Ebuilds: 1, Testing: 1.8.1
Description: Fonts from the SVG-Font format
Homepage: https://hackage.haskell.org/package/SVGFonts
License: BSD
dev-haskell/syb::gentoo
- Ebuilds: 2, Testing: 0.7.2.4
Description: Scrap Your Boilerplate
Homepage: https://github.com/dreixel/syb
License: BSD
dev-haskell/system-fileio::gentoo
- Ebuilds: 1, Testing: 0.3.16.7
Description:
This is a small wrapper around the \"directory\", \"unix\", and \"Win32\"
packages, for use with \"system-filepath\". It provides a consistent API
to the various versions of these packages distributed with different
versions of GHC.
In particular, this library supports working with POSIX files that have
paths which can't be decoded in the current locale encoding.
Homepage: https://github.com/fpco/haskell-filesystem
License: MIT
dev-haskell/system-filepath::gentoo
- Ebuilds: 1, Testing: 0.4.14-r1
Description: High-level, byte-based file and directory path manipulations (deprecated)
Homepage: https://github.com/fpco/haskell-filesystem
License: MIT
dev-haskell/tagged::gentoo
- Ebuilds: 3, Testing: 0.8.10
Description: Haskell 98 phantom types to avoid unsafely passing dummy arguments
Homepage: https://github.com/ekmett/tagged
License: BSD
dev-haskell/tagsoup::gentoo
- Ebuilds: 1, Testing: 0.14.8-r1
Description:
TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification,
and can be used to parse either well-formed XML, or unstructured and malformed HTML
from the web. The library also provides useful functions to extract information
from an HTML document, making it ideal for screen-scraping.
Users should start from the "Text.HTML.TagSoup" module.
Homepage: https://github.com/ndmitchell/tagsoup#readme
License: BSD
dev-haskell/tar::gentoo
- Ebuilds: 2, Testing: 0.6.3.0
Description: Reading, writing and manipulating \".tar\" archive files
Homepage: https://hackage.haskell.org/package/tar
License: BSD
dev-haskell/tasty::gentoo
- Ebuilds: 3, Testing: 1.5.3
Description: Modern and extensible testing framework
Homepage: https://github.com/UnkindPartition/tasty
License: MIT
dev-haskell/tasty-expected-failure::gentoo
- Ebuilds: 2, Testing: 0.12.3
Description: Mark tasty tests as failure expected
Homepage: https://github.com/nomeata/tasty-expected-failure
License: MIT
dev-haskell/tasty-golden::gentoo
- Ebuilds: 2, Testing: 2.3.5
Description: Golden tests support for tasty
Homepage: https://github.com/UnkindPartition/tasty-golden
License: MIT
dev-haskell/tasty-hedgehog::gentoo
- Ebuilds: 1, Testing: 1.4.0.2-r3
Description: Integration for tasty and hedgehog
Homepage: https://github.com/qfpl/tasty-hedgehog
License: BSD
dev-haskell/tasty-hslua::gentoo
- Ebuilds: 3, Testing: 1.1.1
Description: Tasty helpers to test HsLua
Homepage: https://hslua.org/
License: MIT
dev-haskell/tasty-hunit::gentoo
- Ebuilds: 1, Testing: 0.10.2
Description: HUnit support for the Tasty test framework
Homepage: https://github.com/UnkindPartition/tasty
License: MIT
dev-haskell/tasty-inspection-testing::gentoo
- Ebuilds: 1, Testing: 0.2.1-r1
Description: Inspection testing support for tasty
Homepage: https://github.com/Bodigrim/tasty-inspection-testing
License: MIT
dev-haskell/tasty-kat::gentoo
- Ebuilds: 1, Testing: 0.0.3-r1
Description: Known Answer Tests (KAT) framework for tasty
Homepage: https://github.com/vincenthz/tasty-kat
License: MIT
dev-haskell/tasty-lua::gentoo
- Ebuilds: 1, Testing: 1.1.2
Description: Write tests in Lua, integrate into tasty
Homepage: https://github.com/hslua/hslua
License: MIT
dev-haskell/tasty-quickcheck::gentoo
- Ebuilds: 2, Testing: 0.11.1
Description: QuickCheck support for the Tasty test framework
Homepage: https://github.com/UnkindPartition/tasty
License: MIT
dev-haskell/tasty-rerun::gentoo
- Ebuilds: 1, Testing: 1.1.19
Description:
This ingredient adds the ability to run tests by first filtering the test tree
based on the result of a previous test run. For example, you can use this to
run only those tests that failed in the last run, or to run only tests that
have been added since tests were last ran.
This ingredient is specifically an ingredient *transformer* - given a list of
'Tasty.Ingredient's, 'rerunningTests' adds the ability for all of these
ingredients to run against a filtered test tree. This transformer can be
applied as follows:
> import Test.Tasty
> import Test.Tasty.Runners
>
> main :: IO ()
> main =
> defaultMainWithIngredients
> [ rerunningTests [ listingTests, consoleTestReporter ] ]
> tests
>
> tests :: TestTree
> tests = undefined
This ingredient adds three command line parameters:
[@--rerun-update@] If specified the results of this test run will be saved to
the log file at @--rerun-log-file@. If the ingredient does not execute tests
(for example, @--list-tests@ is used) then the log file will not be
updated. This option is not enabled by default. This option does not require
a value.
[@--rerun-log-file@] The path to the log file to read previous test
information from, and where to write new information to (if @--rerun-update@
is specified). This option defaults to @.tasty-rerun-log@.
[@--rerun-filter@] Which filters to apply to the 'Tasty.TestTree' based on
previous test runs. The value of this option is a comma separated list of the
following options:
* @failures@: Only run tests that failed on the previous run.
* @exceptions@: Only run tests that threw an exception on the previous run.
* @new@: Only run tests that are new since the previous test run.
* @successful@: Only run tests that were successful in the previous run.
Multiple options can be combined and will be taken under disjunction - so
@--rerun-filter=failures,exceptions@ will run only tests that failed *or*
threw an exception on the last run.
Defaults to all filters, which means all tests will be ran.
Homepage: https://github.com/ocharles/tasty-rerun
License: BSD
dev-haskell/tasty-smallcheck::gentoo
- Ebuilds: 2, Testing: 0.8.2
Description: SmallCheck support for the Tasty test framework
Homepage: https://github.com/feuerbach/tasty
License: MIT
dev-haskell/tasty-th::gentoo
- Ebuilds: 1, Testing: 0.1.7
Description: Automatic tasty test case discovery using TH
Homepage: https://github.com/bennofs/tasty-th
License: BSD
dev-haskell/temporary::gentoo
- Ebuilds: 2, Testing: 1.3-r1
Description:
The functions for creating temporary files and directories in the base library are quite limited. The unixutils
package contains some good ones, but they aren't portable to Windows.
This library just repackages the Cabal implementations of its own temporary file and folder functions so that
you can use them without linking against Cabal or depending on it being installed.
Homepage: https://github.com/feuerbach/temporary
License: BSD
dev-haskell/temporary-rc::gentoo
- Ebuilds: 1, Testing: 1.2.0.3-r1
Description: Portable temporary file and directory support for Windows and Unix
Homepage: https://github.com/feuerbach/temporary
License: BSD
dev-haskell/terminal-size::gentoo
- Ebuilds: 3, Testing: 0.3.4
Description: Get terminal window height and width
Homepage: https://hackage.haskell.org/package/terminal-size
License: BSD
dev-haskell/test-framework::gentoo
- Ebuilds: 1, Testing: 0.8.2.3
Description: Framework for running and organising tests, with HUnit and QuickCheck support
Homepage: https://github.com/haskell/test-framework#readme
License: BSD
dev-haskell/test-framework-hunit::gentoo
- Ebuilds: 1, Testing: 0.3.0.3
Description: HUnit support for the test-framework package
Homepage: https://github.com/haskell/test-framework#readme
License: BSD
dev-haskell/test-framework-leancheck::gentoo
- Ebuilds: 1, Testing: 0.0.4
Description: LeanCheck support for test-framework
Homepage: https://github.com/rudymatela/test-framework-leancheck#readme
License: BSD
dev-haskell/test-framework-quickcheck2::gentoo
- Ebuilds: 1, Testing: 0.3.0.7
Description: QuickCheck-2 support for the test-framework package
Homepage: https://github.com/haskell/test-framework#readme
License: BSD
dev-haskell/test-framework-th::gentoo
- Ebuilds: 1, Testing: 0.2.4
Description: Automagically generate the HUnit and Quickcheck using Template Haskell
Homepage: https://github.com/finnsson/test-generator
License: BSD
dev-haskell/testing-feat::gentoo
- Ebuilds: 1, Testing: 1.1.1.1
Description:
Feat (Functional Enumeration of Abstract Types) provides
enumerations as functions from natural numbers to values
(similar to @toEnum@ but for any algebraic data type). This
can be used for SmallCheck-style systematic testing,
QuickCheck style random testing, and hybrids of the two.
The enumerators are defined in a very boilerplate manner
and there is a Template Haskell script for deriving the
class instance for most types.
"Test.Feat" contain a subset of the other modules that
should be sufficient for most test usage. There
are some small and large example in the tar
ball.
Homepage: https://github.com/size-based/testing-feat
License: BSD
dev-haskell/testing-type-modifiers::gentoo
- Ebuilds: 1, Testing: 0.1.0.1
Description:
Property based testing libraries such as QuickCheck tend to include type modifiers. Most of them
are used to quantify over subsets of a type. For example a property on non-empty lists:
@ prop_tail_length (NonEmpty xs) = length (tail xs) == length xs - 1 @
This library is intended to supply these modifiers to be used by testing libraries, in an effort to make
properties more portable between testing frameworks.
For every modifier it also provides an access function that converts to the underlying type, which
enables point-free style properties as such:
@
prop_tail_length2 = (> 0) . length . nonEmpty
@
Homepage: https://hackage.haskell.org/package/testing-type-modifiers
License: public-domain
dev-haskell/texmath::gentoo
- Ebuilds: 3, Testing: 0.13.1.2
Description: Conversion between math formats
Homepage: https://github.com/jgm/texmath
License: GPL-2
dev-haskell/text::gentoo
- Ebuilds: 2, Testing: 2.1.1 , 1.2.5.0-r1
Description: An efficient packed Unicode text type
Homepage: https://github.com/haskell/text
License: BSD-2
dev-haskell/text-conversions::gentoo
- Ebuilds: 2, Testing: 0.3.1.1
Description: Safe conversions between textual types
Homepage: https://github.com/cjdev/text-conversions
License: ISC
dev-haskell/text-icu::gentoo
- Ebuilds: 3, Testing: 0.8.0.5
Description: Bindings to the ICU library
Homepage: https://github.com/haskell/text-icu
License: BSD
dev-haskell/text-iso8601::gentoo
- Ebuilds: 1, Testing: 0.1.1
Description: Converting time to and from ISO 8601 text
Homepage: https://github.com/haskell/aeson
License: BSD
dev-haskell/text-short::gentoo
- Ebuilds: 2, Testing: 0.1.6.1
Description: Memory-efficient representation of Unicode text strings
Homepage: https://hackage.haskell.org/package/text-short
License: BSD
dev-haskell/text-show::gentoo
- Ebuilds: 3, Testing: 3.11.3
Description: Efficient conversion of values into Text
Homepage: https://github.com/RyanGlScott/text-show
License: BSD
dev-haskell/text-zipper::gentoo
- Ebuilds: 1, Testing: 0.13
Description: A text editor zipper library
Homepage: https://github.com/jtdaugherty/text-zipper/
License: BSD
dev-haskell/tf-random::gentoo
- Ebuilds: 1, Testing: 0.5
Description:
This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper /Splittable Pseudorandom Number Generators Using Cryptographic Hashing/ by Claessen, PaBka for details and the rationale of the design.
The package provides the following:
* A splittable PRNG that implements the standard 'System.Random.RandomGen' class.
* The generator also implements an alternative version of the 'System.Random.TF.Gen.RandomGen' class (exported from "System.Random.TF.Gen"), which requires the generator to return pseudorandom integers from the full 32-bit range, and contains an n-way split function.
* An alternative version of the @Random@ class is provided, which is linked to the new @RandomGen@ class, together with @Random@ instances for some integral types.
* Two functions for initialising the generator with a non-deterministic seed: one using the system time, and one using the @\/dev\/urandom@ UNIX special file.
The package uses an adapted version of the reference C implementation of ThreeFish from the reference package of the Skein hash function (<https://www.schneier.com/skein.html>), originally written by Doug Whiting.
Please note that even though the generator provides very high-quality pseudorandom numbers, it has not been designed with cryptographic applications in mind.
Homepage: https://hackage.haskell.org/package/tf-random
License: BSD
dev-haskell/th-abstraction::gentoo
- Ebuilds: 3, Testing: 0.7.2.0
Description: Nicer interface for reified information about data types
Homepage: https://github.com/glguy/th-abstraction
License: ISC
dev-haskell/th-compat::gentoo
- Ebuilds: 3, Testing: 0.1.7
Description: Backward- (and forward-)compatible Quote and Code types
Homepage: https://github.com/haskell-compat/th-compat
License: BSD
dev-haskell/th-expand-syns::gentoo
- Ebuilds: 1, Testing: 0.4.12.0
Description: Expands type synonyms in Template Haskell ASTs
Homepage: https://github.com/DanielSchuessler/th-expand-syns
License: BSD
dev-haskell/th-lift::gentoo
- Ebuilds: 3, Testing: 0.8.7
Description: Derive Template Haskell's Lift class for datatypes
Homepage: https://github.com/RyanGlScott/th-lift
License: BSD
dev-haskell/th-lift-instances::gentoo
- Ebuilds: 2, Testing: 0.1.20
Description: Lift instances for template-haskell for common data types
Homepage: https://github.com/bennofs/th-lift-instances/
License: BSD
dev-haskell/th-orphans::gentoo
- Ebuilds: 1, Testing: 0.13.16
Description: Orphan instances for TH datatypes
Homepage: https://hackage.haskell.org/package/th-orphans
License: BSD
dev-haskell/th-reify-many::gentoo
- Ebuilds: 1, Testing: 0.1.10
Description: Recurseively reify template haskell datatype info
Homepage: https://github.com/mgsloan/th-reify-many
License: BSD
dev-haskell/these::gentoo
- Ebuilds: 3, Testing: 1.2.1
Description: An either-or-both data type
Homepage: https://github.com/haskellari/these
License: BSD
dev-haskell/time-compat::gentoo
- Ebuilds: 1, Testing: 1.9.8-r1
Description: Compatibility package for time
Homepage: https://github.com/haskellari/time-compat
License: BSD
dev-haskell/time-locale-compat::gentoo
- Ebuilds: 1, Testing: 0.1.1.5
Description: Compatibility of TimeLocale between old-locale and time-1.5
Homepage: https://github.com/khibino/haskell-time-locale-compat
License: BSD
dev-haskell/time-manager::gentoo
- Ebuilds: 3, Testing: 0.3.2
Description: Scalable timer
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/timeit::gentoo
- Ebuilds: 1, Testing: 2.0-r1
Description: Time monadic computations with an IO base
Homepage: https://github.com/merijn/timeit
License: BSD
dev-haskell/timezone-olson::gentoo
- Ebuilds: 2, Testing: 0.2.1
Description: A pure Haskell parser and renderer for binary Olson timezone files
Homepage: https://projects.haskell.org/time-ng/
License: BSD
dev-haskell/timezone-series::gentoo
- Ebuilds: 2, Testing: 0.1.13
Description: Enhanced timezone handling for Data.Time
Homepage: https://projects.haskell.org/time-ng/
License: BSD
dev-haskell/tls::gentoo
- Ebuilds: 3, Testing: 2.1.5
Description: TLS protocol native implementation
Homepage: https://github.com/haskell-tls/hs-tls
License: BSD
dev-haskell/tls-session-manager::gentoo
- Ebuilds: 1, Testing: 0.0.9
Description: In-memory TLS session DB and session ticket
Homepage: https://hackage.haskell.org/package/tls-session-manager
License: BSD
dev-haskell/toml-parser::gentoo
- Ebuilds: 2, Testing: 2.0.2.0
Description: TOML 1.1.0 parser
Homepage: https://hackage.haskell.org/package/toml-parser
License: ISC
dev-haskell/torrent::gentoo
- Ebuilds: 1, Testing: 10000.1.1
Description: BitTorrent file parser and generater
Homepage: https://hackage.haskell.org/package/torrent
License: BSD
dev-haskell/tracetree::gentoo
- Ebuilds: 1, Testing: 0.1.0.2
Description: Visualize Haskell data structures as edge-labeled trees
Homepage: https://hackage.haskell.org/package/tracetree
License: BSD
dev-haskell/transformers::gentoo
- Ebuilds: 2, Testing: 0.6.1.0 , 0.5.6.2-r1
Description: Concrete functor and monad transformers
Homepage: https://hackage.haskell.org/package/transformers
License: BSD
dev-haskell/transformers-base::gentoo
- Ebuilds: 2, Testing: 0.4.6
Description: Lift computations from the bottom of a transformer stack
Homepage: https://github.com/mvv/transformers-base
License: BSD
dev-haskell/transformers-compat::gentoo
- Ebuilds: 2, Testing: 0.7.2
Description: A small compatibility shim for the transformers library
Homepage: https://github.com/ekmett/transformers-compat/
License: BSD
dev-haskell/tree-diff::gentoo
- Ebuilds: 3, Testing: 0.3.4
Description: Diffing of (expression) trees
Homepage: https://github.com/phadej/tree-diff
License: GPL-2+
dev-haskell/trifecta::gentoo
- Ebuilds: 3, Testing: 2.1.4
Description: A modern parser combinator library with convenient diagnostics
Homepage: https://github.com/ekmett/trifecta/
License: BSD
dev-haskell/type-equality::gentoo
- Ebuilds: 1, Testing: 1
Description:
In the presence of GADTs, sometimes a proof is
needed that two types are equal. This package
contains an equality type for this purpose, plus its
properties (reflexive, symmetric, transitive) and
some useful operations (substitution, congruence,
coercion/cast). It also contains a type class for
producing equality proofs, providing some form of
decidable equality on types.
Homepage: https://github.com/hesselink/type-equality
License: BSD
dev-haskell/typed-process::gentoo
- Ebuilds: 3, Testing: 0.2.12.0
Description: Run external processes, with strong typing of streams
Homepage: https://github.com/fpco/typed-process
License: MIT
dev-haskell/typst::gentoo
- Ebuilds: 2, Testing: 0.10
Description: Parsing and evaluating typst syntax
Homepage: https://hackage.haskell.org/package/typst
License: BSD
dev-haskell/typst-symbols::gentoo
- Ebuilds: 3, Testing: 0.2
Description: Symbol and emoji lookup for typst language
Homepage: https://github.com/jgm/typst-symbols
License: MIT
dev-haskell/unbounded-delays::gentoo
- Ebuilds: 1, Testing: 0.1.1.1
Description: Unbounded thread delays and timeouts
Homepage: https://github.com/basvandijk/unbounded-delays
License: BSD
dev-haskell/unicode-collation::gentoo
- Ebuilds: 3, Testing: 0.1.3.6
Description: Haskell implementation of the Unicode Collation Algorithm
Homepage: https://github.com/jgm/unicode-collation
License: BSD-2
dev-haskell/unicode-data::gentoo
- Ebuilds: 3, Testing: 0.6.0
Description: Access Unicode Character Database (UCD)
Homepage: https://github.com/composewell/unicode-data
License: Apache-2.0
dev-haskell/unicode-transforms::gentoo
- Ebuilds: 2, Testing: 0.4.0.1-r1
Description: Unicode normalization
Homepage: https://github.com/composewell/unicode-transforms
License: BSD
dev-haskell/uniplate::gentoo
- Ebuilds: 1, Testing: 1.6.13-r1
Description: Help writing simple, concise and fast generic operations
Homepage: https://github.com/ndmitchell/uniplate#readme
License: BSD
dev-haskell/universe-base::gentoo
- Ebuilds: 1, Testing: 1.1.4
Description: A class for finite and recursively enumerable types
Homepage: https://github.com/dmwit/universe
License: BSD
dev-haskell/unix-compat::gentoo
- Ebuilds: 3, Testing: 0.7.4.1
Description: Portable POSIX-compatibility layer
Homepage: https://github.com/haskell-pkg-janitors/unix-compat
License: BSD
dev-haskell/unix-time::gentoo
- Ebuilds: 3, Testing: 0.4.15
Description: Unix time parser/formatter and utilities
Homepage: https://hackage.haskell.org/package/unix-time
License: BSD
dev-haskell/unliftio::gentoo
- Ebuilds: 3, Testing: 0.2.25.0
Description: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
Homepage: https://github.com/fpco/unliftio/tree/master/unliftio#readme
License: MIT
dev-haskell/unliftio-core::gentoo
- Ebuilds: 2, Testing: 0.2.1.0-r1
Description: The MonadUnliftIO typeclass for unlifting monads to IO
Homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
License: MIT
dev-haskell/unordered-containers::gentoo
- Ebuilds: 1, Testing: 0.2.21
Description: Efficient hashing-based container types
Homepage: https://github.com/haskell-unordered-containers/unordered-containers
License: BSD
dev-haskell/utf8-light::gentoo
- Ebuilds: 2, Testing: 0.4.4.0
Description: Lightweight UTF8 handling
Homepage: https://hackage.haskell.org/package/utf8-light
License: BSD
dev-haskell/utf8-string::gentoo
- Ebuilds: 2, Testing: 1.0.2
Description: Support for reading and writing UTF8 Strings
Homepage: https://github.com/glguy/utf8-string/
License: BSD
dev-haskell/uuid::gentoo
- Ebuilds: 1, Testing: 1.3.16.1
Description: For creating, comparing, parsing and printing Universally Unique Identifiers
Homepage: https://github.com/haskell-hvr/uuid
License: BSD
dev-haskell/uuid-types::gentoo
- Ebuilds: 2, Testing: 1.0.6.1
Description: Type definitions for Universally Unique Identifiers
Homepage: https://github.com/haskell-hvr/uuid
License: BSD
dev-haskell/vault::gentoo
- Ebuilds: 1, Testing: 0.3.1.5-r3
Description: a persistent store for values of arbitrary types
Homepage: https://github.com/HeinrichApfelmus/vault
License: BSD
dev-haskell/vec::gentoo
- Ebuilds: 1, Testing: 0.5.1
Description: Vec: length-indexed (sized) list
Homepage: https://github.com/phadej/vec
License: BSD
dev-haskell/vector::gentoo
- Ebuilds: 2, Testing: 0.13.2.0
Description: Efficient Arrays
Homepage: https://github.com/haskell/vector
License: BSD
dev-haskell/vector-algorithms::gentoo
- Ebuilds: 2, Testing: 0.9.1.0
Description: Efficient algorithms for vector arrays
Homepage: https://github.com/erikd/vector-algorithms/
License: BSD
dev-haskell/vector-binary-instances::gentoo
- Ebuilds: 2, Testing: 0.2.5.2
Description: Instances of Data.Binary for vector
Homepage: https://github.com/haskell/vector-binary-instances
License: BSD
dev-haskell/vector-space::gentoo
- Ebuilds: 2, Testing: 0.19 , 0.16
Description: Vector & affine spaces, linear maps, and derivatives
Homepage: https://hackage.haskell.org/package/vector-space
License: BSD
dev-haskell/vector-stream::gentoo
- Ebuilds: 1, Testing: 0.1.0.1
Description: Efficient Streams
Homepage: https://github.com/haskell/vector
License: BSD
dev-haskell/vector-th-unbox::gentoo
- Ebuilds: 2, Testing: 0.2.2-r1
Description: Deriver for Data.Vector.Unboxed using Template Haskell
Homepage: https://github.com/tsurucapital/vector-th-unbox
License: BSD
dev-haskell/void::gentoo
- Ebuilds: 2, Testing: 0.7.4
Description: A Haskell 98 logically uninhabited data type
Homepage: https://github.com/ekmett/void
License: BSD
dev-haskell/vty::gentoo
- Ebuilds: 1, Testing: 6.2
Description: A simple terminal UI library
Homepage: https://github.com/jtdaugherty/vty
License: BSD
dev-haskell/vty-crossplatform::gentoo
- Ebuilds: 1, Testing: 0.4.0.0
Description: Cross-platform support for Vty
Homepage: https://hackage.haskell.org/package/vty-crossplatform
License: BSD
dev-haskell/vty-unix::gentoo
- Ebuilds: 1, Testing: 0.2.0.0
Description: Unix backend for Vty
Homepage: https://hackage.haskell.org/package/vty-unix
License: BSD
dev-haskell/wai::gentoo
- Ebuilds: 2, Testing: 3.2.4
Description: Web Application Interface
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/wai-app-static::gentoo
- Ebuilds: 2, Testing: 3.1.9
Description: WAI application for static serving
Homepage: https://www.yesodweb.com/book/web-application-interface
License: MIT
dev-haskell/wai-cors::gentoo
- Ebuilds: 1, Testing: 0.2.7-r1
Description:
This package provides an implemenation of
Cross-Origin resource sharing (CORS) for
<http://hackage.haskell.org/package/wai Wai>
that aims to be compliant with <http://www.w3.org/TR/cors>.
Homepage: https://github.com/larskuhtz/wai-cors
License: MIT
dev-haskell/wai-extra::gentoo
- Ebuilds: 3, Testing: 3.1.17
Description: Provides some basic WAI handlers and middleware
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/wai-logger::gentoo
- Ebuilds: 2, Testing: 2.4.0
Description: A logging system for WAI
Homepage: https://hackage.haskell.org/package/wai-logger
License: BSD
dev-haskell/wai-websockets::gentoo
- Ebuilds: 1, Testing: 3.0.1.2-r1
Description: Provide a bridge between WAI and the websockets package
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/warp::gentoo
- Ebuilds: 3, Testing: 3.4.13.1
Description: A fast, light-weight web server for WAI applications
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/warp-tls::gentoo
- Ebuilds: 2, Testing: 3.4.14
Description: HTTP over TLS support for Warp via the TLS package
Homepage: https://github.com/yesodweb/wai
License: MIT
dev-haskell/wcwidth::gentoo
- Ebuilds: 1, Testing: 0.0.2
Description:
Bindings for your system's native wcwidth and a command line tool to examine
the widths assigned by it. The command line tool can compile a width table
to Haskell code that assigns widths to the Char type.
Homepage: https://github.com/solidsnack/wcwidth/
License: BSD
dev-haskell/websockets::gentoo
- Ebuilds: 2, Testing: 0.13.0.0-r2
Description: A sensible and clean way to write WebSocket-capable servers in Haskell
Homepage: https://jaspervdj.be/websockets
License: BSD
dev-haskell/wherefrom-compat::gentoo
- Ebuilds: 1, Testing: 0.1.1.1
Description: A compatibility layer for GHC's 'wherefrom' function
Homepage: https://hackage.haskell.org/package/wherefrom-compat
License: BSD-2
dev-haskell/witherable::gentoo
- Ebuilds: 2, Testing: 0.5
Description: filterable traversable
Homepage: https://github.com/fumieval/witherable
License: BSD
dev-haskell/wl-pprint-annotated::gentoo
- Ebuilds: 1, Testing: 0.1.0.1-r3
Description: Pretty printer with annotation support
Homepage: https://github.com/minad/wl-pprint-annotated#readme
License: BSD
dev-haskell/word-wrap::gentoo
- Ebuilds: 1, Testing: 0.5
Description: A library for word-wrapping
Homepage: https://github.com/jtdaugherty/word-wrap/
License: BSD
dev-haskell/word8::gentoo
- Ebuilds: 1, Testing: 0.1.3-r1
Description: Word8 library
Homepage: https://hackage.haskell.org/package/word8
License: BSD
dev-haskell/x11::gentoo
- Ebuilds: 1, Testing: 1.10.3
Description: A binding to the X11 graphics library
Homepage: https://github.com/xmonad/X11
License: BSD
dev-haskell/x11-xft::gentoo
- Ebuilds: 1, Testing: 0.3.4
Description: Bindings to the Xft and some Xrender parts
Homepage: https://hackage.haskell.org/package/X11-xft
License: BSD
dev-haskell/x509::gentoo
- Ebuilds: 2, Testing: 1.7.7
Description: X509 reader and writer
Homepage: https://github.com/vincenthz/hs-certificate
License: BSD
dev-haskell/x509-store::gentoo
- Ebuilds: 2, Testing: 1.6.9
Description: X.509 collection accessing and storing methods
Homepage: https://github.com/vincenthz/hs-certificate
License: BSD
dev-haskell/x509-system::gentoo
- Ebuilds: 2, Testing: 1.6.7
Description: Handle per-operating-system X.509 accessors and storage
Homepage: https://github.com/vincenthz/hs-certificate
License: BSD
dev-haskell/x509-validation::gentoo
- Ebuilds: 2, Testing: 1.6.12
Description: X.509 Certificate and CRL validation
Homepage: https://github.com/vincenthz/hs-certificate
License: BSD
dev-haskell/xhtml::gentoo
- Ebuilds: 1, Testing: 3000.2.2.1-r1
Description: An XHTML combinator library
Homepage: https://github.com/haskell/xhtml
License: BSD
dev-haskell/xml::gentoo
- Ebuilds: 1, Testing: 1.3.14
Description: A simple XML library
Homepage: http://code.galois.com
License: BSD
dev-haskell/xml-conduit::gentoo
- Ebuilds: 3, Testing: 1.9.1.4
Description: Pure-Haskell utilities for dealing with XML with the conduit package
Homepage: https://github.com/snoyberg/xml
License: MIT
dev-haskell/xml-hamlet::gentoo
- Ebuilds: 2, Testing: 0.5.0.2
Description: Hamlet-style quasiquoter for XML content
Homepage: https://www.yesodweb.com/
License: BSD
dev-haskell/xml-types::gentoo
- Ebuilds: 1, Testing: 0.3.8-r1
Description: Basic types for representing XML
Homepage: https://git.singpolyma.net/xml-types-haskell
License: MIT
dev-haskell/xss-sanitize::gentoo
- Ebuilds: 2, Testing: 0.3.7.2-r1
Description: sanitize untrusted HTML to prevent XSS attacks
Homepage: https://github.com/yesodweb/haskell-xss-sanitize#readme
License: BSD-2
dev-haskell/yaml::gentoo
- Ebuilds: 2, Testing: 0.11.11.2
Description: Support for parsing and rendering YAML documents
Homepage: https://github.com/snoyberg/yaml#readme
License: BSD
dev-haskell/yesod::gentoo
- Ebuilds: 1, Testing: 1.6.2.3
Description: Creation of type-safe, RESTful web applications
Homepage: https://www.yesodweb.com/
License: MIT
dev-haskell/yesod-core::gentoo
- Ebuilds: 1, Testing: 1.6.28.1
Description: Creation of type-safe, RESTful web applications
Homepage: https://www.yesodweb.com/
License: MIT
dev-haskell/yesod-form::gentoo
- Ebuilds: 2, Testing: 1.7.4
Description: Form handling support for Yesod Web Framework
Homepage: https://www.yesodweb.com/
License: MIT
dev-haskell/yesod-persistent::gentoo
- Ebuilds: 1, Testing: 1.6.0.8
Description: Some helpers for using Persistent from Yesod
Homepage: https://www.yesodweb.com/
License: MIT
dev-haskell/yesod-static::gentoo
- Ebuilds: 1, Testing: 1.6.1.3
Description: Static file serving subsite for Yesod Web Framework
Homepage: https://www.yesodweb.com/
License: MIT
dev-haskell/yesod-test::gentoo
- Ebuilds: 2, Testing: 1.6.14
Description: integration testing for WAI/Yesod Applications
Homepage: https://www.yesodweb.com
License: MIT
dev-haskell/zip-archive::gentoo
- Ebuilds: 3, Testing: 0.4.3.2
Description: Library for creating and modifying zip archives
Homepage: https://github.com/jgm/zip-archive
License: BSD
dev-haskell/zlib::gentoo
- Ebuilds: 3, Testing: 0.7.1.0
Description: Compression and decompression in the gzip and zlib formats
Homepage: https://hackage.haskell.org/package/zlib
License: BSD
dev-haskell/zlib-clib::gentoo
- Ebuilds: 1, Testing: 1.3.1
Description: zlib C library bits
Homepage: https://hackage.haskell.org/package/zlib-clib
License: ZLIB