mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
Remove deps.
This commit is contained in:
parent
20d63ff7dc
commit
9857dd64db
@ -74,7 +74,6 @@ executable carp-header-parse
|
||||
, directory
|
||||
, cmdargs
|
||||
, parsec
|
||||
, process
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite CarpHask-test
|
||||
|
@ -4,9 +4,6 @@
|
||||
module Main where
|
||||
|
||||
import System.Console.CmdArgs
|
||||
import System.IO (readFile, hGetContents)
|
||||
import System.IO.Unsafe (unsafePerformIO)
|
||||
import System.Process
|
||||
import Text.Parsec ((<|>))
|
||||
import qualified Text.Parsec as Parsec
|
||||
import Data.Char (toLower, isUpper)
|
||||
|
Loading…
Reference in New Issue
Block a user