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 authored and jbgi committed Jan 22, 2021
1 parent b364d92 commit b49b962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 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
24 changes: 6 additions & 18 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": "5c6761c33d47c8d6b46fa2e9a6dd929213434d93",
"sha256": "1hgcxzcrdami452mg59f148xslw64byii2w607j27lfd8rz5nkhp",
"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/5c6761c33d47c8d6b46fa2e9a6dd929213434d93.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
Expand All @@ -17,22 +17,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a",
"sha256": "1b2n1c3cygrczhgffq6px42hln0344l88cf0hgq78l7m5w7lysal",
"rev": "5372fccecc75f14cd5bffa41614dc1e1949fbf05",
"sha256": "0lz35d1sg3r07bq2lp6gqia5rkpmgcgyf8zjcqs56840cnlvmzkc",
"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": "d04a7a30979db2ba6ac001e4c24907e5594dc07d",
"sha256": "1vhd56z706lmjb8pq3ky72gn6j3naacwxwks52wd2fr2bwwb73z2",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/d04a7a30979db2ba6ac001e4c24907e5594dc07d.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/5372fccecc75f14cd5bffa41614dc1e1949fbf05.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit b49b962

Please sign in to comment.