From 438985ad69abb53c01a30473e08dc8558ac3927e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Apr 2018 18:09:03 +0200 Subject: patched encoding --- bragi.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 3a281263..54280570 100644 --- a/bragi.nix +++ b/bragi.nix @@ -29,6 +29,7 @@ in rec { rec { haskellPackages = oldPkgs.haskellPackages.override { overrides = self: super: rec { + encoding = haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } ); trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; inherit (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) -- cgit v1.2.3