mirror of https://github.com/voidlizard/hbs2
ghc version bump in Makefile
This commit is contained in:
parent
dc9a86a603
commit
fe908dcacb
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ SHELL := bash
|
||||||
MAKEFLAGS += --warn-undefined-variables
|
MAKEFLAGS += --warn-undefined-variables
|
||||||
MAKEFLAGS += --no-builtin-rules
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
GHC_VERSION := 9.4.8
|
GHC_VERSION := 9.6.6
|
||||||
BIN_DIR := ./bin
|
BIN_DIR := ./bin
|
||||||
BINS := \
|
BINS := \
|
||||||
hbs2 \
|
hbs2 \
|
||||||
|
|
Loading…
Reference in New Issue