Skip to content

Commit

Permalink
Make it work with GHC 9.8.2 (sike: it already did)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPKFS committed Apr 7, 2024
1 parent e808efc commit 8e74ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source-repository-package
type: git
location: https://github.com/haskell-effectful/effectful.git
tag: 2037be9a4f4e8f8fd280d9359b1bc7feff9b29b9
tag: a235b074cd68d770cbe732dc2a65067ff0c754f5
subdir: effectful-core
subdir: effectful-plugin
subdir: effectful-th
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ in
pkgs.mkShell {
buildInputs = with pkgs; [
cabal-install
haskell.compiler.ghc948
haskell.compiler.ghc98
binutils
delta
zlib
zlib.dev
zlib.out
haskell.packages.ghc94.haskell-language-server
haskell.packages.ghc98.haskell-language-server
];
shellHook = ''
eval $(egrep ^export ${unstable.ghc}/bin/ghc)
Expand Down

0 comments on commit 8e74ba2

Please sign in to comment.