Created
June 3, 2013 16:46
-
-
Save deepakjois/5699492 to your computer and use it in GitHub Desktop.
Error in diagrams-svg build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cabal-dev build | |
Building diagrams-svg-0.6.1... | |
Preprocessing library diagrams-svg-0.6.1... | |
[1 of 3] Compiling Graphics.Rendering.SVG ( src/Graphics/Rendering/SVG.hs, dist/build/Graphics/Rendering/SVG.o ) | |
src/Graphics/Rendering/SVG.hs:228:20: | |
Not in scope: `colorToSRGBA' | |
Perhaps you meant `colorToRGBA' (imported from Diagrams.Prelude) | |
src/Graphics/Rendering/SVG.hs:232:20: | |
Not in scope: `colorToSRGBA' | |
Perhaps you meant `colorToRGBA' (imported from Diagrams.Prelude) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment