File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,6 @@ in addPackageKeys {
169
169
packages . ghci . flags . ghci = true ;
170
170
packages . ghci . flags . internal-interpreter = true ;
171
171
172
- # These flags are set by hadrian. This would be fine if:
173
- # * Haskell.nix respected `pre-existing` packages in `plan.json` and used the hadrian built version.
174
- # * If `plan.json` included the flag settings used by `pre-existing` packages.
175
- # For now the work around is to set the flags that hadrian does (see hadrian/src/Settings/Packages.hs).
176
- packages . unix . flags = pkgs . lib . optionalAttrs ( builtins . compareVersions config . compiler . version "9.9" > 0 ) { os-string = true ; } ;
177
- packages . directory . flags = pkgs . lib . optionalAttrs ( builtins . compareVersions config . compiler . version "9.9" > 0 ) { os-string = true ; } ;
178
- packages . Win32 . flags = pkgs . lib . optionalAttrs ( builtins . compareVersions config . compiler . version "9.9" > 0 ) { os-string = true ; } ;
179
- packages . hashable . flags = pkgs . lib . optionalAttrs ( builtins . compareVersions config . compiler . version "9.9" > 0 ) { os-string = true ; } ;
180
-
181
172
# See https://github.com/Bodigrim/bitvec/pull/61
182
173
packages . bitvec . patches = [
183
174
( fromUntil "1.1.3.0" "1.1.3.0.1" ../patches/bitvec-gmp-fix.patch )
You can’t perform that action at this time.
0 commit comments