Skip to content

Commit

Permalink
Upgrade to ghc-8.10.3 in nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 14, 2021
1 parent 116087d commit 68af41c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nix/haskell.nix
Expand Up @@ -7,7 +7,7 @@
, buildPackages
, config ? {}
# GHC attribute name
, compiler ? config.haskellNix.compiler or "ghc8102"
, compiler ? config.haskellNix.compiler or "ghc8103"
# Enable profiling
, profiling ? config.haskellNix.profiling or false
}:
Expand Down
18 changes: 15 additions & 3 deletions nix/sources.json
Expand Up @@ -5,10 +5,10 @@
"homepage": "https://input-output-hk.github.io/haskell.nix",
"owner": "input-output-hk",
"repo": "haskell.nix",
"rev": "f848b47dde85297a11dc84d32687bf0b165db309",
"sha256": "0a585wa2crsk5jb5kc02gnshjv7n5i08kzd1r31m3wzpx15krd1s",
"rev": "07df7005319079f84e595f1e9710ac6801966b6c",
"sha256": "0akqmd3gmd3sm4176zaaplzmiaakz5p23dy90nakkbihd9yrg55w",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/f848b47dde85297a11dc84d32687bf0b165db309.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/07df7005319079f84e595f1e9710ac6801966b6c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
Expand All @@ -22,5 +22,17 @@
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "nixpkgs-20.09-darwin",
"description": "Nix Packages collection",
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f02bf8ffb9a5ec5e8f6f66f1e5544fd2aa1a0693",
"sha256": "156f48manydh8sbrs8j97mzvwdz2zaw51xlm0grrrnns5wa5aaln",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/f02bf8ffb9a5ec5e8f6f66f1e5544fd2aa1a0693.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 68af41c

Please sign in to comment.