Fix an import in Main.hs

This commit is contained in:
John Wiegley 2018-03-30 14:56:41 -07:00
parent 4cedcca9ad
commit 19e88692a3

View file

@ -4,10 +4,9 @@
module Main where
import Control.Monad
import Nix.Builtins
import Nix
import Nix.Parser
import Nix.Pretty
import Nix.Lint
import Options.Applicative hiding (ParserResult(..))
import System.FilePath
import System.IO