summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 590aba02..3e0abc1f 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -90,6 +90,7 @@ in rec {
90 haskellPackages = superPkgs.haskellPackages.extend (selfH: superH: { 90 haskellPackages = superPkgs.haskellPackages.extend (selfH: superH: {
91 encoding = superPkgs.haskell.lib.overrideCabal superH.encoding ( oldAttrs: { 91 encoding = superPkgs.haskell.lib.overrideCabal superH.encoding ( oldAttrs: {
92 src = superPkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; 92 src = superPkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; };
93 patches = [];
93 }); 94 });
94 inherit 95 inherit
95 (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) 96 (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH)