-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into hkm/embed-file
- Loading branch information
Showing
157 changed files
with
4,794 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
final: prev: | ||
let | ||
callFlake = import prev.haskell-nix.sources.flake-compat; | ||
in { | ||
haskell-nix = prev.haskell-nix // { | ||
sources = prev.haskell-nix.sources // { | ||
inherit ((callFlake { pkgs = final; src = ./ghc8107; }).defaultNix) ghc8107; | ||
inherit ((callFlake { pkgs = final; src = ./ghc901; }).defaultNix) ghc901; | ||
inherit ((callFlake { pkgs = final; src = ./ghc902; }).defaultNix) ghc902; | ||
inherit ((callFlake { pkgs = final; src = ./ghc921; }).defaultNix) ghc921; | ||
inherit ((callFlake { pkgs = final; src = ./ghc922; }).defaultNix) ghc922; | ||
inherit ((callFlake { pkgs = final; src = ./ghc923; }).defaultNix) ghc923; | ||
inherit ((callFlake { pkgs = final; src = ./ghc924; }).defaultNix) ghc924; | ||
inherit ((callFlake { pkgs = final; src = ./ghc925; }).defaultNix) ghc925; | ||
inherit ((callFlake { pkgs = final; src = ./ghc926; }).defaultNix) ghc926; | ||
inherit ((callFlake { pkgs = final; src = ./ghc927; }).defaultNix) ghc927; | ||
inherit ((callFlake { pkgs = final; src = ./ghc928; }).defaultNix) ghc928; | ||
inherit ((callFlake { pkgs = final; src = ./ghc941; }).defaultNix) ghc941; | ||
inherit ((callFlake { pkgs = final; src = ./ghc942; }).defaultNix) ghc942; | ||
inherit ((callFlake { pkgs = final; src = ./ghc943; }).defaultNix) ghc943; | ||
inherit ((callFlake { pkgs = final; src = ./ghc944; }).defaultNix) ghc944; | ||
inherit ((callFlake { pkgs = final; src = ./ghc945; }).defaultNix) ghc945; | ||
inherit ((callFlake { pkgs = final; src = ./ghc946; }).defaultNix) ghc946; | ||
inherit ((callFlake { pkgs = final; src = ./ghc947; }).defaultNix) ghc947; | ||
inherit ((callFlake { pkgs = final; src = ./ghc948; }).defaultNix) ghc948; | ||
inherit ((callFlake { pkgs = final; src = ./ghc961; }).defaultNix) ghc961; | ||
inherit ((callFlake { pkgs = final; src = ./ghc962; }).defaultNix) ghc962; | ||
inherit ((callFlake { pkgs = final; src = ./ghc963; }).defaultNix) ghc963; | ||
inherit ((callFlake { pkgs = final; src = ./ghc964; }).defaultNix) ghc964; | ||
inherit ((callFlake { pkgs = final; src = ./ghc965; }).defaultNix) ghc965; | ||
inherit ((callFlake { pkgs = final; src = ./ghc966; }).defaultNix) ghc966; | ||
inherit ((callFlake { pkgs = final; src = ./ghc981; }).defaultNix) ghc981; | ||
inherit ((callFlake { pkgs = final; src = ./ghc982; }).defaultNix) ghc982; | ||
inherit ((callFlake { pkgs = final; src = ./ghc9101; }).defaultNix) ghc9101; | ||
}; | ||
}; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
description = "Lazy Input for Haskell.nix"; | ||
|
||
inputs = { | ||
ghc8107 = { | ||
flake = false; | ||
url = "git+https://github.com/stable-haskell/ghc?ref=ghc-8.10.7-iog&submodules=1"; | ||
}; | ||
}; | ||
|
||
outputs = inputs: inputs; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
description = "Lazy Input for Haskell.nix"; | ||
|
||
inputs = { | ||
ghc901 = { | ||
flake = false; | ||
url = "git+https://github.com/stable-haskell/ghc?ref=ghc-9.0.1-iog&submodules=1"; | ||
}; | ||
}; | ||
|
||
outputs = inputs: inputs; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
description = "Lazy Input for Haskell.nix"; | ||
|
||
inputs = { | ||
ghc902 = { | ||
flake = false; | ||
url = "git+https://github.com/stable-haskell/ghc?ref=ghc-9.0.2-iog&submodules=1"; | ||
}; | ||
}; | ||
|
||
outputs = inputs: inputs; | ||
} |
Oops, something went wrong.