haskell-language-c-quote: jailbreak to support recent versions of haskell-src-meta
This commit is contained in:
parent
44f8ce0fe1
commit
69f66a11b6
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||||
mainlandPretty mtl srcloc syb symbol
|
mainlandPretty mtl srcloc syb symbol
|
||||||
];
|
];
|
||||||
buildTools = [ alex happy ];
|
buildTools = [ alex happy ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||||
description = "C/CUDA/OpenCL quasiquoting library";
|
description = "C/CUDA/OpenCL quasiquoting library";
|
||||||
|
|
Loading…
Reference in New Issue