Skip to content

Instantly share code, notes, and snippets.

@bshepherdson
Created August 15, 2013 18:24
Show Gist options
  • Select an option

  • Save bshepherdson/6243355 to your computer and use it in GitHub Desktop.

Select an option

Save bshepherdson/6243355 to your computer and use it in GitHub Desktop.
Error installing test-framework in GHCJS VM
[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