Skip to content

Commit

Permalink
Update to latest haskell.nix
Browse files Browse the repository at this point in the history
We drop a workaround introduced in
90db88e
for an issue with the all component in haskell.nix. This is no longer
needed; as of
input-output-hk/haskell.nix@b6de6ef,
the 'all' component has been removed entirely.
  • Loading branch information
nc6 committed Aug 3, 2020
1 parent 19edce3 commit 188d7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion nix/haskell.nix
Expand Up @@ -44,7 +44,6 @@ let
packages.cardano-ledger = {
configureFlags = [ "--ghc-option=-Werror" ];
components = {
all.postInstall = pkgs.lib.mkForce "";
tests.cardano-ledger-test = {
preCheck = ''
export CARDANO_MAINNET_MIRROR="${cardano-mainnet-mirror}/epochs"
Expand Down
6 changes: 3 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": "35b1ec8cd577bfc5abf7d0325f38aab01de5ed00",
"sha256": "0mg18i6g7nxd7qk0kaca6k8dsc3kam21772zlr19k03ff67ws55j",
"rev": "f4136211c933b444ab2e0f358abd223929970220",
"sha256": "1b9nxzkg29hwczr6pb6a7arxka8z0swzq7b2bqyxqzr4qvpcjlc1",
"type": "tarball",
"url": "https://github.com/input-output-hk/haskell.nix/archive/35b1ec8cd577bfc5abf7d0325f38aab01de5ed00.tar.gz",
"url": "https://github.com/input-output-hk/haskell.nix/archive/f4136211c933b444ab2e0f358abd223929970220.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
Expand Down

0 comments on commit 188d7b1

Please sign in to comment.