1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

let's try to use opt-parse applicative now

This commit is contained in:
Ayman Nadeem 2019-10-02 14:34:58 -04:00
parent 3e17a9b50d
commit 0abb65e4f4

View File

@ -10,6 +10,8 @@ import Source.Range
import Source.Span
import Data.ByteString (readFile, ByteString)
import System.IO (FilePath)
import Options.Applicative hiding (style)
import Data.Semigroup ((<>))
main :: IO ()
main = do