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

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-hedgehog 1.5
Dependencies: ghc-ansi-terminal@1.1.3 ghc-async@2.2.5 ghc-barbies@2.1.1.0 ghc-concurrent-output@1.10.21 ghc-erf@2.0.0.0 ghc-lifted-async@0.10.2.7 ghc-mmorph@1.2.1 ghc-monad-control@1.0.3.1 ghc-pretty-show@1.10 ghc-primitive@0.9.1.0 ghc-random@1.2.1.3 ghc-resourcet@1.3.0 ghc-safe-exceptions@0.1.7.4 ghc-transformers-base@0.4.6 ghc-wl-pprint-annotated@0.1.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://hedgehog.qa
Licenses: Modified BSD
Build system: haskell
Synopsis: Property-based testing in the spirt of QuickCheck
Description:

Hedgehog is a property-based testing system, in the spirit of QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the invariants of generated values by construction.

To get started quickly, see the examples: https://github.com/hedgehogqa/haskell-hedgehog/tree/master/hedgehog-example

ghc-tasty-expected-failure 0.12.3
Dependencies: ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-unbounded-delays@0.1.1.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/nomeata/tasty-expected-failure
Licenses: Expat
Build system: haskell
Synopsis: Mark tasty tests as failure expected
Description:

With the function Test.Tasty.ExpectedFailure.expectFail in the provided module Test.Tasty.ExpectedFailure, you can mark that you expect test cases to fail, and not to pass. This can be used for test-driven development.

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-tasty-rerun 1.1.20
Dependencies: ghc-optparse-applicative@0.18.1.0 ghc-split@0.2.5 ghc-tagged@0.8.9 ghc-tasty@1.5.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/ocharles/tasty-rerun
Licenses: Modified BSD
Build system: haskell
Synopsis: Run tests by filtering the test tree
Description:

This package adds the ability to run tests by filtering the test tree based on the result of a previous test run. You can use this to run only those tests that failed in the last run, or to only run the tests that have been added since previous test run.

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-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-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-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-testing-feat 1.1.1.1
Dependencies: ghc-quickcheck@2.15.0.1 ghc-size-based@0.1.3.3 ghc-testing-type-modifiers@0.1.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/size-based/testing-feat
Licenses: Modified BSD
Build system: haskell
Synopsis: Functional Enumeration of Algebraic Types
Description:

Feat (Functional Enumeration of Algebraic Types) provides enumerations as functions from natural numbers to values (similar to toEnum but for any algebraic data type). This can be used for SmallCheck-style systematic testing, QuickCheck-style random testing, and hybrids of the two.

ghc-inspection-testing 0.6.2
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/nomeata/inspection-testing
Licenses: Expat
Build system: haskell
Synopsis: GHC plugin to do inspection testing
Description:

Some carefully crafted libraries make promises to their users beyond functionality and performance.

Examples are: Fusion libraries promise intermediate data structures to be eliminated. Generic programming libraries promise that the generic implementation is identical to the hand-written one. Some libraries may promise allocation-free or branch-free code.

Conventionally, the modus operandi in all these cases is that the library author manually inspects the (intermediate or final) code produced by the compiler. This is not only tedious, but makes it very likely that some change, either in the library itself or the surrounding eco-system, breaks the library's promised without anyone noticing.

This package provides a disciplined way of specifying such properties, and have them checked by the compiler. This way, this checking can be part of the regular development cycle and regressions caught early.

See the documentation in "Test.Inspection" or the project webpage for more examples and more information.

ghc-quickcheck-unicode 1.0.1.0
Dependencies: ghc-quickcheck@2.15.0.1
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/bos/quickcheck-unicode
Licenses: FreeBSD
Build system: haskell
Synopsis: Generator functions Unicode-related tests
Description:

This package provides generator and shrink functions for testing Unicode-related software.

ghc-tasty-lua 1.1.1.1
Dependencies: ghc-hslua-core@2.3.2 ghc-hslua-marshalling@2.3.1 ghc-lua-arbitrary@1.0.1.1 ghc-tasty@1.5.3 ghc-quickcheck@2.15.0.1 ghc-file-embed@0.0.16.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hslua/hslua
Licenses: Expat
Build system: haskell
Synopsis: Write tests in Lua, integrate into tasty
Description:

This package gives users the ability to define tasty tests from Lua.

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.

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-assertions 0.3.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-ieee754@0.8.0 ghc-pretty-show@1.10
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/s9gf4ult/quickcheck-assertions
Licenses: LGPL 3
Build system: haskell
Synopsis: HUnit-like assertions for QuickCheck
Description:

This Haskell library provides convenient assertions with pretty-printed failure messages for QuickCheck properties, that are similar to those of HUnit.

ghc-tasty-ant-xml 1.1.9
Dependencies: ghc-generic-deriving@1.14.6 ghc-tagged@0.8.9 ghc-tasty@1.5.3 ghc-xml@1.3.14
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: http://github.com/ocharles/tasty-ant-xml
Licenses: Modified BSD
Build system: haskell
Synopsis: Render tasty output to XML for Jenkins
Description:

A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration 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-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-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-quickcheck-classes-base 0.6.2.0
Dependencies: ghc-quickcheck@2.15.0.1 ghc-contravariant@1.5.5 ghc-bifunctors@5.6.2 ghc-semigroups-bootstrap@0.20 ghc-fail@4.9.0.0 ghc-tagged@0.8.9
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 from `base`
Description:

This library is a minimal variant of `quickcheck-classes` that only provides laws for typeclasses from `base`. The main purpose of splitting this out is so that `primitive` can depend on `quickcheck-classes-base` in its test suite, avoiding the circular dependency that arises if `quickcheck-classes` is used instead. 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-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-hspec-expectations 0.8.4
Dependencies: ghc-hunit@1.6.2.0 ghc-call-stack@0.4.0
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/hspec/hspec-expectations#readme
Licenses: Expat
Build system: haskell
Synopsis: Catchy combinators for HUnit
Description:

This library provides catchy combinators for HUnit, see the README.

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-tasty-inspection-testing 0.2.1
Dependencies: ghc-inspection-testing@0.6.2 ghc-tasty@1.5.3
Channel: guix
Location: gnu/packages/haskell-check.scm (gnu packages haskell-check)
Home page: https://github.com/Bodigrim/tasty-inspection-testing
Licenses: Expat
Build system: haskell
Synopsis: Inspection testing support for tasty
Description:

Integrate @inspection-testing@ into @tasty@ test suites.

Total packages: 72465