/Users/danburton/scratch/union-0.1.1.0/bench/Benchmark.hs:11:10: error:
Duplicate instance declarations:
instance forall k (a :: k). NFData (Proxy a)
-- Defined at bench/Benchmark.hs:11:10
instance [safe] forall k (a :: k). NFData (Proxy a)
-- Defined in ‘Control.DeepSeq’
How I reproduced the error: