File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repository head.hackage.ghc.haskell.org
24
24
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
25
25
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
26
26
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
27
- --sha256: sha256-Z6cqRAlbV1WNbK4fKdcWHQcLA8CGpzfnTOd8QxcOy+c =
27
+ --sha256: sha256-IAYzsKIkZOgcNFuRkmwziLdwgU8tEe6vnhx+bugTSTw =
28
28
29
29
repository ghcjs-overlay
30
30
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/56cd424e8529e7a1fc29c6126abdc66f09467306
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ in recurseIntoAttrs {
24
24
|| ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isMusl )
25
25
# Failed to lookup symbol: __aarch64_swp8_acq_rel
26
26
|| ( builtins . elem compiler-nix-name [ "ghc947" "ghc948" ] && haskellLib . isCrossHost && stdenv . hostPlatform . isAarch64 )
27
+ # We have been unable to get windows cross compilation of th-orphans to work for GHC 8.10 using the latest nixpkgs
28
+ || ( compiler-nix-name == "ghc8107" && stdenv . hostPlatform . isWindows )
29
+ # We need to update GHC HEAD to get a version of ghc-internal compatible
30
+ # with th-lift from head.hackage.
31
+ || compiler-nix-name == "ghc91120240918"
27
32
;
28
33
29
34
ifdInputs = {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ library
14
14
, text
15
15
, double-conversion
16
16
, unix-time
17
+ , th-orphans
17
18
exposed-modules : Lib
18
19
hs-source-dirs : src
19
20
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments