Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A package with basic parsing utilities for several Bioinformatic data formats. Contains utilities to parse and write Eigenstrat, Fasta, FreqSum, VCF, Plink and other file formats used in population genetics analyses.
-
servant-server/servant-auth compatibility This package provides the required instances for using the Auth combinator in your servant server. Both cookie- and token- (REST API) based authentication is provided. For a quick overview of the usage, see the README.
package
servant-checked-exceptions-core Checked exceptions for Servant APIs. Please see README.md.
-
Servant support for lucid Servant support for lucid. HTML content type which will use ToHtml class. Lucid.Servant uses Link rather than Text for safe href attributes.
-
Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API. Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v3.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. This package provides means to generate a Swagger/OAS specification for a Servant API and also to partially test whether an API conforms with its specification. Generated Swagger specification then can be used for many things such as
- displaying interactive documentation using Swagger UI;
- generating clients and servers in many languages using Swagger Codegen;
- and many others.
-
Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API. Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling. This package provides means to generate a Swagger/OAS specification for a Servant API and also to partially test whether an API conforms with its specification. Generated Swagger specification then can be used for many things such as
- displaying interactive documentation using Swagger UI;
- generating clients and servers in many languages using Swagger Codegen;
- and many others.
package
servant-swagger-ui-core Servant swagger ui core components Provide embedded swagger UI for servant and swagger (i.e. servant-swagger) See servant-swagger-ui, servant-swagger-ui-jensoleg or servant-swagger-ui-redoc for "concrete" implementations.
-
Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube Solver for exact set cover problems. Included examples: Sudoku, Nonogram, 8 Queens, Domino tiling, Mastermind, Alphametics, Soma Cube, Tetris Cube, Cube of L's, Logika's Baumeister puzzle, Lonpos pyramid, Conway's puzzle. The generic algorithm allows to choose between slow but flexible Set from containers package and fast but cumbersome bitvectors. For getting familiar with the package I propose to study the Queen8 example along with Math.SetCover.Exact. The Sudoku and Nonogram examples also demonstrate how to interpret the set-cover solution in a human-friendly way. Build examples with cabal install -fbuildExamples. The package needs only Haskell 98. There is also an experimental implementation using LLVM and knead. Do not rely on that interface in released packages.
-
Haskell bindings to setlocale Haskell bindings to setlocale
-
Multiplatform signal support for Haskell This simple library allows you to handle os signals on both Linux and Windows.