Skip to content

Latest commit

 

History

History
101 lines (79 loc) · 5.18 KB

README.md

File metadata and controls

101 lines (79 loc) · 5.18 KB

data-default-extra

Haskell Programming Language BSD3 License

Build

Description

Set of packages that provide additional instances for data-default package. List of provided packages:

  • Hackage Hackage Dependencies data-default-extra - Alternative to data-default package with extra instances and support for GHC Generics for older versions of data-default-class package.

  • Hackage Hackage Dependencies data-default-instances-bytestring - Default instances for (lazy and strict) ByteString, ByteString Builder and ShortByteString.

  • Hackage Hackage Dependencies data-default-instances-case-insensitive - Provides instance for CI (Case Insensitive) type wrapper.

  • Hackage Hackage Dependencies data-default-instances-new-base - Additional instances for types in newer versions of base package.

  • Hackage Hackage Dependencies data-default-instances-text - Default instances for (lazy and strict) Text and Text Builder.

  • Hackage Hackage Dependencies data-default-instances-unordered-containers - Provide instances for HashMap and HashSet.

  • Hackage Hackage Dependencies data-default-instances-vector - Provide instances for various (boxed and unboxed) Vector types.

Above packages try to mimick naming and versioning conventions of original data-default-* packages.

License

The BSD 3-Clause License, see LICENSE file for details.

Contributions

Contributions, pull requests and bug reports are welcome! Please don't be afraid to contact author using GitHub or by e-mail.