On Sun, Aug 16, 2015 at 11:56:58AM +0200, Sven Bartscher wrote:
> Can anyone still reproduce this somewhere? I just tried it in Debian
> stretch and couldn't reproduce it.
I can't reproduce it anymore either. I think it was a bug in GHC and
7.10 seems to have fixed it.
--Daniel
Control: tags -1 + unreproducible
On Sun, 28 Jun 2015 14:55:30 +0200 Daniel =?iso-8859-1?Q?Gr=F6ber?=
wrote:
> Hey,
>
> thanks for the report! I can indeed reproduce this problem with the
> version of ghc-mod in Debian and the latest version from upstream. I
> added an issue upstream
> (https://
Hey,
thanks for the report! I can indeed reproduce this problem with the
version of ghc-mod in Debian and the latest version from upstream. I
added an issue upstream
(https://github.com/kazu-yamamoto/ghc-mod/issues/503) and will report
back when we have more information.
--Daniel
On Sun, Jun 28,
Package: ghc-mod
Version: 5.2.1.2-1
Severity: important
Dear Maintainer,
Not compiled code like below (M.hs) causes ghc-mod to crush.
---
{-# LANGUAGE TemplateHaskell #-}
module M where
import System.Environment
import Language.Haskell.TH
$(runIO getEnvironment >> return [])
---
Crus
4 matches
Mail list logo