haskellPackages.Frames-streamly: fix build

- use relude_1_0_0_1 to satisfy bounds
- add missing file example_data/acs100k.csv [upstream issue](https://github.com/adamConnerSax/Frames-streamly/issues/1)

https://hydra.nixos.org/build/142525099/nixlog/1

ZHF: #122042
This commit is contained in:
Dmitry Ivankov 2021-05-08 18:37:10 +02:00 committed by sternenseemann
parent 9d31594235
commit 7ae5e45f9a
2 changed files with 9 additions and 1 deletions

View file

@ -1870,4 +1870,13 @@ self: super: {
ShellCheck = self.ShellCheck_0_7_1;
};
Frames-streamly = overrideCabal (super.Frames-streamly.override { relude = super.relude_1_0_0_1; }) (drv: {
# https://github.com/adamConnerSax/Frames-streamly/issues/1
patchPhase = ''
cat > example_data/acs100k.csv <<EOT
"YEAR","REGION","STATEFIP","DENSITY","METRO","PUMA","PERWT","SEX","AGE","RACE","RACED","HISPAN","HISPAND","CITIZEN","LANGUAGE","LANGUAGED","SPEAKENG","EDUC","EDUCD","GRADEATT","GRADEATTD","EMPSTAT","EMPSTATD","INCTOT","INCSS","POVERTY"
2006,32,1,409.6,3,2300,87.0,1,47,1,100,0,0,0,1,100,3,6,65,0,0,1,12,36000,0,347
EOT
''; });
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -1406,7 +1406,6 @@ broken-packages:
- fraction
- frag
- Frames-map-reduce
- Frames-streamly
- franchise
- fraxl
- freddy