mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
haskell-wl-pprint-text: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
1281a4eb1a
commit
3ee6f3b3aa
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "1.1.0.2";
|
||||
sha256 = "0wbfqp38as2qpn66sq4hvl3hzvj66v301cz9rmgnx2i62r0a3s81";
|
||||
buildDepends = [ text ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "A Wadler/Leijen Pretty Printer for Text values";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user