aeson-qq
- Ebuilds: 1, Testing: 0.8.4 Description:
This package provides a JSON quasiquoter for Haskell which exposes
the function aesonQQ that compile-time converts a string representation
of a JSON value into a Data.Aeson.Value.aesonQQ.
Homepage:https://github.com/sol/aeson-qq License: MIT
authenticate-oauth
- Ebuilds: 1, Testing: 1.7 Description:
This package provides a haskell library to handle authentication
via OAuth protocol for Haskell web applications.
Homepage:https://github.com/yesodweb/authenticate License: BSD
auto-update
- Ebuilds: 1, Testing: 0.2.2 Description:
This package provides package, which is capable to efficiently
run periodic, on-demand actions.
Homepage:https://github.com/yesodweb/wai License: MIT
base-prelude
- Ebuilds: 1, Testing: 1.6.1.1 Description:
A library which aims to reexport all the non-conflicting and
most general definitions from the "base" package. This includes
APIs for applicatives, arrows, monoids, foldables, traversables,
exceptions, generics, ST, MVars and STM.
Homepage:https://github.com/nikita-volkov/base-prelude License: MIT
binary-parser
- Ebuilds: 1, Testing: 0.5.7.6 Description:
A highly-efficient but limited parser API specialised for bytestrings
(time- and space-efficient implementation of byte vectors)
Homepage:https://github.com/nikita-volkov/binary-parser License: MIT
bytestring-strict-builder
- Ebuilds: 1, Testing: 0.4.5.7 Description:
Practical benchmarks have proven it to be highly performant as well.
The encoders from the "postgresql-binary" library have shown a stable
performance improvement by factors of up to 10 after the migration
from the standard builder to "bytestring-strict-builder".
Homepage:https://github.com/nikita-volkov/bytestring-strict-builder License: MIT
bytestring-tree-builder
- Ebuilds: 1, Testing: 0.2.7.12 Description:
According to the benchmarks this builder implementation beats all the alternatives.
It is especially well-suited for generating strict bytestrings,
beating the standard builder by at least the factor of 4.
Homepage:https://github.com/nikita-volkov/bytestring-tree-builder License: MIT
cabal-syntax
- Ebuilds: 1, Testing: 3.16.0.0 Description:
This library provides tools for reading and manipulating the .cabal
file format.
Homepage:https://github.com/haskell/cabal License: BSD
cache
- Ebuilds: 1, Testing: 0.1.3.0 Description:
An in-memory key/value store with expiration support, similar to
patrickmn/go-cache for Go. The cache is a shared mutable HashMap
implemented using STM. It supports item expiration.
Homepage:https://github.com/hverr/haskell-cache License: BSD
chasingbottoms
- Ebuilds: 1, Testing: 1.3.1.15 Description:
It is usually easy to get a grip on bottoms by showing a value and
waiting to see how much gets printed before the first exception
is encountered. However, that quickly gets tiresome and is hard
to automate using e.g. QuickCheck.
Homepage:https://hackage.haskell.org/package/ChasingBottoms License: MIT
cipher-aes128
- Ebuilds: 1, Testing: 0.7.0.6 Description:
This package provides an implementation of AES and common modes of operation.
It borrows Hanquez C AES code but is unique due to including compile-time
detection of NI compiler support, a slightly more functional interface for
GCM operations, exposure of Ptr based operations via the .Internal module,
and build-in crypto-api support.
Homepage:https://github.com/TomMD/cipher-aes128 License: BSD
colourista
- Ebuilds: 1, Testing: 0.1.0.2 Description:
This package provides a convenient interface for printing colourful
messages based on the ansi-terminal library.
Homepage:https://github.com/kowainik/colourista License: MPL-2.0
concise
- Ebuilds: 1, Testing: 0.1.0.1 Description:
concise provides a handful of functions to extend what you can do
with Control.Lens.Cons, like convert one type with a Cons instance
into the other.
Homepage:https://github.com/frasertweedale/hs-concise License: BSD
configurator-pg
- Ebuilds: 1, Testing: 0.2.10 Description:
This module provides a simplified and updated interface to the
configuration file format of configurator and configurator-ng.
Its aim is primarily to allow updating programs that depend
on configurator-ng to new versions of GHC without changing
the configuration file format.
Homepage:https://github.com/robx/configurator-pg License: BSD
conversion
- Ebuilds: 1, Testing: 1.2.1 Description:
This library provides a typeclass with instances for types defined
in "base". Instances for other types are expected to be defined
in other libraries.
Homepage:https://github.com/nikita-volkov/conversion License: MIT
conversion-text
- Ebuilds: 1, Testing: 1.0.1.1 Description:
This library provides a typeclass with instances for types defined
for Text. Instances for other types are expected to be defined
in other libraries.
Homepage:https://github.com/nikita-volkov/conversion-text License: MIT
daemons
- Ebuilds: 1, Testing: 0.3.0 Description:
Library provides RPC-like wrappers for pipes, serialization and
incremental deserialization pipes, functions to setup pipes
around sockets, high-level interface to starting daemonized programs
that are controlled through sockets and a low-level interface
to starting, and controlling detached jobs.
Homepage:https://github.com/scvalex/daemons License: GPL-3
data-bword
- Ebuilds: 1, Testing: 0.1.0.2 Description:
This package provides a haskell library with extra (vs. Data.Bits)
operations on binary words of fixed length.
Homepage:https://github.com/mvv/data-bword License: BSD
data-checked
- Ebuilds: 1, Testing: 0.3 Description:
This package provides a (phantom) type-indexed newtype evidence-wrapper
for values that are checked to satisfy the property
associated with the type.
Homepage:https://github.com/mvv/data-checked License: BSD
data-dword
- Ebuilds: 1, Testing: 0.3.2.1 Description:
This package provides Template Haskell utilities for declaring
fixed-length binary word data types. Signed and unsigned 96, 128,
160, 192, 224, and 256-bit types are predefined.
Homepage:https://github.com/mvv/data-dword License: BSD
data-endian
- Ebuilds: 1, Testing: 0.1.1 Description:
This package provides Haskell library with helpers inside
for converting endian-sensitive data.
Homepage:https://github.com/mvv/data-endian License: BSD
data-serializer
- Ebuilds: 1, Testing: 0.3.5 Description:
This package provides a common API for Haskell serialization
libraries like binary (efficient, pure binary serialisation) and cereal.
Homepage:https://github.com/mvv/data-serializer License: BSD
data-textual
- Ebuilds: 1, Testing: 0.3.0.3 Description:
This package provides an interface for converting between data
and its (human-friendly) textual representation.
Homepage:https://github.com/mvv/data-textual License: BSD
deepseq
- Ebuilds: 1, Testing: 1.5.2.0 Description:
This package provides methods for fully evaluating data structures ("deep evaluation").
Deep evaluation is often used for adding strictness to a program, e.g. in order
to force pending exceptions, remove space leaks, or force lazy I/O to happen
Homepage:https://github.com/haskell/deepseq License: BSD
deferred-folds
- Ebuilds: 1, Testing: 0.9.18.6 Description:
This library is in an experimental state and provides an abstractions
over deferred folds. Users should be prepared for frequent updates.
Homepage:https://github.com/nikita-volkov/deferred-folds License: MIT
drbg
- Ebuilds: 1, Testing: 0.5.5 Description:
This package provides a deterministic random bit generator
(also known as RNG, PRNG) based HMACs, Hashes, and Ciphers.
Homepage:https://github.com/TomMD/DRBG License: BSD
either
- Ebuilds: 1, Testing: 5.0.2 Description:
This package provides an either monad transformer, which is also
known as combinators for working with sums.
Homepage:https://github.com/ekmett/either License: BSD
expiring-cache-map
- Ebuilds: 1, Testing: 0.0.6.1 Description:
A simple general purpose shared state cache map with
automatic expiration of values, for caching the results
of accessing a resource such as reading a file.
Homepage:https://github.com/elblake/expiring-cache-map License: BSD
filelock
- Ebuilds: 1, Testing: 0.1.1.7 Description:
This package provides an interface to Windows and Unix file locking
functionalities (flock / LockFileEx)
Homepage:https://github.com/haskell-pkg-janitors/filelock License: public-domain
gitrev
- Ebuilds: 1, Testing: 1.3.1 Description:
This package provides some handy Template Haskell splices for
including the current git hash and branch in the code of your project.
Useful for including in panic messages, --version output, or diagnostic
info for more informative bug reports.
Homepage:https://github.com/acfoltzer/gitrev License: BSD
groups
- Ebuilds: 1, Testing: 0.5.3 Description:
This package provides a group (Group and Abelian group typeclasses)
is a monoid with invertibility.
Homepage:https://github.com/Taneb/groups License: BSD
haskell-src-meta
- Ebuilds: 1, Testing: 0.8.14 Description:
This package provides a library for converting a parsed AST from
<pkg>dev-haskell/haskell-src-exts</pkg> to a TH AST for use in splices
and quasiquoters.
Homepage:https://github.com/haskell-party/haskell-src-meta License: BSD
hasql
- Ebuilds: 1, Testing: 1.6.4.4 Description:
Hasql is a highly efficient PostgreSQL driver and a mapping API.
It targets both the users, who need a low level of abstraction,
and the users, who face the typical tasks of DB-powered applications,
providing them with higher-level APIs.
Homepage:https://github.com/nikita-volkov/hasql License: MIT
hasql-dynamic-statements
- Ebuilds: 1, Testing: 0.3.1.5 Description:
This library introduces into the Hasql ecosystem a new abstraction
named Snippet, which makes it trivial to construct SQL, while
injecting values. It is intended to be used when the SQL of your
statement depends on the parameters, that you want to pass in.
Homepage:https://github.com/nikita-volkov/hasql-dynamic-statements License: MIT
hasql-notifications
- Ebuilds: 1, Testing: 0.2.0.6 Description:
Use PostgreSQL Asynchronous notification support (send commands LISTEN
and NOTIFY to the database server) with your Hasql Types.
Homepage:https://github.com/diogob/hasql-notifications License: BSD
hasql-pool
- Ebuilds: 1, Testing: 0.10.1 Description:
A pool of connections for Hasql (PostgreSQL) with parameters like,
pool size, timeout, connections settings.
Homepage:https://github.com/nikita-volkov/hasql-pool License: MIT
hasql-transaction
- Ebuilds: 1, Testing: 1.0.1.4 Description:
A composable abstraction over the retryable transactions for Hasql.
Executes multiple queries under the specified mode and isolation level,
while automatically retrying the transaction in case of conflicts.
Thus this abstraction closely reproduces the behaviour of STM.
Homepage:https://github.com/nikita-volkov/hasql-transaction License: MIT
heredoc
- Ebuilds: 1, Testing: 0.2.0.0 Description:
multi-line string / here document using QuasiQuotes
Create a string-literal expression from the string being quoted.
Newline literals are normalized to UNIX newlines (one '\n' character).
Homepage:https://hackage.haskell.org/package/heredoc License: public-domain
hspec-wai-json
- Ebuilds: 1, Testing: 0.11.0 Description:
Testing JSON APIs with hspec-wai.
Helpers to test WAI application with Hspec (Testing Framework for Haskell)
Homepage:https://github.com/hspec/hspec-wai License: MIT
http2
- Ebuilds: 1, Testing: 5.1.4 Description:
This package provides an implementation of HTTP/2 based
on Haskell lightweight threads.
Homepage:https://github.com/kazu-yamamoto/http2 License: BSD
ilist
- Ebuilds: 1, Testing: 0.4.0.1 Description:
This is a library with lots of list functions that are related to indices.
It has often-reinvented deleteAt, setAt, etc, as well as indexed variants
of functions from Data.List (e.g. imap, ifilter, izipWith).
Homepage:https://github.com/brandonhamilton/ilist License: MPL-2.0
indexed-profunctors
- Ebuilds: 1, Testing: 0.1.1.1 Description:
This package contains basic definitions related to indexed profunctors.
These are primarily intended as internal utilities to support the optics
and generic-lens package families.
Homepage:https://github.com/well-typed/optics License: BSD
ini
- Ebuilds: 1, Testing: 0.4.2 Description:
This package provides a library with quick and easy configuration files
in the INI format, with case-sensitive keys.
Homepage:https://github.com/andreasabel/ini License: BSD
inspection-testing
- Ebuilds: 1, Testing: 0.5.0.3 Description:
This package provides a GHC plugin that allows to embed assertions
about the intermediate code into your Haskell code, and have them
checked by GHC.
Homepage:https://github.com/nomeata/inspection-testing License: MIT
jose
- Ebuilds: 1, Testing: 0.10.0.1 Description:
An implementation of the Javascript Object Signing and Encryption (JOSE)
and JSON Web Token (JWT; RFC 7519) formats.
Homepage:https://github.com/frasertweedale/hs-jose License: Apache-2.0
json-ast
- Ebuilds: 1, Testing: 0.3.2 Description:
Universal JSON AST datastructure, which is intended to be used
as a shared data-type by all kinds of JSON libraries.
Homepage:https://github.com/nikita-volkov/json-ast License: MIT
keys
- Ebuilds: 1, Testing: 3.12.3 Description:
This package provides a bunch of ad hoc classes for accessing parts
of a container.
Homepage:https://github.com/ekmett/keys License: BSD
language-docker
- Ebuilds: 1, Testing: 13.0.0 Description:
All functions for parsing and pretty-printing Dockerfiles are
exported through Language.Docker. For more fine-grained operations
look for specific modules that implement a certain functionality.
Homepage:https://github.com/hadolint/language-docker License: GPL-3+
lens-aeson
- Ebuilds: 1, Testing: 1.2.3 Description:
This package provides traversals and prisms for the Aeson library
Value type, while obeying the Traversal/Prism laws.
Homepage:https://github.com/lens/lens-aeson License: MIT
loch-th
- Ebuilds: 1, Testing: 0.2.2 Description:
This module provides a Template Haskell based mechanism to tag
failures with the location of the failure call. The location
message includes the file name, line and column numbers.
Homepage:https://github.com/liskin/loch-th License: BSD
mime-mail
- Ebuilds: 1, Testing: 0.5.1 Description:
This package provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into bytestrings,
and the ability to send bytestrings via the sendmail executable.
Homepage:https://github.com/snoyberg/mime-mail License: MIT
modern-uri
- Ebuilds: 1, Testing: 0.3.6.1 Description:
This is a modern library for working with URIs in Haskell as per RFC 3986,
with feature of correct by construction URI data type.
Homepage:https://github.com/mrkkrp/modern-uri License: BSD
monad-time
- Ebuilds: 1, Testing: 0.4.0.0 Description:
MonadTime type class for monads which carry the notion of
the current time with generic, overlapping instance.
Homepage:https://github.com/scrive/monad-time License: BSD
monoid-subclasses
- Ebuilds: 1, Testing: 1.2.6 Description:
This package provides a hierarchy of subclasses of Monoid together
with their instances for all data structures from base,
containers, and text packages.
Homepage:https://github.com/blamario/monoid-subclasses License: BSD
network-ip
- Ebuilds: 1, Testing: 0.3.0.3 Description:
This package provides Internet Protocol data structures,
including address ranges classification from RFC6890.
Homepage:https://github.com/mvv/network-ip License: BSD
optics-core
- Ebuilds: 1, Testing: 0.4.1.1 Description:
This package makes it possible to define and use Lenses, Traversals,
Prisms and other optics, using an abstract interface.
This variant provides core definitions with a minimal dependency
footprint.
Homepage:https://github.com/well-typed/optics License: BSD
optics-extra
- Ebuilds: 1, Testing: 0.4.2.1 Description:
This package provides extra definitions and instances that extend
the optics-core package, without incurring too many dependencies.
Homepage:https://github.com/well-typed/optics License: BSD
optics-th
- Ebuilds: 1, Testing: 0.4.1 Description:
This package is part of the optics package family. It provides machinery
to construct optics using TemplateHaskell. See the template-haskell-optics
package for optics to work with template-haskell types.
Homepage:https://github.com/well-typed/optics License: BSD
pipes
- Ebuilds: 1, Testing: 4.3.16 Description:
This package provides a clean and powerful stream processing library
that lets you build and connect reusable streaming components.
Homepage:https://github.com/Gabriella439/pipes License: BSD
placeholders
- Ebuilds: 1, Testing: 0.1 Description:
This library provides placeholders that produce better messages
when evaluated at run-time and also generate compile-time warnings
so that they do not get forgotten so easily.
Homepage:https://github.com/ahammar/placeholders License: BSD
pointed
- Ebuilds: 1, Testing: 5.0.5 Description:
This package provides a Haskell 98 pointed and copointed data types,
without Safe Haskell support.
Homepage:https://github.com/ekmett/pointed License: BSD
port-utils
- Ebuilds: 1, Testing: 0.2.1.0 Description:
This package creates a socket bound to a random port and waits for
an attempt to connect to given host and port repeatedly
until successful.
Homepage:https://github.com/jfischoff/port-utils License: BSD
postgresql-binary
- Ebuilds: 1, Testing: 0.13.1.3 Description:
An API for dealing with PostgreSQL's binary data format.
It can be used to implement performant bindings to Postgres.
It supports all Postgres versions starting from 8.3.
Homepage:https://github.com/nikita-volkov/postgresql-binary License: MIT
postgresql-libpq
- Ebuilds: 1, Testing: 0.10.2.0 Description:
This package provides a binding to libpq, the C application
programmer's interface to PostgreSQL. libpq is a set of library
functions that allow client programs to pass queries to the
PostgreSQL backend server and to receive the results of these queries.
Homepage:https://github.com/haskellari/postgresql-libpq License: BSD
postgresql-simple
- Ebuilds: 1, Testing: 0.6.5.1 Description:
This package provides a mid-Level PostgreSQL client library,
for accessing PostgreSQL from Haskell, which was forked from
mysql-simple.
Homepage:https://github.com/haskellari/postgresql-libpq License: BSD
pretty-simple
- Ebuilds: 1, Testing: 4.0.0.0 Description:
pretty-simple is a pretty printer for Haskell data types that
have a Show instance. pretty-simple can be used to pretty-print
the JSON-encoded bar in an easy-to-read format.
Homepage:https://github.com/cdepillabout/pretty-simple License: BSD
prettyclass
- Ebuilds: 1, Testing: 1.0.0.0 Description:
Pretty printing class similar to Show, based on the HughesPJ pretty
printing library. Provides the pretty printing class and instances
for the Prelude types.
Homepage:https://hackage.haskell.org/package/prettyclass License: BSD
primes
- Ebuilds: 1, Testing: 0.2.1.0 Description:
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by "Lazy wheel sieves and spirals of primes".
Homepage:https://github.com/sebfisch/primes License: BSD
protolude
- Ebuilds: 1, Testing: 0.3.4 Description:
A sensible set of defaults for writing custom Preludes with the following
design points: Banishes String, Banishes partial functions, etc.
Homepage:https://github.com/sdiehl/protolude License: MIT
ptr
- Ebuilds: 1, Testing: 0.16.8.6 Description:
Collection of experimental abstractions over pointer operations for
ByteString, Read, Peek, Poke, etc.
Homepage:https://github.com/nikita-volkov/ptr License: MIT
ranged-sets
- Ebuilds: 1, Testing: 0.4.0 Description:
A ranged set is an ordered list of ranges.
Ranged sets allow programming with sets of values that are described
by a list of ranges. A value is a member of the set if it lies within
one of the ranges. The ranges in a set are ordered and
non-overlapping, so the standard set operations can be implemented by
merge algorithms in O(n) time.
Homepage:https://github.com/PaulJohnson/Ranged-sets License: BSD
rebase
- Ebuilds: 1, Testing: 1.19 Description:
This package is intended for those who are tired of keeping long lists
of dependencies to the same essential libraries in each package as well
as the endless imports of the same APIs all over again. It also supports
the modern tendencies in the language.
Homepage:https://github.com/nikita-volkov/rebase License: MIT
req
- Ebuilds: 1, Testing: 3.13.1 Description:
Req is an HTTP client library that attempts to be easy-to-use
(designed to be beginner-friendly), type-safe (tries to eliminate
certain classes of errors), and expandable.
Homepage:https://github.com/mrkkrp/req License: BSD
rerebase
- Ebuilds: 1, Testing: 1.19 Description:
A drop-in replacement for the "base" package, which extends it with
reexports of the APIs of a bunch of de-facto standard libraries like
"text", "bytestring", "vector", "containers", "unordered-containers",
"hashable", "transformers", "stm". It reexports all the standard modules
from those libraries as well as "base" under the same namespaces.
Homepage:https://github.com/nikita-volkov/rerebase License: MIT
rsa
- Ebuilds: 1, Testing: 2.4.1 Description:
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are
not necessarily the fastest ones on the planet.
Homepage:https://github.com/GaloisInc/RSA License: BSD
scotty
- Ebuilds: 2, Testing: 0.21 Description:
Scotty is a way to write RESTful, declarative web applications.
A page is as simple as defining the verb, url pattern, and Text content.
It is template-language agnostic. Anything that returns a Text value will do.
Conforms to WAI Application interface.
Uses very fast Warp webserver by default.
Homepage:https://github.com/scotty-web/scotty License: BSD
scrypt
- Ebuilds: 1, Testing: 0.5.0 Description:
Scrypt is a key derivation function designed to be far more secure
against hardware brute-force attacks than alternative functions
such as PBKDF2 or bcrypt.
Homepage:https://github.com/informatikr/scrypt License: BSD
selective
- Ebuilds: 1, Testing: 0.7.0.1 Description:
This is a library for selective applicative functors, or just selective
functors for short, an abstraction between applicative functors and monads.
Homepage:https://github.com/snowleopard/selective License: MIT
semver
- Ebuilds: 1, Testing: 0.4.0.1 Description:
This package provides a representation, manipulation, and
de/serialisation of a Version type following the Semantic
Versioning specification.
Homepage:https://github.com/brendanhay/semver License: MPL-2.0
spdx
- Ebuilds: 1, Testing: 1.0.0.3 Description:
This package provides an extra types in addition to SPDX types
provided by Cabal.
Homepage:https://github.com/phadej/spdx License: BSD
swagger2
- Ebuilds: 1, Testing: 2.8.9 Description:
This library is intended to be used for decoding and encoding
Swagger 2.0 API specifications as well as manipulating them.
Homepage:https://github.com/GetShopTV/swagger2 License: BSD
tasty-hspec
- Ebuilds: 1, Testing: 1.2.0.2 Description:
This package provides a Tasty provider for Hspec test suites.
hspec and tasty serve similar purposes; consider using one or the other.
However, in a pinch, this module allows you to run an hspec Spec
as a tasty TestTree.
Homepage:https://github.com/mitchellwrosen/tasty-hspec License: BSD
template-haskell-compat-v0208
- Ebuilds: 1, Testing: 0.1.9.4 Description:
This package provides a collection of functions that aims to help you
to write Template Haskell that is compatible with all versions of GHC
starting from 7.6. The oldest GHC serves as the common denominator here,
so the newer functionality is avoided here.
Homepage:https://github.com/nikita-volkov/template-haskell-compat-v0208 License: MIT
text-builder-dev
- Ebuilds: 1, Testing: 0.3.3.2 Description:
This package provides a development version of <pkg>dev-haskell/text-builder</pkg>.
All experimentation and feature development happens in it.
Homepage:https://github.com/nikita-volkov/text-builder-dev License: MIT
text-latin1
- Ebuilds: 1, Testing: 0.3.1 Description:
This package provides various functions over the ASCII ang
Latin-1 portions of the Char and Word8 data types.
Homepage:https://github.com/mvv/text-latin1 License: BSD
text-metrics
- Ebuilds: 1, Testing: 0.3.2 Description:
This package provides a library with efficient implementations
of various strings metric algorithms. It works with strict Text values.
Homepage:https://github.com/mrkkrp/text-metrics License: BSD
text-printer
- Ebuilds: 1, Testing: 0.5.0.2 Description:
This package provides an abstract interface for injecting text
into monoids such as builders and printers.
Homepage:https://github.com/mvv/text-printer License: BSD
th-expand-syns
- Ebuilds: 1, Testing: 0.4.11.0 Description:
This package provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.
Homepage:https://github.com/DanielSchuessler/th-expand-syns License: BSD
th-orphans
- Ebuilds: 1, Testing: 0.13.15 Description:
This package provides an orphan instances for TH datatypes.
In particular, instances for Ord and Lift, as well as a few missing Show / Eq.
Homepage:https://github.com/mgsloan/th-orphans License: BSD
th-reify-many
- Ebuilds: 1, Testing: 0.1.10 Description:
This package provides functions for recursively reifying top level
declarations. The main intended use case is for enumerating the names of
datatypes reachable from an initial datatype, and passing these names to
some function which generates instances.
Homepage:https://github.com/mgsloan/th-reify-many License: BSD
time-manager
- Ebuilds: 1, Testing: 0.1.1 Description:
This package provides package, which is capable to scalable
timer functions provided by a timer manager.
Homepage:https://github.com/yesodweb/wai License: MIT
timerep
- Ebuilds: 1, Testing: 2.1.0.0 Description:
This started out as a simple project to parse and display time
according to RFC 3339, but with time gained ability to convert
to and from other RFCs as well.
Homepage:https://github.com/HugoDaniel/timerep License: BSD
tmp-postgres
- Ebuilds: 1, Testing: 1.35.0.0_pre20230808 Description:
This package provides functions for creating a temporary postgres
instance. By default it will create a temporary data directory and
a temporary directory for a UNIX domain socket for postgres to listen on.
Homepage:https://github.com/jfischoff/tmp-postgres License: BSD
type-hint
- Ebuilds: 1, Testing: 0.1 Description:
This package provides Proxy values for various types from
the base library and functions to use these values as hints
for type inference.
Homepage:https://github.com/mvv/type-hint License: BSD
tz
- Ebuilds: 1, Testing: 0.1.3.6 Description:
A library that can read time zone info files (aka. Olson files),
and does time zone conversions in a pure and efficient way
Homepage:https://github.com/ysangkok/haskell-tz License: Apache-2.0
tzdata
- Ebuilds: 1, Testing: 0.2.20240201.0 Description:
This package distributes the standard Time Zone Database in
a cabal package, so that it can be used in Haskell programs
uniformly on all platforms.
Homepage:https://github.com/ysangkok/haskell-tzdata License: Apache-2.0
unix-time
- Ebuilds: 1, Testing: 0.4.16 Description:
This package provides a Haskell library with fast parser, formatter
and utilities for Unix time.
Homepage:https://hackage.haskell.org/package/unix-time License: BSD
uri-bytestring
- Ebuilds: 1, Testing: 0.4.0.1 Description:
This package provides an RFC3986 compliant URI parser that uses
efficient ByteStrings for parsing and representing the URI data.
Homepage:https://github.com/Soostone/uri-bytestring License: BSD
wai
- Ebuilds: 1, Testing: 3.2.4 Description:
This package provides a common protocol for communication between
web applications and web servers.
Homepage:https://github.com/yesodweb/wai License: MIT
warp
- Ebuilds: 1, Testing: 3.4.4 Description:
This package provides a Haskell library with fast, light-weight
web server for WAI applications.
Homepage:https://github.com/yesodweb/wai License: MIT