Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Utility functions for testing your attoparsec parsers with hspec This package provides some helper functions for testing attoparsec parsers with hspec. See the documentation in Test.Hspec.Attoparsec for examples, or this package's own test suite.
-
A JUnit XML runner/formatter for hspec Allows hspec tests to write JUnit XML output for parsing in various tools.
-
LeanCheck support for the Hspec test framework. LeanCheck support for the Hspec test framework. This package can be used to incorporate LeanCheck tests into Hspec test suites. Please see the Haddock documentation and README for more details.
-
Read environment variables for hspec tests Read environment variables for hspec tests. See Test.Hspec.NeedEnv.
-
Hspec expectations for testing Parsec parsers Hspec expectations for testing Parsec parsers
-
Testing JSON APIs with hspec-wai Testing JSON APIs with hspec-wai
-
Write end2end web application tests using webdriver and hspec For end to end testing of web applications from Haskell, the webdriver package is a great tool but just contains the code to communicate with the browser. This package integrates webdriver with hspec.
-
Statistics Purely functional interface for statistics based on hmatrix and hmatrix-gsl-stats The vector type is Data.Vector.Storable from the vector package and compatible with the statistics package. http://hackage.haskell.org/package/statistics Feature requests, suggestions, and bug fixes welcome.
-
Validating an email address against HTML standard The library allows to validate and parse an email address as it's defined in HTML standard. Note that HTML specification of a valid email address is a 'willful violation' of RFC 5322. If you want to validate an address against RFC 5322 you should use email-validate.
-
Quasiquoter for building URLs with ToHttpApiData types Quasiquoter for building URLs with strings interpolated using ToHttpApiData instances