Bug#790350: [Pkg-haskell-maintainers] Bug#790350: ghc-mod: Crush problem of ghc-mod

2016-01-08 Thread Daniel Gröber
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

Bug#790350: [Pkg-haskell-maintainers] Bug#790350: ghc-mod: Crush problem of ghc-mod

2015-08-16 Thread Sven Bartscher
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://

Bug#790350: [Pkg-haskell-maintainers] Bug#790350: ghc-mod: Crush problem of ghc-mod

2015-06-28 Thread Daniel Gröber
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,

Bug#790350: ghc-mod: Crush problem of ghc-mod

2015-06-28 Thread Kei Hibino
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