varosi
varosi
Hooray! I confirm that this branch is buildable on Windows with LTS-10.7 (GHC 8.2.2). But 21 tests fail.
Tested on master, too - #932
Another interesting actively developed and supported project is Intero - https://github.com/commercialhaskell/intero It works with most GHC versions and it’s interactive. Currently it works with latests GHC. Haskell is really good...
Officially there is no 8.4.1, yet. (See https://www.haskell.org/ghc/) Currently there is only Release Candidate 1. Whole community is preparing for this release, which should be soon. But it's great that...
Are there plans for that branch to be merged into master? На чт, 9.08.2018 г., 20:14 Mark Laws написа: > @alanz Your branch (along with > https://github.com/alanz/cabal-helper/tree/master) works perfectly for...
Related #932
hm, strange. I'm using Stack to build it and it cannot be found: > D:\Projects\Hackage\ghc-mod>stack build cabal-helper --copy-compiler-tool --stack-yaml stack82.yaml > Warning (added by new or init): Some packages were...
It's working on Windows, too. It's like: ```bash stack exec -- pacman -S mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 wget unzip stack exec -- echo 'export PATH=/c/graphviz/bin:$PATH' >> ~/.bashrc stack install gtk2hs-buildtools glib...
I would like to match "parseClass" parser no matter if it is in the middle or at the end of input.
Thanks! На ср, 12.12.2018 г., 15:25 ч. Georgi Lyubenov написа: > @varosi > maybeResult converts Partial values to Nothings - this is intended > behaviour. You need to feed it...