Created
August 15, 2013 18:24
-
-
Save bshepherdson/6243355 to your computer and use it in GitHub Desktop.
Error installing test-framework in GHCJS VM
This file contains hidden or 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
| [22 of 23] Compiling Test.Framework.Runners.Console ( Test/Framework/Runners/Console.hs, dist/build/Test/Framework/Runners/Console.o ) | |
| Test/Framework/Runners/Console.hs:26:10: | |
| Duplicate instance declarations: | |
| instance Functor OptDescr | |
| -- Defined at Test/Framework/Runners/Console.hs:26:10 | |
| instance [safe] Functor OptDescr | |
| -- Defined in ‛System.Console.GetOpt’ | |
| Test/Framework/Runners/Console.hs:29:10: | |
| Duplicate instance declarations: | |
| instance Functor ArgDescr | |
| -- Defined at Test/Framework/Runners/Console.hs:29:10 | |
| instance [safe] Functor ArgDescr | |
| -- Defined in ‛System.Console.GetOpt’ | |
| Failed to install test-framework-0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment