Skip to content

Commit

Permalink
Upgrade to ghc-8.10.3 in Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 14, 2021
1 parent 126eb97 commit 430e3cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
subset: [network, consensus]
ghc: ["8.6.5", "8.10.2"]
ghc: ["8.6.5", "8.10.3"]
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down
10 changes: 5 additions & 5 deletions cabal.project
@@ -1,4 +1,4 @@
index-state: 2020-12-11T00:00:00Z
index-state: 2021-01-10T00:00:00Z

packages: ./typed-protocols
./typed-protocols-examples
Expand Down Expand Up @@ -132,17 +132,17 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-prelude
tag: ee4e7b547a991876e6b05ba542f4e62909f4a571
--sha256: 0dg6ihgrn5mgqp95c4f11l6kh9k3y75lwfqf47hdp554w7wyvaw6
tag: 116087dbcebb88aafdc7d3d0577477ba36129b41
--sha256: 0kxk5vcywsl19qc65y8mkc0npv5qz9fm23avs247xnb0zq17wcrd
subdir:
cardano-prelude
cardano-prelude-test

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 4251c0bb6e4f443f00231d28f5f70d42876da055
--sha256: 02a61ymvx054pcdcgvg5qj9kpybiajg993nr22iqiya196jmgciv
tag: b364d925e0a72689ecba40dd1f4899f76170b894
--sha256: 0igb4gnzlwxy1h40vy5s1aysmaa04wypxn7sn67qy6din7ysmad3
subdir:
binary
binary/test
Expand Down
18 changes: 9 additions & 9 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": "fed18267e0a6f9d938a81ac236978d51c4047ea9",
"sha256": "1bzd7x055kbpa9p610vayf6wq8wh53zdrlc5jbx0aiw0qx9mslin",
"rev": "c78f424479fe9d085bab3c0509fbff6700fbe192",
"sha256": "14f4d9f45i1av0563q4iw4y8dzm8887iw1aliq4jj2k5c369nisj",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/fed18267e0a6f9d938a81ac236978d51c4047ea9.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/c78f424479fe9d085bab3c0509fbff6700fbe192.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
Expand All @@ -17,10 +17,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "5b86d63a0b59b7666d19901b654d8fbde27d9500",
"sha256": "1mfb93nnw0x4gyq93v6lh6h7imliw4j0wp5l9gpdafy3rw621xzb",
"rev": "65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a",
"sha256": "1b2n1c3cygrczhgffq6px42hln0344l88cf0hgq78l7m5w7lysal",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/5b86d63a0b59b7666d19901b654d8fbde27d9500.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/65d5b5eabf5252c7ece10efdc507f0a5c9b2aa8a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand All @@ -41,10 +41,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a5705f73d1da9ba520f8a3dc940d20870f1a9b15",
"sha256": "05gbvagqjnb01xnq6w29ad2qajd5gwmfb5r90nlndxpjbjl6z7d6",
"rev": "14acb54a8209b4d7a0e6272f2b9eeb2f426336f1",
"sha256": "0iyhs3j86gmwrx8a7vhsgrrvgvancz8sldb37wq9mp5pasvwgy3g",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/a5705f73d1da9ba520f8a3dc940d20870f1a9b15.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/14acb54a8209b4d7a0e6272f2b9eeb2f426336f1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}

0 comments on commit 430e3cd

Please sign in to comment.