Merge pull request #69 from vaibhavsagar/import-nix-expr

Import Nix.Expr so main/Main.hs compiles
This commit is contained in:
John Wiegley 2017-11-29 08:42:29 -08:00 committed by GitHub
commit 07cbf0e56e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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