ghc-internal-9.1001.0: src/GHC/Internal/Unicode/Version.hs
-- DO NOT EDIT: This file is automatically generated by the internal tool ucd2haskell.
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_HADDOCK hide #-}
-----------------------------------------------------------------------------
-- |
-- Module : GHC.Internal.Unicode.Version
-- Copyright : (c) 2020 Composewell Technologies and Contributors
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : internal
-----------------------------------------------------------------------------
module GHC.Internal.Unicode.Version
(unicodeVersion)
where
import {-# SOURCE #-} GHC.Internal.Data.Version
-- | Version of Unicode standard used by @base@:
-- [15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
--
-- @since base-4.15.0.0
unicodeVersion :: Version
unicodeVersion = makeVersion [15, 1, 0]