Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Settings parsing for Haskell: command-line arguments, environment variables, and configuration values. Settings parsing for Haskell: command-line arguments, environment variables, and configuration values.
-
Simple command line interface arguments parser Simple command line interface arguments parser
-
Data.Text helpers for optparse-applicative Please see README.md
-
Universal build and CI testing for Haskell packages This package contains a universal CI/build script packcheck.sh and config files designed such that you can just copy over .github/workflows/packcheck.yml, appveyor.yml, .circleci/config.yml or .cirrus.yml to your package repo and your package is CI ready in a jiffy. You can build and test packages on local machine as well. For local testing, copy packcheck.sh to your local machine, put it in your PATH, and run it from your package directory:
$ packcheck.sh cabal $ packcheck.sh stack
You can try the script on this package itself. It builds and comprehensively sanity tests a Haskell package across build tools (stack/cabal), uniformly, consistently and across all platforms (Linux/MacOS/Windows). You do not need to be familiar with any of the build tools to use it. This is also a minimal yet complete model package (with tests, benchmarks, CI already working) that can be used as a starting point to develop a new package. Beginners can use it to learn about haskell package metadata structure, benchmarks, tests, CI configs etc. See the README for comprehensive documentation. -
Open up a pager, like 'less' or 'more' This opens up the user's $PAGER. On Linux, this is usually called less. On the various BSDs, this is usually more. CHANGES
- 0.1.1.0 Add printOrPage function and sendToPagerStrict function.
-
Framework-agnostic pagination boilerplate Framework-agnostic pagination boilerplate.
-
Lua engine to power custom pandoc conversions This package provides a pandoc scripting engine based on Lua.
-
A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice. A Pandoc filter to include figures generated from code blocks. Keep the document and code in the same location. Output is captured and included as a figure.
-
Content addressable Haskell package management Please see the README on GitHub at https://github.com/commercialhaskell/pantry#readme
-
Parameterized/indexed monoids and monads using only a single parameter type variable. Parameterized/indexed monoids and monads using only a single parameter type variable.