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 382382 env = shellWrappers . drv ;
383383 shell = drv . overrideAttrs ( attrs : {
384384 pname = nameOnly + "-shell" ;
385- inherit ( package . identifier ) version ;
386385 nativeBuildInputs = [ shellWrappers . drv ] ++ attrs . nativeBuildInputs ;
387386 } ) ;
388387 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 {
22 aarch64-darwin = pkgs . fetchurl {
33 name = "aarch64-darwin-nix-tools-static" ;
44 url = "${ baseurl } aarch64-darwin-nix-tools-static.zip" ;
5- sha256 = "sha256-umzS70a8h1pigTzBJdkChEPqIk83NXfi02zIDQIDrzI =" ;
5+ sha256 = "sha256-v3lxSxCDjQWtCSwx9T5lzcufByvFErKGLm8374KYsOs =" ;
66 } ;
77 x86_64-darwin = pkgs . fetchurl {
88 name = "x86_64-darwin-nix-tools-static" ;
99 url = "${ baseurl } x86_64-darwin-nix-tools-static.zip" ;
10- sha256 = "sha256-O0T0tI+vD5ZuozKvqlfQR93UO6p4P0HyPQDLvhUIChs =" ;
10+ sha256 = "sha256-Ltze09JIiUpMuy+jfoSghejmZ3L4NCpgr32LyX5bckU =" ;
1111 } ;
1212 aarch64-linux = pkgs . fetchurl {
1313 name = "aarch64-linux-nix-tools-static" ;
1414 url = "${ baseurl } aarch64-linux-nix-tools-static.zip" ;
15- sha256 = "sha256-J3z5WbEm96k25UyOK3kKRtecQvTQIORRhoROKFSULZI =" ;
15+ sha256 = "sha256-bpjuragBvzuki4CVleXyqTrQfRJshdoTeD3v6xl9sio =" ;
1616 } ;
1717 x86_64-linux = pkgs . fetchurl {
1818 name = "x86_64-linux-nix-tools-static" ;
1919 url = "${ baseurl } x86_64-linux-nix-tools-static.zip" ;
20- sha256 = "sha256-CKf8Drj1UOwlAg16S4kuyVp25O7al/5YzxwrLawVnwQ =" ;
20+ sha256 = "sha256-aZOmrhp+AdCXcBaNVAeJHDobBaGzJDvEhY90mWjGadc =" ;
2121 } ;
2222}
Original file line number Diff line number Diff line change @@ -454,6 +454,9 @@ instance {-# OVERLAPS #-} ToNixExpr a => ToNixExpr [a] where
454454fixSystem :: String -> String
455455fixSystem " isJavascript" = " isJavaScript"
456456fixSystem " isDragonfly" = " isDragonFly"
457+ fixSystem " isHpux" = " isHPUX"
458+ fixSystem " isIos" = " isIOS"
459+ fixSystem " isIrix" = " isIRIX"
457460fixSystem s = s
458461
459462instance ToNixExpr ConfVar where
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repository head.hackage.ghc.haskell.org
2929 f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
3030 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
3131 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
32- --sha256: sha256-Fn+JdHvwpbhYz5ffZU6+2HFZHLMLgah564mMdyUHKL4 =
32+ --sha256: sha256-T8qW/tiaMGcxxxA4OXBQc07EYXjhYMXSXSgW0Zg3aRo =
3333
3434repository ghcjs-overlay
3535 url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
You can’t perform that action at this time.
0 commit comments