Skip to content

Commit 4acd342

Browse files
committed
Update head.hackage and fix warning
1 parent 26469da commit 4acd342

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

builder/comp-builder.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ let
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; });

test/cabal.project.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repository head.hackage.ghc.haskell.org
2929
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
3030
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
3131
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
32-
--sha256: sha256-Zu+OsPXt+tUllxC2LVJ3jneYGUH5GvdemZZPnynWaN0=
32+
--sha256: sha256-8/2gNDSHkQh9bomw9KNMRiV6Z187mRPp/Mkh4WcbtcM=
3333

3434
repository ghcjs-overlay
3535
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b

0 commit comments

Comments
 (0)