MIT licensed by Evan Rutledge Borden
Maintained by [email protected]
This version can be pinned in stack with:bcp47-0.3.0.0@sha256:fcfe5b23c939def617ec474896ea0ba40d6115c0b0019cc05ca90a6fb826319b,2985

Module documentation for 0.3.0.0

  • Data
    • Data.BCP47
      • Data.BCP47.Internal
        • Data.BCP47.Internal.Arbitrary
        • Data.BCP47.Internal.CIText
        • Data.BCP47.Internal.Extension
        • Data.BCP47.Internal.Language
        • Data.BCP47.Internal.LanguageExtension
        • Data.BCP47.Internal.Parser
        • Data.BCP47.Internal.PrivateUse
        • Data.BCP47.Internal.Region
        • Data.BCP47.Internal.Script
        • Data.BCP47.Internal.Subtags
        • Data.BCP47.Internal.Variant
      • Data.BCP47.Trie
        • Data.BCP47.Trie.Internal

BCP-47

CircleCI

Language tags for use in cases where it is desirable to indicate the language used in an information object.

Changes

Unreleased

None

v0.3.0.0

  • Remove FromJSON and ToJSON instances (added to bcp47-orphans-0.1.1.0)

v0.2.0.6

  • Support GHCs 9.0 and 9.2

v0.2.0.5

  • Fix Semigroup instance of Trie (PR #29)

v0.2.0.4

  • Release without dependencies upper bounds

v0.2.0.3

  • Fix packaging mistake

v0.2.0.2

  • Relax bounds

v0.2.0.1

  • Relax bounds

v0.2.0.0

  • Add mapMaybe for Trie #16
  • Make Trie a non-empty data type #11

v0.1.0.0

First tagged release.