Remove 'SPEC' ifdefs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{-# LANGUAGE CPP, BangPatterns, TupleSections, DeriveGeneric #-}
|
||||
|
||||
module GhcModExe.Find
|
||||
#ifndef SPEC
|
||||
( Symbol
|
||||
, SymbolDb
|
||||
, loadSymbolDb
|
||||
@@ -14,9 +13,7 @@ module GhcModExe.Find
|
||||
, AsyncSymbolDb
|
||||
, newAsyncSymbolDb
|
||||
, getAsyncSymbolDb
|
||||
)
|
||||
#endif
|
||||
where
|
||||
) where
|
||||
|
||||
import qualified GHC as G
|
||||
import FastString
|
||||
|
||||
Reference in New Issue
Block a user