Skip to content

Commit

Permalink
use ghc 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jan 26, 2022
1 parent 3fc6ad9 commit 55be662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doc/guide.html: doc/guide.md
pandoc -s $^ -o $@ --toc

install: man/ja.1
cabal install exe:ja --overwrite-policy=always -w ghc-8.10.7
cabal install exe:ja --overwrite-policy=always -w ghc-9.0.2
strip $$(which ja)
cp man/ja.1 $(HOME)/.local/share/man/man1

Expand Down

0 comments on commit 55be662

Please sign in to comment.