Skip to content

Commit e536427

Browse files
Try #4288:
2 parents d5c4460 + 52d2f9d commit e536427

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

cabal.project

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ repository cardano-haskell-packages
1212

1313
-- See CONTRIBUTING for some Nix commands you will need to run if you
1414
-- update either of these.
15-
-- Bump this if you need newer packages from Hackage
16-
index-state: 2022-12-01T00:00:00Z
17-
-- Bump this if you need newer packages from CHaP
18-
index-state: cardano-haskell-packages 2022-11-15T00:00:00Z
15+
-- repeat the index-state for hackage to work around haskell.nix parsing limitation
16+
index-state: 2023-01-19T00:00:00Z
17+
index-state:
18+
-- Bump this if you need newer packages from Hackage
19+
, hackage.haskell.org 2023-01-19T00:00:00Z
20+
-- Bump this if you need newer packages from CHaP
21+
, cardano-haskell-packages 2022-11-15T00:00:00Z
1922

2023
packages: ./cardano-ping
2124
./ouroboros-network-testing

nix/sources.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"homepage": "",
1818
"owner": "input-output-hk",
1919
"repo": "hackage.nix",
20-
"rev": "a63a92060aa872b284db85fb914a7732931a0132",
21-
"sha256": "1n211sgf43ymmi9bappp322gz8lrbgpqbgpbfk5hh234i5qkxqqr",
20+
"rev": "bf364fc1eb12378e43c11a913fc8165702ce25c5",
21+
"sha256": "1bhcyhwpn8vn7f4swa2lb8ygszm0905hq694k7mdvpwmk9fjn44y",
2222
"type": "tarball",
23-
"url": "https://github.com/input-output-hk/hackage.nix/archive/a63a92060aa872b284db85fb914a7732931a0132.tar.gz",
23+
"url": "https://github.com/input-output-hk/hackage.nix/archive/bf364fc1eb12378e43c11a913fc8165702ce25c5.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
2525
"version": "b3c99d7f13df89a9a918c835ecb7114098912962"
2626
},
@@ -30,10 +30,10 @@
3030
"homepage": "https://input-output-hk.github.io/haskell.nix",
3131
"owner": "input-output-hk",
3232
"repo": "haskell.nix",
33-
"rev": "cbf1e918b6e278a81c385155605b8504e498efef",
34-
"sha256": "1dc9h10ads7krj4izp79d1nilyli9z34hdxayqrs82dfdv7fqyqp",
33+
"rev": "a8e1e1dda4490210cac21eac5830813fe73dc497",
34+
"sha256": "0g2igvgizz7q7669c7xvbbcqihk6w96a7857g2lzs5k2wff3fp9b",
3535
"type": "tarball",
36-
"url": "https://github.com/input-output-hk/haskell.nix/archive/cbf1e918b6e278a81c385155605b8504e498efef.tar.gz",
36+
"url": "https://github.com/input-output-hk/haskell.nix/archive/a8e1e1dda4490210cac21eac5830813fe73dc497.tar.gz",
3737
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
3838
"version": "962ecfed3a4fb656b5a91d89159291e00ed766bc"
3939
},

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let
3131
# IDE tools
3232
ghcid = "0.8.7";
3333
hasktags = "0.71.2";
34-
haskell-language-server = "latest";
34+
haskell-language-server = "1.8.0.0";
3535
# Draw graph of module dependencies
3636
graphmod = "1.4.4";
3737
# Profiling tools

0 commit comments

Comments
 (0)