_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ghc-postgresql-simple 0.6.4
Dependencies: ghc-time-compat@1.9.6.1 ghc-aeson@2.0.3.0 ghc-attoparsec@0.14.4 ghc-bytestring-builder@0.10.8.2.0 ghc-case-insensitive@1.2.1.0 ghc-hashable@1.4.2.0 ghc-only@0.1 ghc-postgresql-libpq@0.9.5.0 ghc-scientific@0.3.7.0 ghc-uuid-types@1.0.5 ghc-vector@0.12.3.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/postgresql-simple
Licenses: Modified BSD
Build system: haskell
Synopsis: Mid-Level PostgreSQL client library
Description:

This package provides a mid-Level PostgreSQL client library, forked from ghc-mysql-simple.

ghc-sdl2-ttf 2.1.3
Dependencies: ghc-sdl2@2.5.5.0 ghc-th-abstraction@0.4.5.0 sdl2-ttf@2.20.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/sdl2-ttf
Licenses: Modified BSD
Build system: haskell
Synopsis: Bindings to SDL2_ttf
Description:

This package provides Haskell bindings to SDL2_ttf C++ library.

ghc-wordexp 0.2.2
Dependencies: ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/wordexp
Licenses: Modified BSD
Build system: haskell
Synopsis: Library wrapping @code{wordexp} for Haskell
Description:

wordexp(3) wrapper library for Haskell to perform word expansion like a posix-shell.

ghc-bindings-dsl 1.0.25
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/jwiegley/bindings-dsl/wiki
Licenses: Modified BSD
Build system: haskell
Synopsis: FFI domain specific language, on top of hsc2hs
Description:

This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that hsc2hs can extract from them all Haskell code needed to mimic such interfaces. All Haskell names used are automatically derived from C names, structures are mapped to Haskell instances of Storable, and there are also macros you can use with C code to help write bindings to inline functions or macro functions.

ghc-regex-posix 0.96.0.1
Dependencies: ghc-regex-base@0.94.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://sourceforge.net/projects/lazy-regex
Licenses: Modified BSD
Build system: haskell
Synopsis: POSIX regular expressions for Haskell
Description:

This library provides the POSIX regex backend used by the Haskell library regex-base.

ghc-newtype-generics 0.6.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sjakobi/newtype-generics
Licenses: Modified BSD
Build system: haskell
Synopsis: Typeclass and set of functions for working with newtypes
Description:

The Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operate under that newtype with functions such as ala. Generics support was added in version 0.4, making this package a full replacement for the original newtype package, and an alternative to newtype-th.

ghc-concurrent-output 1.10.18
Dependencies: ghc-async@2.2.4 ghc-ansi-terminal@0.11.4 ghc-terminal-size@0.3.4
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/concurrent-output
Licenses: FreeBSD
Build system: haskell
Synopsis: Ungarble output from several threads or commands
Description:

Lets multiple threads and external processes concurrently output to the console, without it getting all garbled up.

Built on top of that is a way of defining multiple output regions, which are automatically laid out on the screen and can be individually updated by concurrent threads. Can be used for progress displays etc.

ghc-semirings 0.6
Dependencies: ghc-base-compat-batteries@0.12.2 ghc-hashable@1.4.2.0 ghc-unordered-containers@0.2.19.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/chessai/semirings
Licenses: Modified BSD
Build system: haskell
Synopsis: Two monoids as one, in holy haskimony
Description:

Haskellers are usually familiar with monoids and semigroups. A monoid has an appending operation <> (or mappend), and an identity element, mempty. A semigroup has an appending <> operation, but does not require a mempty element. A Semiring has two appending operations, plus and times, and two respective identity elements, zero and one. More formally, a Semiring R is a set equipped with two binary relations + and *, such that: (R,+) is a commutative monoid with identity element 0, (R,*) is a monoid with identity element 1, (*) left and right distributes over addition, and . multiplication by 0 annihilates R.

ghc-active 0.2.0.18
Dependencies: ghc-vector@0.12.3.1 ghc-semigroups@0.20 ghc-semigroupoids@5.3.7 ghc-lens@5.1.1 ghc-linear@1.21.10
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/active
Licenses: Modified BSD
Build system: haskell
Synopsis: Abstractions for animation
Description:

This package defines an Active abstraction for time-varying values with finite start and end times. It is used for describing animations within the diagrams framework.

ghc-th-orphans 0.13.14
Dependencies: ghc-th-compat@0.1.4 ghc-th-lift@0.8.3 ghc-th-reify-many@0.1.10 ghc-generic-deriving@1.14.4 ghc-th-lift-instances@0.1.20
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/th-orphans
Licenses: Modified BSD
Build system: haskell
Synopsis: Orphan instances for TH datatypes
Description:

This package provides orphan instances for Template Haskell datatypes. In particular, instances for Ord and Lift, as well as a few missing Show and Eq instances. These instances used to live in the haskell-src-meta package, and that's where the version number started.

ghc-these 1.1.1.1
Dependencies: ghc-hashable@1.4.2.0 ghc-assoc@1.0.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/isomorphism/these
Licenses: Modified BSD
Build system: haskell
Synopsis: Either-or-both data type
Description:

This package provides a data type These a b which can hold a value of either type or values of each type. This is usually thought of as an "inclusive or" type (contrasting Either a b as "exclusive or") or as an "outer join" type (contrasting (a, b) as "inner join").

data These a b = This a | That b | These a b

Since version 1, this package was split into parts:

  • https://hackage.haskell.org/package/semialign For Align and Zip type-classes.

  • https://hackage.haskell.org/package/semialign-indexed For SemialignWithIndex class, providing ialignWith and izipWith

  • https://hackage.haskell.org/package/these-lens For lens combinators.

  • http://hackage.haskell.org/package/monad-chronicle For transformers variant of These.

ghc-hashable 1.4.2.0
Dependencies: ghc-data-array-byte@0.1.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-unordered-containers/hashable
Licenses: Modified BSD
Build system: haskell
Synopsis: Class for types that can be converted to a hash value
Description:

This package defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.

ghc-vector-hashtables 0.1.1.2
Dependencies: ghc-primitive@0.7.3.0 ghc-vector@0.12.3.1 ghc-hashable@1.4.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/klapaucius/vector-hashtables#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Efficient vector-based mutable hashtables implementation
Description:

This package provides efficient vector-based hashtable implementation similar to .NET Generic Dictionary implementation (at the time of 2015).

ghc-binary-orphans 1.0.4.1
Dependencies: ghc-data-array-byte@0.1.0.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/binary-orphans
Licenses: Modified BSD
Build system: haskell
Synopsis: Compatibility package for binary
Description:

This package provides instances defined in later versions of ghc-binary package.

ghc-protolude 0.3.3
Dependencies: ghc-async@2.2.4 ghc-hashable@1.4.2.0 ghc-mtl-compat@0.2.2 ghc-transformers-compat@0.7.2
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sdiehl/protolude
Licenses: Expat
Build system: haskell
Synopsis: Sensible set of defaults for writing custom Preludes
Description:

Protolude gives you sensible defaults for writing custom Preludes to replace the standard one provided by GHC.

ghc-interpolate 0.2.1
Dependencies: ghc-haskell-src-meta@0.8.12
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/sol/interpolate
Licenses: Expat
Build system: haskell
Synopsis: String interpolation library
Description:

This package provides a string interpolation library for Haskell.

ghc-silently-bootstrap 1.2.5.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/hspec/silently
Licenses: Modified BSD
Build system: haskell
Synopsis: Prevent writing to stdout
Description:

This package provides functions to prevent or capture writing to stdout and other handles.

ghc-conduit-algorithms 0.0.13.0
Dependencies: ghc-async@2.2.4 ghc-bzlib-conduit@0.3.0.2 ghc-conduit@1.3.5 ghc-conduit-combinators@1.3.0 ghc-conduit-extra@1.3.6 ghc-conduit-zstd@0.0.2.0 ghc-fingertree@0.1.5.0 ghc-lzma-conduit@1.2.3 ghc-monad-control@1.0.3.1 ghc-resourcet@1.2.6 ghc-stm-conduit@4.0.1 ghc-streaming-commons@0.2.2.6 ghc-unliftio-core@0.2.1.0 ghc-vector@0.12.3.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/luispedro/conduit-algorithms#readme
Licenses: Expat
Build system: haskell
Synopsis: Conduit-based algorithms
Description:

This package provides algorithms on Conduits, including higher level asynchronous processing and some other utilities.

ghc-hex 0.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/hex
Licenses: Modified BSD
Build system: haskell
Synopsis: Convert strings into hexadecimal and back
Description:

This package converts between bytestrings and their hexadecimal string representation.

ghc-tldr 0.9.2
Dependencies: ghc-ansi-terminal@0.11.4 ghc-attoparsec@0.14.4 ghc-cmark@0.6 ghc-http-conduit@2.3.8.1 ghc-optparse-applicative@0.17.1.0 ghc-semigroups@0.20 ghc-zip-archive@0.4.3
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/psibi/tldr-hs#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: Haskell tldr client
Description:

This package provides the tldr command and a Haskell client library allowing users to update and view tldr pages from a shell. The tldr pages are a community effort to simplify the man pages with practical examples.

ghc-wl-pprint 1.2.1
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://hackage.haskell.org/package/wl-pprint
Licenses: Modified BSD
Build system: haskell
Synopsis: Wadler/Leijen pretty printer
Description:

This is a pretty printing library based on Wadler's paper A Prettier Printer. This version allows the library user to declare overlapping instances of the Pretty class.

ghc-process-extras 0.7.4
Dependencies: ghc-data-default@0.7.1.1 ghc-generic-deriving@1.14.4 ghc-hunit@1.6.2.0 ghc-listlike@4.7.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/seereason/process-extras
Licenses: Expat
Build system: haskell
Synopsis: Extra tools for managing processes
Description:

This package extends https://hackage.haskell.org/package/process. It allows you to read process input and output as ByteStrings or Text, or write your own ProcessOutput instance. It also provides lazy process input and output, and a ProcessMaker class for more flexibility in the process creation API.

ghc-filelock 0.1.1.6
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskell-pkg-janitors/filelock
Licenses: Public Domain
Build system: haskell
Synopsis: Portable interface to file locking
Description:

This package provides an interface to file locking functionalities.

ghc-findbin 0.0.5
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/audreyt/findbin
Licenses: Modified BSD
Build system: haskell
Synopsis: Get the absolute path of the running program
Description:

This module locates the full directory of the running program, to allow the use of paths relative to it. FindBin supports invocation of Haskell programs via "ghci", via "runhaskell/runghc", as well as compiled as an executable.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091