diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 10:45:03 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 13:11:28 +0200 |
commit | b42f9095993f5862d4450a84f6cf535b7a252d48 (patch) | |
tree | 4b55984dd1258a9bb9c6cb950834961bd2a10524 /tests | |
parent | 373a468190a393fa2f7cf3851f1050dc6bf5bea1 (diff) |
Remove 'Options' from shared Types module
Only needed at compiletime, were being hidden everywhere else already.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 4d22b67..b408788 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -18,8 +18,8 @@ import Prelude import CabalHelper.Compiletime.Compat.Environment import CabalHelper.Compiletime.Compat.Version import CabalHelper.Compiletime.Compile +import CabalHelper.Compiletime.Types import CabalHelper.Shared.Common -import CabalHelper.Shared.Types runReadP'Dist :: Dist.ReadP t t -> String -> t runReadP'Dist p i = case filter ((=="") . snd) $ Dist.readP_to_S p i of |