1
0
Fork 1
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:
Peter Simons 2014-11-01 17:01:11 +01:00
parent 7e59567fca
commit e4251104f2

View file

@ -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";