File tree Expand file tree Collapse file tree 2 files changed +24
-7
lines changed
Expand file tree Collapse file tree 2 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 22 description = "cardano-ledger" ;
33
44 inputs = {
5- haskellNix . url = "github:input-output-hk/haskell.nix" ;
5+
6+ # Remove this once we no longer need GHC 8.10.7.
7+ hackageNix = {
8+ url = "github:input-output-hk/hackage.nix?ref=for-stackage" ;
9+ flake = false ;
10+ } ;
11+ haskellNix = {
12+ # GHC 8.10.7 cross compilation for windows is broken in newer versions of haskell.nix.
13+ # Unpin this once we no longer need GHC 8.10.7.
14+ url = "github:input-output-hk/haskell.nix/a0283c855a38ed70ba521f7a9290e78488ddf11b" ;
15+ inputs . hackage . follows = "hackageNix" ;
16+ } ;
17+
618 nixpkgs . follows = "haskellNix/nixpkgs-unstable" ;
719 iohkNix . url = "github:input-output-hk/iohk-nix" ;
820 flake-utils . url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs" ;
189201 cabalProject . flake (
190202 lib . optionalAttrs ( system == "x86_64-linux" ) {
191203 # on linux, build/test other supported compilers
192- variants = lib . genAttrs [ "ghc8107" "ghc984 " ] ( compiler-nix-name : {
204+ variants = lib . genAttrs [ "ghc8107" "ghc9121 " ] ( compiler-nix-name : {
193205 inherit compiler-nix-name ;
194206 } ) ;
195207 }
You can’t perform that action at this time.
0 commit comments