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 )
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 )
concise : Utilities for Control.Lens.Cons ( https://github.com/frasertweedale/hs-concise )
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 )
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-textual : Human-friendly textual representations for Haskell ( https://github.com/mvv/data-textual )
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://github.com/elblake/expiring-cache-map )
filelock : Portable interface to file locking ( https://github.com/haskell-pkg-janitors/filelock )
fuzzyset : A fuzzy string set implementation in Haskell ( https://github.com/laserpants/fuzzyset-haskell )
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-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 )
heredoc : multi-line string / here document using QuasiQuotes ( https://hackage.haskell.org/package/heredoc )
hspec-expectations-lifted : A version of hspec-expectations generalized to MonadIO ( https://github.com/hspec/hspec-expectations-lifted )
hspec-wai-json : Testing JSON APIs with hspec-wai ( https://github.com/hspec/hspec-wai )
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 )
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 )
json-ast : Universal JSON AST datastructure ( https://github.com/nikita-volkov/json-ast )
lens-aeson : Law-abiding lenses for aeson ( https://github.com/lens/lens-aeson )
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 )
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 )
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 )
protolude : A sensible starting Prelude template ( https://github.com/sdiehl/protolude )
ptr : Abstractions for operations on pointers ( https://github.com/nikita-volkov/ptr )
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 )
strict-list : Strict linked list ( https://github.com/nikita-volkov/strict-list )
swagger2 : Swagger 2.0 data model ( https://github.com/GetShopTV/swagger2 )
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 )
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 )
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 )
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 )
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