From 3a23917d5990d4d172a8d83720158536da10c4d9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 17 Oct 2016 16:59:52 -0700 Subject: [PATCH] Mention EvalTests.hs in hnix.cabal --- hnix.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hnix.cabal b/hnix.cabal index fa0b19d..2c9ef5d 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -104,6 +104,7 @@ Test-suite hnix-tests Main-is: Main.hs Other-modules: ParserTests + EvalTests Build-depends: base >= 4.3 && < 5 , containers