BSD-3-Clause licensed by John Dorsey
Maintained by Oleg Grenrus, John Dorsey
This version can be pinned in stack with:OneTuple-0.4.3@sha256:0f5620933850a78b849c0988cbfc2288ab3274b89084bf6681f514143d3f822a,2420

Module documentation for 0.4.3

This package is a compatibility package for a singleton data type

data Solo a = MkSolo a

Note: it's not a newtype

Solo is available in base-4.16 (GHC-9.2).

Changes

0.4.3

  • Use automatic flags for compatibility conditionals

0.4.1.1

  • Support GHC-7.2 and GHC-7.0.

0.4.1

  • Mark MkSolo pattern synonym as COMPLETE

0.4

  • Rename constructor to MkSolo as in base-4.17. The compatibility pattern synonym is provided.
  • Add Foldable1 Solo instance

0.3.1

  • Add Data.Tuple.Solo.TH with tupE using Solo from this package
  • Add Hashable and Hashable1 instances
  • Drop GHC-7.0 and GHC-7.2 support

0.3

  • Rename OneTuple to Solo
  • Add Typeable, Data, MonadZip, Eq1, Ord1, Show1, Read1, Generic and Generic1 instances

0.2.2.1

  • Compatible with GHC-8.6

0.2.2

  • Add Semigroup instances
  • Compatible with GHC-8.4