David Fox
David Fox
uh oh I don't even remember what a linear gradient is :upside_down_face:
Can you provide a self contained example of the failure?
Not surprisingly, this works: `instance Typeable (r :: *) => SafeCopy (IntKey r)`, I can't think of a way to do this in the library code off the top of...
oh, probably a missing c library?
What we ended up doing is writing this: https://github.com/seereason/sr-extra/blob/master/Extra/Errors.hs. It lets us create a type with is the sum of a set of named (error) types, and manipulate values of...
Daunting CI failure with ghc-7.10 - let me know if it is worth fixing.
I guess I was thinking of the other PR, apparently 7.10 didn't have HasCallStack.
I've pushed the first step to https://github.com/seereason/clay, a patch that adds a state monad to the Css type to hold the `SourceMappings`. It doesn't yet add any mappings.
Can anyone explain why travis-ci is failing? https://github.com/seereason/clay/runs/2472160906
I'm stuck on ghc-8.6.5 and ghcjs-8.6.0.1 for now. Just FYI. But of course travis can run what it likes.