data-flags: A package for working with bit masks and flags in general.

[ bsd3, data, library ] [ Propose Tags ]

This package provides type classes for flags and corresponding instances for standard numeric types viewed as bit masks.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.3.2, 0.0.3.3, 0.0.3.4
Dependencies base (>=4 && <5), template-haskell [details]
License BSD-3-Clause
Copyright 2010 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Category Data
Home page https://github.com/mvv/data-flags
Bug tracker https://github.com/mvv/data-flags/issues
Source repo head: git clone https://github.com/mvv/data-flags.git
Uploaded by MikhailVorozhtsov at 2017-07-29T10:53:24Z
Distributions NixOS:0.0.3.4
Reverse Dependencies 8 direct, 3 indirect [details]
Downloads 6943 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-29 [all 1 reports]

Readme for data-flags-0.0.3.4

[back to package description]

Data-Flags

Travis Hackage

This package provides type classes for flags and corresponding instances for standard numeric types viewed as bit masks.

Installation

The usual:

$ cabal install