summaryrefslogtreecommitdiff
path: root/compiler/main/GhcNameVersion.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/GhcNameVersion.hs')
-rw-r--r--compiler/main/GhcNameVersion.hs11
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/main/GhcNameVersion.hs b/compiler/main/GhcNameVersion.hs
deleted file mode 100644
index 96e04186a7..0000000000
--- a/compiler/main/GhcNameVersion.hs
+++ /dev/null
@@ -1,11 +0,0 @@
-module GhcNameVersion
- ( GhcNameVersion (..)
- ) where
-
-import GhcPrelude
-
--- | Settings for what GHC this is.
-data GhcNameVersion = GhcNameVersion
- { ghcNameVersion_programName :: String
- , ghcNameVersion_projectVersion :: String
- }