hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

REPO UNMAINTAINED!!! Try this: https://github.com/hdevtools/hdevtools/

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

Hi Bit, I've added the command 'findsymbol', to be able find the modules where a given symbol is defined. Greetings, Daniel

I'm really excited about [stack](https://github.com/commercialhaskell/stack) because it makes building Haskell projects super easy. Right now the only thing blocking me from using it for everything is that the current crop...

(this is a bug report / feature request against master of https://github.com/schell/hdevtools /cc @schell) Currently, `hdevtools` does not pick up test dependencies. Here is a minimal way to reproduce this:...

Hi! I've added `hdevtools` to stackage long time ago, and I still marked as its maintainer is stackage's [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml#L795-L797). Can you please ask stackage team to change this if you...

Starting with version 0.1.0.7, the hdevtools server will crash if asked to check a file in a `.cabal` package that has both a `library` and one or more `executable` sections....

I am running xubuntu 14.04 as guest in VirtualBox in a Windows 8 host. To keep my documents synchronized, I am using a virtualbox shared folder. However, when running any...

This patch adds support of Cabal packages. Hdevtools currently doesn't know anything about Cabal system: it can't find out source code directories, package database locations, list of packages or Haskell...

When there is a socket file in the current directly and no server is running, 'hdevtools check' fails with: hdevtools: bind: resource busy (Address already in use)

Hi there! I can't build due to following errors: ``` $ cabal build The sandbox was created after the package was already configured. Re-configuring with most recently used options. If...

Info.hs errors: ``` [ 2 of 10] Compiling Info ( src/Info.hs, dist/build/hdevtools/hdevtools-tmp/Info.o ) src/Info.hs:130:59: Not in scope: data constructor ‛GHC.MatchGroup’ Perhaps you meant ‛GHC.DocGroup’ (imported from GHC) src/Info.hs:229:12: Not in...