extra: Extra functions I use.
A library of extra functions for the standard Haskell libraries. Most functions are simple additions, filling out missing functionality. A few functions are available in later versions of GHC, but this package makes them available back to GHC 7.2.
The module Extra documents all functions provided by this library. Modules such as Data.List.Extra provide extra functions over Data.List and also reexport Data.List. Users are recommended to replace Data.List imports with Data.List.Extra if they need the extra functionality.
[Skip to Readme]
Modules
[Index]
- Control
- Concurrent
- Exception
- Monad
- Data
- Either
- IORef
- List
- Tuple
- Typeable
- Version
- Extra
- Numeric
- System
- Directory
- Environment
- IO
- Info
- Process
- Time
Downloads
- extra-1.4.12.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4, 0.5, 0.5.1, 0.6, 0.7, 0.8, 1.0, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.4.10, 1.4.11, 1.4.12, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.11, 1.6.12, 1.6.13, 1.6.14, 1.6.15, 1.6.16, 1.6.17, 1.6.18, 1.6.19, 1.6.20, 1.6.21, 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.7.11, 1.7.12, 1.7.13, 1.7.14, 1.7.15, 1.7.16, 1.8 |
---|---|
Change log | CHANGES.txt |
Dependencies | base (>=4.4 && <4.10), clock (>=0.7), directory, filepath, process, time, unix [details] |
Tested with | ghc ==8.0.1, ghc ==7.10.3, ghc ==7.8.4, ghc ==7.6.3, ghc ==7.4.2 |
License | BSD-3-Clause |
Copyright | Neil Mitchell 2014-2016 |
Author | Neil Mitchell <ndmitchell@gmail.com> |
Maintainer | Neil Mitchell <ndmitchell@gmail.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-05-22T12:00:52Z |
Category | Development |
Home page | https://github.com/ndmitchell/extra#readme |
Bug tracker | https://github.com/ndmitchell/extra/issues |
Source repo | head: git clone https://github.com/ndmitchell/extra.git |
Uploaded | by NeilMitchell at 2016-07-18T20:17:32Z |
Distributions | Arch:1.7.16, Debian:1.7.4, Fedora:1.7.16, FreeBSD:1.4.1, LTSHaskell:1.7.16, NixOS:1.7.16, Stackage:1.8, openSUSE:1.7.16 |
Reverse Dependencies | 262 direct, 313 indirect [details] |
Downloads | 181102 total (132 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |