diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-14 03:32:49 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 19:53:16 +0200 |
commit | 679c3145fb8fdc346880c205c9dde369e782feee (patch) | |
tree | e3d42ee09e5816448a33a212fadc63c540ca580e /cabal-helper.cabal | |
parent | 807354f7dc6644fec15dfa1e534c69c14d219628 (diff) |
Add stack support
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 3115522..324fd26 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -93,7 +93,9 @@ library CabalHelper.Compiletime.Compat.Version CabalHelper.Compiletime.Compile CabalHelper.Compiletime.Data + CabalHelper.Compiletime.Program.Stack CabalHelper.Compiletime.Types + CabalHelper.Compiletime.Types.RelativePath CabalHelper.Shared.Common CabalHelper.Shared.InterfaceTypes CabalHelper.Shared.Sandbox |