diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-12-15 23:02:29 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-01-22 03:06:51 +0100 |
commit | 66ff20ada55558ab1fda09f22f4f6f6de0736136 (patch) | |
tree | 34e8d4ad4c1f20e838993aebf2d81e460702da08 /src/CabalHelper/Runtime/Compat.hs | |
parent | f958f2d07e8cd213014bff98de5e305e7ce84608 (diff) |
Move Shared.Sandbox module to Compiletime.
Diffstat (limited to 'src/CabalHelper/Runtime/Compat.hs')
-rw-r--r-- | src/CabalHelper/Runtime/Compat.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CabalHelper/Runtime/Compat.hs b/src/CabalHelper/Runtime/Compat.hs index 8c32adf..eb87163 100644 --- a/src/CabalHelper/Runtime/Compat.hs +++ b/src/CabalHelper/Runtime/Compat.hs @@ -134,7 +134,6 @@ import Distribution.Types.GenericPackageDescription #endif -import CabalHelper.Shared.Sandbox import CabalHelper.Shared.Common import CabalHelper.Shared.InterfaceTypes |