Skip to content

Commit

Permalink
Fix url in cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 14, 2024
1 parent d3a8f43 commit da409df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them

repository ghcjs-overlay
url: https://input-output-hk.github.io/hackage-overlay-ghcjs/
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/repo
secure: True
root-keys:
3838d0dfa046bb3d16de9ae0823dab1dd937ee336f9bcaa87c85b36443aee7f6
Expand Down
2 changes: 1 addition & 1 deletion nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ haskell-nix.cabalProject' (

inputMap = {
"https://chap.intersectmbo.org/" = CHaP;
"https://input-output-hk.github.io/hackage-overlay-ghcjs/" = hackageGHCJS;
"https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/repo" = hackageGHCJS;
};

# Setting this to builtins.currentSystem allows --impure to be used
Expand Down

0 comments on commit da409df

Please sign in to comment.