Boldizsár Németh

Results 45 comments of Boldizsár Németh

The package version are analyzed in a later stage then the `.cabal` files. The conditional sections that depend on packages will be erased.

The `PackageImports` extensions can be used to select from multiple external modules with the same qualified name, but it cannot be used if the specified package is loaded into Haskell-tools.

The pragma is `{-# LANGUAGE bytesLength #-}`, so it is clearly not intended as a language pragma.

Error message: ``` ByteCodeLink.lookupCE During interactive linking, GHCi couldn't find the following symbol: KoofrziInternal_lowerCamel_closure This may be due to you not asking GHCi to load extra object files, archives or...

They are not built by stack, so there is no autogen directory.

Since this only affect 4 packages that we can't and don't want to refactor, I move this to Ice Box.

The error message is `hGetContents: invalid argument (invalid byte sequence)` It could be fixed by changing the read/write mode of Daemon's `updateClient` method to binary, but then we would need...

This problem can happen when a non-standard prelude is used with `NoImplicitPrelude` and there is a numeric literal present. *Correction*: when numeric literals are present in the module, `fromInteger` should...

**Walkaround**: Use [lhs2hs](http://www.cs.dartmouth.edu/~cbk/classes/8/handouts/lhs2hs.hs) to convert literate haskell to normal haskell. Refactor the code. Convert back to literate haskell using [hs2lhs](https://github.com/jeffreyrosenbluth/Literate).

Thank you, I will check it out on Monday!