1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

HIde an import.

This commit is contained in:
Rob Rix 2021-08-19 13:47:07 -04:00
parent 841c17969f
commit 55c349bc0f
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -17,7 +17,7 @@ module SpecHelpers
) where
import qualified Analysis.File as File
import Analysis.Name as X
import Analysis.Name as X hiding (Level)
import Analysis.Project as X
import Control.Carrier.Fresh.Strict
import Control.Carrier.Lift