servant/Makefile

23 lines
426 B
Makefile
Raw Normal View History

# With common maintenance tasks
2019-02-20 18:05:49 +01:00
HC ?= ghc-8.4.4
all :
@echo "Don't try to make all at once!"
2019-02-20 18:05:49 +01:00
really-all :
$(MAKE) build-ghc
$(MAKE) build-ghc HC=ghc-8.0.2
$(MAKE) build-ghc HC=ghc-8.2.2
$(MAKE) build-ghc HC=ghc-8.6.3
$(MAKE) build-ghcjs
build-ghc :
2019-02-20 18:05:49 +01:00
cabal v2-build -w $(HC) all
build-ghcjs :
cabal v2-build --builddir=dist-newstyle-ghcjs --project-file=cabal.ghcjs.project all
packdeps :
packdeps */*.cabal