Skip to content
Snippets Groups Projects
Commit fac817eb authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Share one more place where the cabal version is defined.

parent 630a368b
No related merge requests found
TOP=..
CABALVERSION=1.1.7
ifeq "$(findstring boilerplate.mk, $(wildcard $(TOP)/mk/*))" ""
# ----------------------------------------------------------------------------
# Standalone Makefile:
CABALVERSION=1.1.7
KIND=rc
#KIND=latest
GHCFLAGS= --make -fno-warn-unused-matches -cpp
......@@ -206,7 +207,7 @@ ALL_DIRS = \
EXCLUDED_SRCS = DefaultSetup.lhs
PACKAGE = Cabal
VERSION = 1.1.7
VERSION = $(CABALVERSION)
PACKAGE_DEPS = base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment