diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 18:11:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 18:11:47 +0100 |
commit | 3cd4169e33c07b71129aafcecfb81a3b5007fa39 (patch) | |
tree | 261de0303273cc1a861977dc9aebce235d0afe51 /bar.cabal | |
parent | 37f0dac79707a0de81ec6364d2704007eefd9289 (diff) | |
download | bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.gz bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.bz2 bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.xz bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.zip |
Autocomplete types
Diffstat (limited to 'bar.cabal')
-rw-r--r-- | bar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ library | |||
31 | Handler.ReferenceItem | 31 | Handler.ReferenceItem |
32 | Handler.DeleteRefItem | 32 | Handler.DeleteRefItem |
33 | Handler.Kinds | 33 | Handler.Kinds |
34 | Handler.Types | ||
34 | Handler.List | 35 | Handler.List |
35 | 36 | ||
36 | if flag(dev) || flag(library-only) | 37 | if flag(dev) || flag(library-only) |