newtype-generics

A typeclass and set of functions for working with newtypes

http://github.com/sjakobi/bsb-http-chunked

Version on this page:0.5.3
LTS Haskell 22.14:0.6.2@rev:2
Stackage Nightly 2023-12-26:0.6.2@rev:2
Latest on Hackage:0.6.2@rev:2

See all snapshots newtype-generics appears in

BSD-3-Clause licensed by Darius Jahandarie, Conor McBride, João Cristóvão, Simon Jakobi
Maintained by Simon Jakobi
This version can be pinned in stack with:newtype-generics-0.5.3@sha256:f90f11bcd117047775ef1f03b7723c6c0ded4be0018195e14fac530a71eb424f,2049

Module documentation for 0.5.3

  • Control
    • Control.Newtype
      • Control.Newtype.Generics
Depends on 2 packages(full list with versions):
Used by 2 packages in nightly-2018-06-17(full list with versions):

newtype-generics

bsb-http-chunked

Build Status Hackage

Changes

Changelog for newtype-generics

0.5.3 – 2018-03-23

  • All code was moved to a new Control.Newtype.Generics module.
  • Control.Newtype re-exports Control.Newtype.Generics, but is deprecated and will be removed in the next major release.

0.5.2.2 – 2018-03-16

  • Adjust bounds for base and transformers

0.5.2.1 – 2018-02-16

  • Reupload due to README encoding issue

0.5.2 – 2018-02-16

Added

  • under2
  • over2

Other

  • Various documentation improvements

0.5.1

Added

  • Add more instances from base

0.5.0.1

Changes

  • Compatibility with GHC 8.2.1

0.5

Changes

  • Relax types of underF and overF to allow different input & output functors