1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

maybe I need bytestring not IO?

This commit is contained in:
Ayman Nadeem 2019-10-10 13:14:24 -04:00
parent 267ae4d46e
commit d9bfa588ce

View File

@ -9,6 +9,7 @@ import TreeSitter.Python
import Source.Range
import Source.Span
import Data.ByteString (readFile, ByteString)
import System.Posix.Env.ByteString (getArgs)
import System.IO (FilePath)
import Options.Applicative hiding (style)
import Data.Semigroup ((<>))