1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

need ByteString

This commit is contained in:
Ayman Nadeem 2019-10-01 17:03:27 -04:00
parent d6ae2fc594
commit 5a17ad5beb

View File

@ -5,6 +5,7 @@ module CLI (main) where
import System.Environment
import Source.Range
import Source.Span
import Data.ByteString (ByteString)
newtype SignalException = SignalException Signal