stack build with lts-13.26 warns
random >
random > /tmp/stack5350/random-1.1/System/Random.hs:43:1: warning: [-Wtabs]
random > Tab character found here, and in 74 further locations.
random > Please use spaces instead.
random > |
random > 43 | (
random > | ^^^^^^^^
@nagaflokhu mentioned it also in #50
There are also warnings about tab characters further up cabal's message.
stack buildwith lts-13.26 warns@nagaflokhu mentioned it also in #50
random/System/Random.hs
Lines 42 to 43 in cfdfe6f