Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Apr 26, 2021
1 parent fa29073 commit de378ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cabal/src/Distribution/Simple/Build/PathsModule.hs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ generatePathsModule pkg_descr lbi clbi = Z.render Z.Z
supports_cpp = supports_language_pragma
supports_rebindable_syntax = ghc_newer_than (mkVersion [7,0,1])
supports_language_pragma = ghc_newer_than (mkVersion [6,6,1])
supports_missing_safehaskell = ghc_newer_than (mkVersion [8,10,1])
supports_prepositive_qualified_module = ghc_newer_than (mkVersion [8,10,1])

ghc_newer_than minVersion =
case compilerCompatVersion GHC (compiler lbi) of
Expand Down
2 changes: 0 additions & 2 deletions Cabal/src/Distribution/Simple/Build/PathsModule/Z.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ data Z
zVersionDigits :: String,
zSupportsCpp :: Bool,
zSupportsNoRebindableSyntax :: Bool,
zSupportsNoMissingSafeHaskellMode :: Bool,
zSupportsNoPrepositiveQualifiedModule :: Bool,
zAbsolute :: Bool,
zRelocatable :: Bool,
zIsWindows :: Bool,
Expand Down

0 comments on commit de378ca

Please sign in to comment.