Herbert Valerio Riedel
Herbert Valerio Riedel
`plugins-1.5.5.0` fails to build with `ghc-8.0` as well as with its bundled `Cabal-1.23` (soon to become `Cabal-1.24`): ``` [ 5 of 12] Compiling System.Plugins.Env ( src/System/Plugins/Env.hs, /tmp/plugins-1.5.5.0/dist-newstyle/build/plugins-1.5.5.0/build/System/Plugins/Env.o ) src/System/Plugins/Env.hs:326:21: error:...
This is a left-over issue from #6 As described in https://github.com/haskell/deepseq/issues/6#issuecomment-147619390 by @glguy defining an instance for `TVar` is complicated since we'd lose `{-# LANGUAGE Safe #-}` by import `TVar`...
I came across what I believe to provide better defaults for the HP distribution as they'd avoid a common confusion encountered by users ("I just installed the HP x.y.z which...
Ideally this needs to happen in time for GHC 8.0 as `pretty` is bundled with GHC 8 See https://github.com/ekmett/ansi-wl-pprint/commit/dd40c6138e1a4ca948d8045182d25f30a8682c4d for how the `()` part can be handled The Semigroup part...
# Augmented Compatibility Annotation Scheme (version 2; WIP) ## The Problem A significant obstacle to being able to automate relaxation of PVP-style upper bounds is that major version increments conflate/overlay...
see https://github.com/haskell/test-framework/blob/master/core/Test/Framework/Tests.hs Some time ago I tried resurrecting `test:test-framework-tests` but ran out of time; it compiles but I ran into an XML related failure which needs more investigation; this ticket...
Some time ago, based on the discussion in http://thread.gmane.org/gmane.comp.lang.haskell.libraries/20865/focus=20936 @JohnLato prepared a patch at https://github.com/JohnLato/packages-unix/commit/a1d905c4cce27c1efab834f1afaaa0d7f9bf1643 that's risking to be forgotten.
https://matrix.yaml.io/details/9KAX.html doesn't pass as of HsYAML-0.1.2.0 specifically because of ```yaml --- !!map &a8 !!str key8: value7 ``` which `yaml2token` decodes as ``` :1:0: BeginDocument | :1:0: DirectivesEnd | --- :1:3:...
See also https://github.com/haskell-hvr/HsYAML/pull/15#discussion_r289620891 We should have two modes: one which throws an exception when an invariant is broken by the stream; and one mode which silently fixes up the stream;...
I've noticed this with the default install-plans of GHC 7.4/7.6 (but not with GHC < 7.4 or GHC >= 7.8) and it looks like: ``` Preprocessing library rss-3000.2.0.6... [1 of...