hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

This repo is inactive. Please visit the new active project at https://github.com/hdevtools/hdevtools

Results 9 hdevtools issues
Sort by recently updated
recently updated
newest added

It was taken from http://hackage.haskell.org/package/Cabal-1.16.0.3/docs/src/Distribution-Simple-LocalBuildInfo.html#allComponentsBy since it doesn't exist in Cabal 1.18.* Obtains all components (libs, exes, or test suites), transformed by the given function. Useful for gathering dependencies with...

Located in "schell/hdevtools/src/Cabal.hs" on line 130

Located in "schell/hdevtools/src/Stack.hs" on line 33

After merging the last set of PRs (#18,#19,#20,#21,#22) hdevtools errors when checking its own source. It seems to be fine when check is run on projects that are less complex....

When trying to extract type information for an identifier using (e.g.): ``` % hdevtools type src/Main.hs 1 1 ``` Where `src/Main.hs` is part of a Stack project, the command succeeds...

Hi, the lower bound constraint on `process` seems to be introduced because of the usage of the new function `readCreateProcess`, but `ghc 7.8.3` is released with `process-1.2.0.0`. Greetings, Daniel

Thanks for improving hdevtools. I found a probably easy-to-fix problem: ``` ~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ hdevtools check Parser.hs : can't find file: /home/jojo/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden/Parser.hs ~/uni/info/Vorträge/2015-04-15 KaFuncProgGroup RevEng-Monaden $ cp...

Hi, does anyone have any idea about this bizarre error: https://github.com/bitc/hdevtools/issues/37 In brief attempting to call `hdevtools` from within ATOM (via a node-process) is throwing this odd error... (Its running...