1
0
Fork 0
This commit is contained in:
Malte Brandy 2021-05-01 00:40:46 +02:00
parent 2a984f0bca
commit c67e6e7940
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 4 additions and 4 deletions

View file

@ -93,10 +93,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7fe184a14a4ad4f0594c9b5ca8c7d0ac7c351296",
"sha256": "14gb0d85g3s04s6s3bbn91j6bni0k63vh6s3z5aq3yg7h49yf3v5",
"rev": "2f6fc07a5fa6f44799b6dce108e052adc2cf3783",
"sha256": "1gbcsq6s1k8i22ccxnrqx6xyy5hysj1jycgmjah77z47vpjgwg31",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/7fe184a14a4ad4f0594c9b5ca8c7d0ac7c351296.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/2f6fc07a5fa6f44799b6dce108e052adc2cf3783.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nvd": {

View file

@ -21,7 +21,7 @@ let
;
} // makeHaskellScriptPackages p;
overrides = self: super: {
generic-optics = dontCheck super.generic-optics;
generic-optics = dontCheck (unmarkBroken super.generic-optics);
};
haskellPackages = master.haskellPackages.extend overrides;
ghc = haskellPackages.ghc;