Skip to content

Commit

Permalink
drop cabal.config file
Browse files Browse the repository at this point in the history
maybe this is the source of the problem?

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Jan 5, 2025
1 parent 1ffa627 commit aed11df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
endif
NCPUS=$(shell grep -c processor /proc/cpuinfo)
PARALLEL=$(shell which parallel)
CABAL=flock xcffib.cabal cabal --config-file=./cabal.config
CABAL=flock xcffib.cabal cabal
GEN=$(CABAL) new-run --minimize-conflict-set -j$(NCPUS) exe:xcffibgen --
VENV=xcffib_venv
PYTHON=$(VENV)/bin/python3
Expand Down
3 changes: 0 additions & 3 deletions cabal.config

This file was deleted.

0 comments on commit aed11df

Please sign in to comment.