mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-mainland-pretty: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
7e59567fca
commit
e4251104f2
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.2.7";
|
||||
sha256 = "1g4s2xscj6dpkcghs5lws658ki0rhriivpdr5ilcycvr28k3l35q";
|
||||
buildDepends = [ srcloc text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
description = "Pretty printing designed for printing source code";
|
||||
|
|
Loading…
Reference in a new issue