Skip to content
Snippets Groups Projects
Commit da0d8ba5 authored by Matthew Craven's avatar Matthew Craven Committed by Marge Bot
Browse files

Remove unused ghc-internal module "GHC.Internal.Constants"

parent 4c8f1794
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,6 @@ Library
GHC.Internal.Conc.Signal
GHC.Internal.Conc.Sync
GHC.Internal.ConsoleHandler
GHC.Internal.Constants
GHC.Internal.Desugar
GHC.Internal.Encoding.UTF8
GHC.Internal.Enum
......
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}
module GHC.Internal.Constants where
-- TODO: This used to include HaskellConstants.hs, but that has now gone.
-- We probably want to include the constants in platformConstants somehow
-- instead.
import GHC.Internal.Base () -- dummy dependency
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment