From: Samir Benmendil Date: Sat, 13 Jan 2018 22:24:47 +0000 (+0000) Subject: Import the Parsec library X-Git-Url: https://git.rmz.io/my-scheme.git/commitdiff_plain/f124ec5ddc0b30d092be82eb7b9fd3a9d1f47990 Import the Parsec library If we want to use the new library, it needs to be imported. More info for the library can be found on GitHub. https://github.com/haskell/parsec --- diff --git a/app/Main.hs b/app/Main.hs index a938cf0..2740935 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,4 +1,5 @@ module Main where +import Text.ParserCombinators.Parsec import System.Environment main :: IO ()