File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repository head.hackage.ghc.haskell.org
22
22
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
23
23
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
24
24
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
25
- --sha256: sha256-dx4WtCafVcu1+IlaK1ABcqQ1UummqTN8HRo3svRdTOE =
25
+ --sha256: sha256-gDLkCAZPa4xALm37iKVjDVnmBj0CwNKT1qzY/xiiPOY =
26
26
27
27
repository ghcjs-overlay
28
28
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ed91ac93832fdfc50471ab8df13b8174e91b35ed
Original file line number Diff line number Diff line change 6
6
project = project' {
7
7
inherit compiler-nix-name evalPackages ;
8
8
src = testSrc "plugin" ;
9
- cabalProjectLocal = builtins . readFile ../cabal.project.local ;
10
- modules = [ {
11
- reinstallableLibGhc = builtins . compareVersions buildPackages . haskell-nix . compiler . ${ compiler-nix-name } . version "9.8.1" < 0 ;
12
- } ] ;
9
+ cabalProjectLocal = builtins . readFile ../cabal.project.local + ''
10
+ allow-newer: polysemy-plugin:containers, polysemy:containers
11
+ '' ;
13
12
} ;
14
13
15
14
packages = project . hsPkgs ;
@@ -21,7 +20,7 @@ in recurseIntoAttrs {
21
20
22
21
# Not sure why this breaks for ghc 8.10.7
23
22
meta . disabled = compiler-nix-name == "ghc8107"
24
- || builtins . elem compiler-nix-name [ "ghc9101 " "ghc91120240504 " ]
23
+ || builtins . elem compiler-nix-name [ "ghc9101x " "ghc91120240620 " ]
25
24
|| stdenv . hostPlatform . isMusl
26
25
|| stdenv . hostPlatform . isGhcjs
27
26
|| stdenv . hostPlatform . isWindows
You can’t perform that action at this time.
0 commit comments