diff options
author | Zubin Duggal <zubin@cmi.ac.in> | 2019-07-18 16:30:45 +0530 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-09-17 17:48:26 +0200 |
commit | 4ea02d3a8a6aec056e58eb1c15e12e0835041549 (patch) | |
tree | e7b0d496e64bf0d7ad02d25cdb39ca891f7596d5 /cabal-helper.cabal | |
parent | 432d80f962535c2d2db27f6d652509090a88936b (diff) |
Start implementing Distribution.Helper.Discover
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 9cc7215..cb43f72 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -131,6 +131,7 @@ library c-h-internal import: build-deps, extensions exposed-modules: CabalHelper.Compiletime.Cabal + CabalHelper.Compiletime.Compat.Directory CabalHelper.Compiletime.Compat.Environment CabalHelper.Compiletime.Compat.ProgramDb CabalHelper.Compiletime.Compat.Version |