Name | Description | Default |
---|---|---|
testing | Testing mode | Disabled |
Use-f <flag> to enable a flag, or-f -<flag> to disable that flag.More info
For package maintainers and hackage trustees
Candidates
Versions[RSS] | 0.1,0.1.1,0.1.2,0.1.2.1,0.1.2.2,0.1.2.3,0.1.3,0.1.4,0.1.4.1,0.1.4.2,0.1.4.3,0.2.0.0,0.2.1.0,0.2.1.1,0.2.1.2,0.2.1.3,0.2.2,0.2.3,0.2.3.1,0.2.3.2,0.2.3.3,0.2.3.4,0.2.3.5,0.2.4,0.2.5 |
---|---|
Change log | CHANGES |
Dependencies | base (<4.4) [details] |
Tested with | ghc ==6.12.3, ghc ==7.0.1 |
License | BSD-3-Clause |
Author | Brent Yorgey |
Maintainer | byorgey@cis.upenn.edu |
Category | List |
Home page | http://code.haskell.org/~byorgey/code/split |
Uploaded | byBrentYorgey at2010-12-15T01:43:30Z |
Distributions | Arch:0.2.5, Debian:0.2.3.4, Fedora:0.2.3.5, FreeBSD:0.2.2, LTSHaskell:0.2.5, NixOS:0.2.5, Stackage:0.2.5, openSUSE:0.2.5 |
Reverse Dependencies | 542 direct, 7822 indirect [details] |
Downloads | 238281 total (59 in the last 30 days) |
Rating | 2.25 (votes: 2)[estimated byBayesian average] |
Your Rating |
|
Status | Docs uploaded by user Build status unknown[no reports yet] |
Data.List.Split provides a wide range of strategies and a unifiedcombinator framework for splitting lists with respect to some sort ofdelimiter.------------------------------------------------------------------------Dependencies: There are no dependencies other than the base package. Data.List.Split has been tested with GHC 6.8.3 and 6.10.1, but it will likely work with older versions of GHC and other Haskell compilers as well. The Properties.hs file depends on QuickCheck >= 2.1, but you don't need it in order to build the library.Build with Cabal: cabal install --prefix=$HOME --user Or, if you don't have the 'cabal' tool: runhaskell Setup.lhs configure --prefix=$HOME --user runhaskell Setup.lhs build runhaskell Setup.lhs install (Optionally, you can omit the --prefix and --user arguments to the configure step, and run the install step with 'sudo' in order to install the library systemwide.)Building Haddock documentation (recommended): runhaskell Setup.lhs haddock Once the documentation has been built, you can access it by pointing your browser to dist/doc/html/split/index.html.