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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ghc-test-framework-hunit 0.3.0.2
Dependencies: ghc-extensible-exceptions@0.1.1.4 ghc-hunit@1.6.2.0 ghc-test-framework@0.8.2.2
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://batterseapower.github.io/test-framework/
Licenses: Modified BSD
Build system: haskell
Synopsis: HUnit support for test-framework
Description:

This package provides HUnit support for the test-framework package.

ghc-testing-type-modifiers 0.1.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hackage.haskell.org/package/testing-type-modifiers
Licenses: Unlicense
Build system: haskell
Synopsis: Data type modifiers for property based testing
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. 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.

ghc-hspec-api 2.11.12
Dependencies: ghc-hspec-core@2.11.12
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: A Testing Framework for Haskell
Description:

This package provides a stable API that can be used to extend Hspec's functionality.

ghc-quickcheck-classes 0.6.5.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-primitive@0.9.1.0 ghc-primitive-addr@0.1.0.3 ghc-quickcheck-classes-base@0.6.2.0 ghc-semigroups-bootstrap@0.20 ghc-fail@4.9.0.0 ghc-tagged@0.8.9 ghc-aeson@2.2.3.0 ghc-semigroupoids@6.0.1 ghc-semirings@0.7 ghc-vector@0.13.2.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/andrewthad/quickcheck-classes#readme
Licenses: Modified BSD
Build system: haskell
Synopsis: QuickCheck common typeclasses
Description:

This library provides QuickCheck properties to ensure that typeclass instances adhere to the set of laws that they are supposed to. There are other libraries that do similar things, such as genvalidity-hspec and checkers. This library differs from other solutions by not introducing any new typeclasses that the user needs to learn. /Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses (Data.Functor.Classes.Show1, Data.Functor.Classes.Eq1, Data.Functor.Classes.Ord1, etc.), but on GHC >= 8.5, it uses -XQuantifiedConstraints to express these constraints more cleanly.

ghc-doctest-exitcode-stdio 0.0.0.1
Dependencies: ghc-doctest-lib@0.1.1.1 ghc-quickcheck@2.15.0.1 ghc-semigroups@0.20
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hub.darcs.net/thielema/doctest-exitcode-stdio/
Licenses: Modified BSD
Build system: haskell
Synopsis: Run Doctests in a @code{Cabal.Test.exitcode-stdio} environment
Description:

This package allows on to run Doctests in a Cabal.Test.exitcode-stdio environment.

ghc-hspec-meta 2.11.12
Dependencies: ghc-hunit@1.6.2.0 ghc-quickcheck@2.15.0.1 ghc-ansi-terminal@1.1.3 ghc-call-stack@0.4.0 ghc-haskell-lexer@1.2.1 ghc-hspec-expectations@0.8.4 ghc-quickcheck-io@0.2.0 ghc-random@1.2.1.3 ghc-tf-random@0.5
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Version of Hspec to test Hspec itself
Description:

This library provides a stable version of Hspec which is used to test the in-development version of Hspec.

ghc-quickcheck-text 0.1.2.1
Dependencies: ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/olorin/quickcheck-text
Licenses: Expat
Build system: haskell
Synopsis: Alternative arbitrary instance for Text
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).

ghc-tasty-hedgehog 1.4.0.2
Dependencies: ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-hedgehog@1.5
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/qfpl/tasty-hedgehog
Licenses: Modified BSD
Build system: haskell
Synopsis: Integration for tasty and hedgehog
Description:

This package provides the means for integrating the hedgehog testing library with the tasty testing framework.

ghc-test-framework-th 0.2.4
Dependencies: ghc-test-framework@0.8.2.2 ghc-language-haskell-extract@0.2.4 ghc-haskell-src-exts@1.23.1 ghc-regex-posix@0.96.0.2
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/finnsson/test-generator
Licenses: Modified BSD
Build system: haskell
Synopsis: Auto generate the HUnit- and Quickcheck-bulk-code using Template Haskell
Description:

This library contains two functions: defaultMainGenerator and testGroupGenerator.

defaultMainGenerator will extract all functions beginning with case_, prop_, or test_ in the module and put them in a testGroup.

testGroupGenerator is like defaultMainGenerator but without defaultMain. It is useful if you need a function for the testgroup (e.g. if you want to be able to call the testgroup from another module).

ghc-quickcheck-io 0.2.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-hunit@1.6.2.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hspec/quickcheck-io#readme
Licenses: Expat
Build system: haskell
Synopsis: Use HUnit assertions as QuickCheck properties
Description:

This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.

ghc-tasty-silver 3.3.2.1
Dependencies: ghc-ansi-terminal@1.1.3 ghc-optparse-applicative@0.18.1.0 ghc-process-extras@0.7.4 ghc-regex-tdfa@1.3.2.4 ghc-silently@1.2.5.4 ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-temporary@1.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/phile314/tasty-silver
Licenses: Expat
Build system: haskell
Synopsis: Fancy test runner, including support for golden tests
Description:

This package provides a fancy test runner and support for golden testing. A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding ``golden'' file, which contains the correct result for the test. The test runner allows filtering tests using regexes, and to interactively inspect the result of golden tests.

ghc-tasty-hunit 0.10.2
Dependencies: ghc-tasty@1.5.3 ghc-call-stack@0.4.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/UnkindPartition/tasty
Licenses: Expat
Build system: haskell
Synopsis: HUnit support for the Tasty test framework
Description:

This package provides HUnit support for the Tasty Haskell test framework.

ghc-tasty-th 0.1.7
Dependencies: ghc-haskell-src-exts@1.23.1 ghc-tasty@1.5.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/bennofs/tasty-th
Licenses: Modified BSD
Build system: haskell
Synopsis: Automatically generate tasty TestTrees
Description:

Tasty-th automatically generates tasty TestTrees from functions of the current module, using TemplateHaskell. This is a fork the original test-framework-th package, modified to work with tasty instead of test-framework.

ghc-hspec-core 2.11.12
Dependencies: ghc-hunit@1.6.2.0 ghc-quickcheck@2.15.0.1 ghc-ansi-terminal@1.1.3 ghc-call-stack@0.4.0 ghc-haskell-lexer@1.2.1 ghc-hspec-expectations@0.8.4 ghc-quickcheck-io@0.2.0 ghc-random@1.2.1.3 ghc-tf-random@0.5
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Testing framework for Haskell
Description:

This library exposes internal types and functions that can be used to extend Hspec's functionality.

ghc-hspec 2.11.12
Dependencies: ghc-quickcheck@2.15.0.1 ghc-hspec-core@2.11.12 hspec-discover@2.11.12 ghc-hspec-expectations@0.8.4
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hspec.github.io/
Licenses: Expat
Build system: haskell
Synopsis: Testing Framework for Haskell
Description:

This library provides the Hspec testing framework for Haskell, inspired by the Ruby library RSpec.

ghc-test-framework-quickcheck2 0.3.0.6
Dependencies: ghc-test-framework@0.8.2.2 ghc-quickcheck@2.15.0.1 ghc-extensible-exceptions@0.1.1.4 ghc-random@1.2.1.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/haskell/test-framework
Licenses: Modified BSD
Build system: haskell
Synopsis: QuickCheck2 support for test-framework
Description:

This package provides QuickCheck2 support for the test-framework package.

ghc-tasty-quickcheck 0.11.1
Dependencies: ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-random@1.2.1.3 ghc-quickcheck@2.15.0.1 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/UnkindPartition/tasty
Licenses: Expat
Build system: haskell
Synopsis: QuickCheck support for the Tasty test framework
Description:

This package provides QuickCheck support for the Tasty Haskell test framework.

ghc-hunit 1.6.2.0
Dependencies: ghc-call-stack@0.4.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hunit.sourceforge.net/
Licenses: Modified BSD
Build system: haskell
Synopsis: Unit testing framework for Haskell
Description:

HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java.

ghc-crypto-cipher-tests 0.0.11
Dependencies: ghc-quickcheck@2.15.0.1 ghc-hunit@1.6.2.0 ghc-test-framework@0.8.2.2 ghc-test-framework-quickcheck2@0.3.0.6 ghc-test-framework-hunit@0.3.0.2 ghc-byteable@0.1.1 ghc-securemem@0.1.10 ghc-crypto-cipher-types@0.0.9
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/vincenthz/hs-crypto-cipher
Licenses: Modified BSD
Build system: haskell
Synopsis: Generic cryptography cipher tests for Haskell
Description:

This Haskell package contains generic tests for cryptographic ciphers, and is used by the test runners of various Haskell implementations of cryptographic ciphers.

ghc-tasty-smallcheck 0.8.2
Dependencies: ghc-tasty@1.5.3 ghc-smallcheck@1.2.1.1 ghc-tagged@0.8.9 ghc-optparse-applicative@0.18.1.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/feuerbach/tasty
Licenses: Expat
Build system: haskell
Synopsis: SmallCheck support for the Tasty test framework
Description:

This package provides SmallCheck support for the Tasty Haskell test framework.

ghc-proctest 0.1.3.1
Dependencies: ghc-hunit@1.6.2.0 ghc-hspec@2.11.12 ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/nh2/proctest
Licenses: Expat
Build system: haskell
Synopsis: IO library for testing interactive command line programs
Description:

This package provides an IO library for testing interactive command line programs. Proctest aims to simplify interacting with and testing terminal programs, providing convenience functions for starting programs and reading their output. All blocking operations support timeouts so that misbehaving programs cannot block your test pipeline. Find more examples and contribute at https://github.com/nh2/proctest.

ghc-nanospec 0.2.2
Dependencies: ghc-silently-bootstrap@1.2.5.4
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hspec/nanospec#readme
Licenses: Expat
Build system: haskell
Synopsis: Lightweight implementation of a subset of Hspec's API
Description:

Nanospec is a lightweight implementation of a subset of Hspec's API with minimal dependencies.

ghc-test-framework-smallcheck 0.2
Dependencies: ghc-test-framework@0.8.2.2 ghc-smallcheck@1.2.1.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/feuerbach/smallcheck
Licenses: Modified BSD
Build system: haskell
Synopsis: SmallCheck support for test-framework
Description:

This package lets programmers use SmallCheck properties in Haskell's test-framework. New projects should use ghc-tasty-smallcheck instead.

Total packages: 73955