Import Nix.Expr so main/Main.hs compiles

This commit is contained in:
Vaibhav Sagar 2017-11-29 17:42:12 +08:00
parent 35a7f64467
commit ab52fb8d00
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ module Main where
import Nix.Parser
import Nix.Pretty
import Nix.Expr
import System.Environment
import System.IO