aeson-qq : JSON quasiquoter for Haskell ( https://github.com/sol/aeson-qq )
authenticate-oauth : Library to authenticate with OAuth for Haskell web applications ( https://github.com/yesodweb/authenticate )
auto-update : Efficiently run periodic, on-demand actions ( https://github.com/yesodweb/wai )
base-prelude : The most complete prelude formed only from the base package ( https://github.com/nikita-volkov/base-prelude )
binary-parser : A highly-efficient but limited parser API for bytestrings ( https://github.com/nikita-volkov/binary-parser )
bytestring-strict-builder : An efficient strict bytestring builder ( https://github.com/nikita-volkov/bytestring-strict-builder )
bytestring-tree-builder : A ByteString builder implementation based on the binary tree ( https://github.com/nikita-volkov/bytestring-tree-builder )
cabal-syntax : A library for working with .cabal files ( https://github.com/haskell/cabal )
cache : An in-memory key/value store with expiration support ( https://github.com/hverr/haskell-cache )
chasingbottoms : For testing partial and infinite values ( https://hackage.haskell.org/package/ChasingBottoms )
cipher-aes128 : AES and common modes using AES-NI when available ( https://github.com/TomMD/cipher-aes128 )
colourista : Convenient interface for printing colourful messages ( https://github.com/kowainik/colourista )
commutative-semigroups : Commutative semigroups ( https://github.com/obsidiansystems/commutative-semigroups )
concise : Utilities for Control.Lens.Cons ( https://github.com/frasertweedale/hs-concise )
concurrent-output : Ungarble output from several threads or commands ( https://hackage.haskell.org/package/concurrent-output )
configurator-pg : Reduced parser for configurator-ng config files ( https://github.com/robx/configurator-pg )
contravariant-extras : Extras for the contravariant package ( https://github.com/nikita-volkov/contravariant-extras )
conversion : Universal converter between values of different types ( https://github.com/nikita-volkov/conversion )
conversion-bytestring : Conversion instances for the bytestring library ( https://github.com/nikita-volkov/conversion-bytestring )
conversion-text : Conversion instances for the text library ( https://github.com/nikita-volkov/conversion-text )
cpphs : A liberalised re-implementation of cpp, the C pre-processor ( https://github.com/haskell-pkg-janitors/cpphs )
crypto-pubkey-types : Generic cryptography Public keys algorithm types ( https://github.com/vincenthz/hs-crypto-pubkey-types )
cryptohash-cryptoapi : Crypto-api interfaces for cryptohash ( https://github.com/vincenthz/hs-cryptohash-cryptoapi )
daemons : Daemons in Haskell made fun and easy ( https://github.com/scvalex/daemons )
data-bword : Extra operations on binary words of fixed length ( https://github.com/mvv/data-bword )
data-checked : Type-indexed runtime-checked properties for Haskell ( https://github.com/mvv/data-checked )
data-dword : Stick two binary words together to get a bigger one ( https://github.com/mvv/data-dword )
data-endian : Endian-sensitive data ( https://github.com/mvv/data-endian )
data-serializer : Common API for Haskell serialization libraries ( https://github.com/mvv/data-serializer )
data-sketches : Stochastic streaming algorithms for approximate computation ( https://github.com/iand675/datasketches-haskell )
data-sketches-core : Stochastic streaming algorithms for approximate computation ( https://github.com/iand675/datasketches-haskell )
data-textual : Human-friendly textual representations for Haskell ( https://github.com/mvv/data-textual )
deepseq : Deep evaluation of data structures ( https://github.com/haskell/deepseq )
deferred-folds : Abstractions over deferred folds ( https://github.com/nikita-volkov/deferred-folds )
drbg : Deterministic random bit generator (aka PRNG) ( https://github.com/TomMD/DRBG )
either : An either monad transformer ( https://github.com/ekmett/either )
expiring-cache-map : General purpose simple caching ( https://codeberg.org/elblake/expiring-cache-map )
filelock : Portable interface to file locking ( https://github.com/haskell-pkg-janitors/filelock )
focus : Manipulating elements of container data structures ( https://github.com/nikita-volkov/focus )
fuzzyset : A fuzzy string set implementation in Haskell ( https://github.com/laserpants/fuzzyset-haskell )
generic-monoid : Derive monoid instances for product types ( https://hackage.haskell.org/package/generic-monoid )
gitrev : Compile git revision info into Haskell projects ( https://github.com/acfoltzer/gitrev )
groups : Group and Abelian group typeclasses ( https://github.com/Taneb/groups )
haskell-src : Support for manipulating Haskell source code ( https://github.com/haskell-pkg-janitors/haskell-src )
haskell-src-meta : Parse source to template-haskell abstract syntax ( https://github.com/haskell-party/haskell-src-meta )
hasql : An efficient PostgreSQL driver with a flexible mapping API ( https://github.com/nikita-volkov/hasql )
hasql-dynamic-statements : Dynamic statements for Hasql ( https://github.com/nikita-volkov/hasql-dynamic-statements )
hasql-implicits : Implicit definitions for Hasql ( https://github.com/nikita-volkov/hasql-implicits )
hasql-notifications : PostgreSQL Asynchronous notification ( https://github.com/diogob/hasql-notifications )
hasql-pool : A pool of connections for Hasql ( https://github.com/nikita-volkov/hasql-pool )
hasql-transaction : Abstraction over transactions for Hasql ( https://github.com/nikita-volkov/hasql-transaction )
hedgehog : Release with confidence ( https://github.com/hedgehogqa/haskell-hedgehog )
heredoc : multi-line string / here document using QuasiQuotes ( https://hackage.haskell.org/package/heredoc )
hspec : A Testing Framework for Haskell ( https://github.com/hspec/hspec )
hspec-api : A Testing Framework for Haskell ( https://github.com/hspec/hspec )
hspec-core : A Testing Framework for Haskell ( https://github.com/hspec/hspec )
hspec-discover : Automatically discover and run Hspec tests ( https://github.com/hspec/hspec )
hspec-expectations : Catchy combinators for HUnit ( https://github.com/hspec/hspec-expectations )
hspec-expectations-lifted : A version of hspec-expectations generalized to MonadIO ( https://github.com/hspec/hspec-expectations-lifted )
hspec-golden : Golden tests for hspec ( https://github.com/stackbuilders/hspec-golden )
hspec-junit-formatter : A JUnit XML runner/formatter for hspec ( https://github.com/freckle/hspec-junit-formatter )
hspec-meta : A version of Hspec which is used to test Hspec itself ( https://github.com/hspec/hspec )
hspec-wai-json : Testing JSON APIs with hspec-wai ( https://github.com/hspec/hspec-wai )
hxt : A collection of tools for processing XML with Haskell ( https://github.com/UweSchmidt/hxt )
hxt-charproperties : Character properties and classes for XML and Unicode ( https://github.com/UweSchmidt/hxt )
hxt-regex-xmlschema : A regular expression library for W3C XML Schema regular expressions ( https://github.com/UweSchmidt/hxt )
hxt-unicode : Unicode en-/decoding functions for utf8, iso-latin-* and other encodings ( https://github.com/UweSchmidt/hxt )
ilist : Index-related functions for lists ( https://github.com/brandonhamilton/ilist )
indexed-profunctors : Utilities for indexed profunctors ( https://github.com/well-typed/optics )
ini : Configuration files in the INI format ( https://github.com/andreasabel/ini )
insert-ordered-containers : Associative containers retating insertion order for traversals ( https://github.com/phadej/insert-ordered-containers )
inspection-testing : GHC plugin to do inspection testing ( https://github.com/nomeata/inspection-testing )
interpolatedstring-perl6 : QuasiQuoter for Perl6 style multi-line interpolated ( https://github.com/audreyt/interpolatedstring-perl6 )
iso8601-time : Convert to/from the ISO 8601 time format ( https://github.com/nh2/iso8601-time )
isomorphism-class : Isomorphism typeclass solving the conversion problem ( https://github.com/nikita-volkov/isomorphism-class )
jose : Haskell JOSE and JWT library ( https://github.com/frasertweedale/hs-jose )
jose-jwt : JSON Object Signing and Encryption Library ( https://github.com/tekul/jose-jwt )
json-ast : Universal JSON AST datastructure ( https://github.com/nikita-volkov/json-ast )
language-docker : Haskell Dockerfile parser, pretty-printer and EDSL ( https://github.com/hadolint/language-docker )
lawful-conversions : Lawful typeclasses for bidirectional conversion between types ( https://github.com/nikita-volkov/lawful-conversions )
lens-aeson : Law-abiding lenses for aeson ( https://github.com/lens/lens-aeson )
list-t : ListT done right ( https://github.com/nikita-volkov/list-t )
loch-th : Support for precise error locations in source files ( https://github.com/liskin/loch-th )
mime-mail : Compose MIME email messages ( https://github.com/snoyberg/mime-mail )
modern-uri : Modern library for working with URIs ( https://github.com/mrkkrp/modern-uri )
monad-time : Type class for monads which carry the notion of the current time ( https://github.com/scrive/monad-time )
monadrandom : Random-number generation monad ( https://github.com/byorgey/MonadRandom )
monoid-subclasses : Subclasses of Monoid ( https://github.com/blamario/monoid-subclasses )
mtl-prelude : Reexports of most definitions from mtl and transformers ( https://github.com/nikita-volkov/mtl-prelude )
neat-interpolation : Quasiquoter for neat and simple multiline text interpolation ( https://github.com/nikita-volkov/neat-interpolation )
network-byte-order : Network byte order utilities ( https://github.com/kazu-yamamoto/network-byte-order )
network-control : Library to control network protocols ( https://github.com/kazu-yamamoto/network-control )
network-ip : Internet Protocol data structures ( https://github.com/mvv/network-ip )
optics-core : Optics as an abstract interface ( https://github.com/well-typed/optics )
optics-extra : Extra utilities and instances for optics-core ( https://github.com/well-typed/optics )
optics-th : Optics as an abstract interface ( https://github.com/well-typed/optics )
pipes : Compositional pipelines ( https://github.com/Gabriella439/pipes )
placeholders : Placeholders for use while developing Haskell code ( https://github.com/ahammar/placeholders )
pointed : Pointed and copointed data ( https://github.com/ekmett/pointed )
polyparse : A variety of alternative parser combinator libraries ( https://github.com/haskell-pkg-janitors/polyparse )
port-utils : Utilities for creating and waiting on ports ( https://github.com/jfischoff/port-utils )
postgres-options : An Options type for PostgreSQL ( https://github.com/jfischoff/postgres-options )
postgresql-binary : Encoders and decoders for the PostgreSQL's binary format ( https://github.com/nikita-volkov/postgresql-binary )
postgresql-libpq : low-level binding to libpq ( https://github.com/haskellari/postgresql-libpq )
postgresql-libpq-configure : A low-level binding to libpq to configure based provider ( https://github.com/haskellari/postgresql-libpq )
postgresql-libpq-pkgconfig : A low-level binding to libpq for pkg-config based provider ( https://github.com/haskellari/postgresql-libpq )
postgresql-simple : Mid-Level PostgreSQL client library ( https://github.com/haskellari/postgresql-libpq )
pretty-simple : Haskell data types that have a Show instance ( https://github.com/cdepillabout/pretty-simple )
prettyclass : Pretty printing class similar to Show ( https://hackage.haskell.org/package/prettyclass )
primes : Efficient, purely functional generation of prime numbers ( https://github.com/sebfisch/primes )
primitive-extras : Extras for the primitive library ( https://github.com/nikita-volkov/primitive-extras )
primitive-unlifted : Primitive GHC types with unlifted types inside ( https://github.com/haskell-primitive/primitive-unlifted )
prometheus-client : Haskell client library for exposing prometheus.io metrics ( https://github.com/fimad/prometheus-haskell )
protolude : A sensible starting Prelude template ( https://github.com/sdiehl/protolude )
ptr : Abstractions for operations on pointers ( https://github.com/nikita-volkov/ptr )
random-shuffle : Random shuffle implementation ( https://hackage.haskell.org/package/random-shuffle )
ranged-sets : Ranged sets for Haskell ( https://github.com/PaulJohnson/Ranged-sets )
rebase : A more progressive alternative to the 'base' package ( https://github.com/nikita-volkov/rebase )
req : Easy-to-use, type-safe, expandable, high-level HTTP client library ( https://github.com/mrkkrp/req )
rerebase : Reexports from 'base' with a bunch of other standard libraries ( https://github.com/nikita-volkov/rerebase )
rsa : Implementation of RSA, using the padding schemes of PKCS#1 v2.1 ( https://github.com/GaloisInc/RSA )
scotty : Haskell web framework ( https://github.com/scotty-web/scotty )
scrypt : Stronger password hashing via sequential memory-hard functions ( https://github.com/informatikr/scrypt )
selective : Selective applicative functors ( https://github.com/snowleopard/selective )
semver : Representation, manipulation, and serialisation of Semantic Versions ( https://github.com/brendanhay/semver )
spdx : SPDX license expression language ( https://github.com/phadej/spdx )
stm-hamt : STM-specialised Hash Array Mapped Trie ( https://github.com/nikita-volkov/stm-hamt )
strict-list : Strict linked list ( https://github.com/nikita-volkov/strict-list )
swagger2 : Swagger 2.0 data model ( https://github.com/GetShopTV/swagger2 )
tasty-discover : Test discovery for the tasty framework ( https://github.com/haskell-works/tasty-discover )
tasty-hedgehog : Integration for tasty and hedgehog ( https://github.com/qfpl/tasty-hedgehog )
tasty-hspec : Hspec support for the Tasty test framework ( https://github.com/mitchellwrosen/tasty-hspec )
template-haskell-compat-v0208 : Backward-compatibility layer for Template Haskell newer than 2.8 ( https://github.com/nikita-volkov/template-haskell-compat-v0208 )
testcontainers : Docker containers for your integration tests ( https://github.com/testcontainers/testcontainers-hs )
testcontainers-postgresql : Testcontainers integration for PostgreSQL ( https://github.com/nikita-volkov/testcontainers-postgresql )
text-builder : Efficient strict text builder ( https://github.com/nikita-volkov/text-builder )
text-builder-dev : Edge of developments for text-builder ( https://github.com/nikita-volkov/text-builder-dev )
text-latin1 : Latin-1 (including ASCII) utility functions for Haskell ( https://github.com/mvv/text-latin1 )
text-metrics : Calculate various string metrics efficiently in Haskell ( https://github.com/mrkkrp/text-metrics )
text-printer : Abstract interace for Haskell text builders/printers ( https://github.com/mvv/text-printer )
th-expand-syns : Expands type synonyms in Template Haskell ASTs ( https://github.com/DanielSchuessler/th-expand-syns )
th-orphans : Orphan instances for TH datatypes ( https://github.com/mgsloan/th-orphans )
th-reify-many : Recurseively reify template haskell datatype info ( https://github.com/mgsloan/th-reify-many )
time-manager : Scalable timer ( https://github.com/yesodweb/wai )
timerep : Parse and display time according to some RFCs ( https://github.com/HugoDaniel/timerep )
tmp-postgres : Create temporary postgres instances ( https://github.com/jfischoff/tmp-postgres )
tuple : Various functions on tuples ( https://github.com/augustss/tuple )
type-hint : Haskell library for helping type inference by using proxy values ( https://github.com/mvv/type-hint )
tz : Efficient time zone handling ( https://github.com/ysangkok/haskell-tz )
tzdata : Distribution of the standard time zone database ( https://github.com/ysangkok/haskell-tzdata )
unix-time : Unix time parser/formatter and utilities ( https://hackage.haskell.org/package/unix-time )
uri-bytestring : Haskell URI parsing as ByteStrings ( https://github.com/Soostone/uri-bytestring )
vector-instances : Additional Instances for Data.Vector ( https://github.com/ekmett/vector-instances )
wai-middleware-static : WAI middleware that serves requests to static files ( https://github.com/scotty-web/wai-middleware-static )
warp : A fast, light-weight web server for WAI applications ( https://github.com/yesodweb/wai )
xmlgen : Fast XML generation library ( https://github.com/skogsbaer/xmlgen )
Add an ebuild in portage :
The ebuild is now in the portage tree.
You can also use layman : emerge layman then layman -a nest
For Paludis use this rsync : rsync://gentoo.zugaina.org/nest-portage
If you have a problem : ycarus(-at-)zugaina.org