fix haskellPackages.headed-megaparsec

This commit is contained in:
Christoph Bauer 2020-04-23 08:22:44 +02:00 committed by Peter Simons
parent f9b8d17c10
commit b20870870f
2 changed files with 4 additions and 1 deletions

View File

@ -1516,4 +1516,8 @@ self: super: {
sha256 = "sha256:0xbfhzhzg94b4r5qy5dg1c40liswwpqarrc2chcwgfbfnrmwkfc2"; sha256 = "sha256:0xbfhzhzg94b4r5qy5dg1c40liswwpqarrc2chcwgfbfnrmwkfc2";
}); });
# Depends on selective >= 0.4, but the default of selective is 0.3
headed-megaparsec = super.headed-megaparsec.override {
selective = self.selective_0_4_1;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -5713,7 +5713,6 @@ broken-packages:
- hdph-closure - hdph-closure
- hdr-histogram - hdr-histogram
- HDRUtils - HDRUtils
- headed-megaparsec
- headergen - headergen
- heapsort - heapsort
- heart-app - heart-app