1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 09:34:04 +03:00

GHC 9.2.3 (#118)

* Update nixpkgs

* nix: use nixpkgs-unstable (advances +2 days)
This commit is contained in:
Sridhar Ratnakumar 2022-07-17 15:11:52 -04:00 committed by GitHub
parent 51b0587db1
commit d58330f477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

8
flake.lock generated
View File

@ -37,16 +37,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1654230545,
"narHash": "sha256-8Vlwf0x8ow6pPOK2a04bT+pxIeRnM1+O0Xv9/CuDzRs=",
"lastModified": 1657975505,
"narHash": "sha256-juMbw+GY2ycTrg3QbdFfEQs6P3FJeoYEv8aMVl2EZsg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "236cc2971ac72acd90f0ae3a797f9f83098b17ec",
"rev": "d6df226c53d46821bd4773bd7ec3375f30238edb",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,11 +1,11 @@
{
description = "Ema project";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs.follows = "nixpkgs";
haskell-flake.url = "github:srid/haskell-flake";
# 1.1 not in nixpkgs or cabal hasesh yet
# 1.1 not in nixpkgs or cabal hashes yet
relude.url = "github:kowainik/relude/v1.1.0.0";
relude.flake = false;
};
@ -31,7 +31,7 @@
};
ghc92 = {
root = ./.;
haskellPackages = pkgs.haskell.packages.ghc922; # Needed for `UnconsSymbol`
haskellPackages = pkgs.haskell.packages.ghc923; # Needed for `UnconsSymbol`
buildTools = hp:
let
# https://github.com/NixOS/nixpkgs/issues/140774 reoccurs in GHC 9.2

View File

@ -3,5 +3,6 @@ builds:
- "packages.x86_64-linux.*"
- "packages.aarch64-darwin.*"
- "devShells.x86_64-linux.default"
# Disabled until https://github.com/garnix-io/issues/issues/22
# - "devShells.aarch64-darwin.default"
exclude: []