tagged: Haskell 98 phantom types to avoid unsafely passing dummy arguments

[ bsd3, data, library, phantom-types ] [ Propose Tags ]

Haskell 98 phantom types to avoid unsafely passing dummy arguments.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
deepseq

You can disable the use of the deepseq package using `-f-deepseq`.

Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled
transformers

You can disable the use of the transformers and `transformers-compat` packages using `-f-transformers`.

Disable this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1.0, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.3, 0.2.3.1, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.2.1, 0.4.3, 0.4.4, 0.4.5, 0.5, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.8, 0.8.0.1, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.6.1, 0.8.7, 0.8.8
Change log CHANGELOG.markdown
Dependencies base (>=2 && <5), deepseq (>=1.1 && <1.5), ghc-prim, template-haskell (>=2.8 && <2.18), transformers (>=0.2 && <0.6), transformers-compat (>=0.5 && <1) [details]
License BSD-3-Clause
Copyright 2009-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 3 made by ryanglscott at 2020-09-30T23:19:28Z
Category Data, Phantom Types
Home page http://github.com/ekmett/tagged
Bug tracker http://github.com/ekmett/tagged/issues
Source repo head: git clone git://github.com/ekmett/tagged.git
Uploaded by ryanglscott at 2018-07-02T22:54:20Z
Distributions Arch:0.8.8, Debian:0.8.6, Fedora:0.8.7, FreeBSD:0.8.1, LTSHaskell:0.8.8, NixOS:0.8.8, Stackage:0.8.8, openSUSE:0.8.8
Reverse Dependencies 361 direct, 14278 indirect [details]
Downloads 373179 total (413 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-02 [all 1 reports]

Readme for tagged-0.8.6

[back to package description]

tagged

Hackage Build Status

Values carrying an extra phantom type tag.