aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2020-05-01 23:00:21 +0200
committerDaniel Gröber <dxld@darkboxed.org>2020-05-02 15:44:26 +0200
commit11a515ed0e887eef081e514b51f29589cf6693ca (patch)
treec6b87fea634488a415359ede673f3f6ada5504b5 /tests
parent15d23d0731aa4e592e709e3626444e18ce3f804a (diff)
Move CabalVersion and related types into a new module
Diffstat (limited to 'tests')
-rw-r--r--tests/CompileTest.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs
index 8f79868..02580f8 100644
--- a/tests/CompileTest.hs
+++ b/tests/CompileTest.hs
@@ -36,6 +36,7 @@ import CabalHelper.Compiletime.Cabal
import CabalHelper.Compiletime.Compile
import CabalHelper.Compiletime.Program.GHC
import CabalHelper.Compiletime.Types
+import CabalHelper.Compiletime.Types.Cabal
import CabalHelper.Shared.Common
import TestOptions