Skip to content

Commit

Permalink
mk/haskell.mk: remove base install
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 5, 2023
1 parent 28daf64 commit 764d294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/haskell.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GHCFLAGS ?=
GHC ?= ghc
GHCCMD = $(GHC) -i$(GHCIMPORTDIRS) $(GHCFLAGS)
HADDOCK ?= haddock
CABAL_INSTALL = $(shell cabal --version | grep -q "version [0-2]\." && echo 'cabal install' || echo 'cabal install --lib base')
CABAL_INSTALL = $(shell cabal --version | grep -q "version [0-2]\." && echo 'cabal install' || echo 'cabal install --lib')

# Hugs Parameters
HUGSIMPORTDIRS ?= "/usr/lib/hugs/packages/*"
Expand Down

0 comments on commit 764d294

Please sign in to comment.