forked from mirrors/nixpkgs
haskell-symbol: jailbreak to fix build with Haskell Platform 2013.2.0.0
This commit is contained in:
parent
0d6f43f2c8
commit
79fe788106
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.1.4";
|
||||
sha256 = "00318syprv1ixfbr4v7xq86z10f0psxk0b8kaxvawvacm8hp61bn";
|
||||
buildDepends = [ deepseq syb ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
description = "A 'Symbol' type for fast symbol comparison";
|
||||
|
|
Loading…
Reference in a new issue