File tree Expand file tree Collapse file tree 5 files changed +65
-28
lines changed Expand file tree Collapse file tree 5 files changed +65
-28
lines changed Original file line number Diff line number Diff line change 382
382
env = shellWrappers . drv ;
383
383
shell = drv . overrideAttrs ( attrs : {
384
384
pname = nameOnly + "-shell" ;
385
- inherit ( package . identifier ) version ;
386
385
nativeBuildInputs = [ shellWrappers . drv ] ++ attrs . nativeBuildInputs ;
387
386
} ) ;
388
387
profiled = lib . makeOverridable self ( drvArgs // { enableLibraryProfiling = true ; } ) ;
Original file line number Diff line number Diff line change 1
- pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.3.5 /" ; in {
1
+ pkgs : let baseurl = "https://github.com/input-output-hk/haskell.nix/releases/download/nix-tools-0.3.8 /" ; in {
2
2
aarch64-darwin = pkgs . fetchurl {
3
3
name = "aarch64-darwin-nix-tools-static" ;
4
4
url = "${ baseurl } aarch64-darwin-nix-tools-static.zip" ;
5
- sha256 = "sha256-umzS70a8h1pigTzBJdkChEPqIk83NXfi02zIDQIDrzI =" ;
5
+ sha256 = "sha256-v3lxSxCDjQWtCSwx9T5lzcufByvFErKGLm8374KYsOs =" ;
6
6
} ;
7
7
x86_64-darwin = pkgs . fetchurl {
8
8
name = "x86_64-darwin-nix-tools-static" ;
9
9
url = "${ baseurl } x86_64-darwin-nix-tools-static.zip" ;
10
- sha256 = "sha256-O0T0tI+vD5ZuozKvqlfQR93UO6p4P0HyPQDLvhUIChs =" ;
10
+ sha256 = "sha256-Ltze09JIiUpMuy+jfoSghejmZ3L4NCpgr32LyX5bckU =" ;
11
11
} ;
12
12
aarch64-linux = pkgs . fetchurl {
13
13
name = "aarch64-linux-nix-tools-static" ;
14
14
url = "${ baseurl } aarch64-linux-nix-tools-static.zip" ;
15
- sha256 = "sha256-J3z5WbEm96k25UyOK3kKRtecQvTQIORRhoROKFSULZI =" ;
15
+ sha256 = "sha256-bpjuragBvzuki4CVleXyqTrQfRJshdoTeD3v6xl9sio =" ;
16
16
} ;
17
17
x86_64-linux = pkgs . fetchurl {
18
18
name = "x86_64-linux-nix-tools-static" ;
19
19
url = "${ baseurl } x86_64-linux-nix-tools-static.zip" ;
20
- sha256 = "sha256-CKf8Drj1UOwlAg16S4kuyVp25O7al/5YzxwrLawVnwQ =" ;
20
+ sha256 = "sha256-aZOmrhp+AdCXcBaNVAeJHDobBaGzJDvEhY90mWjGadc =" ;
21
21
} ;
22
22
}
Original file line number Diff line number Diff line change @@ -454,6 +454,9 @@ instance {-# OVERLAPS #-} ToNixExpr a => ToNixExpr [a] where
454
454
fixSystem :: String -> String
455
455
fixSystem " isJavascript" = " isJavaScript"
456
456
fixSystem " isDragonfly" = " isDragonFly"
457
+ fixSystem " isHpux" = " isHPUX"
458
+ fixSystem " isIos" = " isIOS"
459
+ fixSystem " isIrix" = " isIRIX"
457
460
fixSystem s = s
458
461
459
462
instance ToNixExpr ConfVar where
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repository head.hackage.ghc.haskell.org
29
29
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
30
30
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
31
31
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
32
- --sha256: sha256-Fn+JdHvwpbhYz5ffZU6+2HFZHLMLgah564mMdyUHKL4 =
32
+ --sha256: sha256-T8qW/tiaMGcxxxA4OXBQc07EYXjhYMXSXSgW0Zg3aRo =
33
33
34
34
repository ghcjs-overlay
35
35
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
You can’t perform that action at this time.
0 commit comments