-- DO NOT EDIT: This file is automatically generated by the internal tool ucd2haskell. {-# LANGUAGE NoImplicitPrelude #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- -- | -- Module : GHC.Internal.Unicode.Version -- License : BSD-3-Clause -- Maintainer : The GHC Developers <ghc-devs@haskell.org> -- Stability : internal ----------------------------------------------------------------------------- module GHC.Internal.Unicode.Version (unicodeVersion) where import {-# SOURCE #-} GHC.Internal.Data.Version -- | Version of Unicode standard used by @base@: -- [16.0.0](https://www.unicode.org/versions/Unicode16.0.0/). -- -- @since base-4.15.0.0 unicodeVersion :: Version unicodeVersion :: Version unicodeVersion = [Int] -> Version makeVersion [Int 16, Int 0, Int 0]