Skip to content

Commit ceffbce

Browse files
authored
Remove unused parsec dependency (#178)
1 parent 47ec7c0 commit ceffbce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

server/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import System.FilePath ((</>))
4949
import System.FilePath.Glob (glob)
5050
import qualified System.IO as IO
5151
import System.IO.UTF8 (readUTF8File)
52-
import qualified Text.Parsec.Combinator as Parsec
5352
import Web.Scotty
5453
import qualified Web.Scotty as Scotty
5554

trypurescript.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ executable trypurescript
2626
http-types >= 0.8.5,
2727
transformers ==0.5.*,
2828
mtl ==2.2.2,
29-
parsec,
3029
text -any,
3130
time -any,
3231
warp -any

0 commit comments

Comments
 (0)