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.
-
Simple Haskell formatting String formatting
-
library for computation automorphism group and canonical labelling of a graph Please see the README on GitHub at https://github.com/marcellussiegburg/hgal#readme
-
Parser for GHC's *.hi files A parser for GHC's *.hi files. Extracts information about dependencies and usage of files.
-
Set up a GHC API session Set up a GHC API session and obtain flags required to compile a source file
-
Command Line App With Info on your Haskell App Please see the README on GitHub at https://github.com/ChristopherDavenport/hinfo#readme
-
Library for histograms creation. This is library for histograms filling. Its aim to provide convenient way to create and fill histograms. To get started, refer to the usage examples in Data.Histogram.Tutorial.
-
Apply default value for optional field of HKD Please see http://hackage.haskell.org/package/hkd-default
-
A terminal UI as drop-in replacement for hledger add This is a terminal UI as drop-in replacement for hledger add. It improves in the following ways on hledger's add command:
- Interactive as-you-type completion for account names and descriptions with optional fuzzy matching.
- Integrated calculator: Amounts can be written as simple sums with real-time feedback on the result.
- All actions while entering a transaction can be undone
- Configurable format for date input. Instead of y/m/d it is also possible to use other formats like the german d.m.y.
-
Generate HLedger Price Directives From Daily Stock Quotes. hledger-stockquotes is an addon for hledger that reads your journal file, pulls the historical stock prices for commodities, and writes out a new journal file containing the respective price directives. The AlphaVantage API is used to fetch the stock quotes and you will need a free API key to use this program. You can install hledger-stockquotes with Stack: stack install --resolver nightly hledger-stockquotes. Then run hledger-stockquotes --help to see the usage instructions & all available options.
-
Terminal interface for the hledger accounting system A simple terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading implementations of Plain Text Accounting. Read more at: https://hledger.org