mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
Restrict import of Foreign.C.Types to CBool type
This commit is contained in:
parent
ae316a3d7c
commit
a01ed11736
@ -12,7 +12,7 @@ import Data.Source
|
||||
import Data.Span
|
||||
import Data.Term
|
||||
import Foreign
|
||||
import Foreign.C.Types
|
||||
import Foreign.C.Types (CBool(..))
|
||||
import Foreign.Marshal.Array (allocaArray)
|
||||
import qualified TreeSitter.Tree as TS
|
||||
import qualified TreeSitter.Parser as TS
|
||||
|
Loading…
Reference in New Issue
Block a user