varosi

Results 32 issues of varosi

``` C:\Users\User\AppData\Local\Temp\stack3168\chatter-0.5.2.1\src\NLP\ML\AvgPerceptron.hs:86:10: error: * No instance for (NFData Class) arising from a use of `Control.DeepSeq.$dmrnf' * In the expression: Control.DeepSeq.$dmrnf In an equation for `rnf': rnf = Control.DeepSeq.$dmrnf In the...

``` Failures: test\BrowseSpec.hs:33: 1) Browse, `browse' in a project directory, can list symbols defined in a a local module [] does not contain ["foo"] test\CabalHelperSpec.hs:52: 2) CabalHelper.getComponents handles sandboxes correctly...

``` Failures: test\BrowseSpec.hs:33: 1) Browse, `browse' in a project directory, can list symbols defined in a a local module [] does not contain ["foo"] test\CabalHelperSpec.hs:52: 2) CabalHelper.getComponents handles sandboxes correctly...

It will be great if BCO objects are hidden by default and shown only with an option. Currently they add a lot of noise and for the common case they...

Currently [Stack](https://docs.haskellstack.org) is using MinGW32/MinGW64 under Windows to cope with C/C++/Fortran dependencies. Stack + Nix is a great tandem that could be turned into very easy to deploy system on...

Steps to reproduce 1. Hover over "putStrLn" ![image](https://user-images.githubusercontent.com/6051718/28618649-d4c4c484-720d-11e7-9394-422beecda343.png)

I have this code: ``` haskell parseClass :: Parser Text parseClass = do string "Class" string "class" skipSpace takeWhile1 isAlpha ``` When I call it in GHCi I got this...

I'll be great to have such highlighting and it'll help debugging. I mean files that are generated with -ddump-simpl and -ddump-stg GHC flags.

enhancement
help wanted

I have written about that elsewhere, but this is what EclipseFP was doing before in Eclipse for cabal-based projects into a sandbox. It think that this will help with easier...

enhancement
in progress

Support for different ghc-mod versions (located on different paths) and running correct one depending on the used GHC version by the project. Currently it's only single path, so I have...

enhancement