poker-base: A library for core poker types
This package provides datatypes and support for poker computation in Haskell.
Usage
>>>
import Poker
>>>
Just h = mkHole (Card Ace Club) (Card Two Diamond)
>>>
holeToShortTxt h
"Ac2d"
Please see the README on GitHub at https://github.com/santiweight/poker-base#readme for an overview.
[Skip to Readme]
Downloads
- poker-base-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.11 && <5), containers (>=0.5 && <0.7), generic-arbitrary (>=0.1 && <0.3), prettyprinter (>=1.6 && <1.8), QuickCheck (>=2.12 && <2.15), safe-money (>=0.9 && <0.10), text (>=0.11 && <1.3) [details] |
Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 |
License | BSD-3-Clause |
Copyright | 2021 Santiago Weight |
Author | Santiago Weight |
Maintainer | santiago.weight@gmail.com |
Category | Poker |
Home page | https://github.com/santiweight/poker-base#readme |
Bug tracker | https://github.com/santiweight/poker-base/issues |
Source repo | head: git clone https://github.com/santiweight/poker-base |
Uploaded | by santiweight at 2021-10-23T02:39:00Z |
Distributions | |
Downloads | 171 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-10-23 [all 1 reports] |