1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

import module with the right pack

This commit is contained in:
Ayman Nadeem 2019-10-10 14:09:35 -04:00
parent e575b07fc4
commit e52b82ba5b

View File

@ -8,7 +8,8 @@ import TreeSitter.Python.AST
import TreeSitter.Python
import Source.Range
import Source.Span
import Data.ByteString (readFile, ByteString)
import Data.ByteString.Char8
import Data.ByteString (pack, readFile, ByteString)
import System.IO (FilePath)
import Options.Applicative hiding (style)
import Data.Semigroup ((<>))