diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-11 20:12:36 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-11 23:27:27 +0000 |
commit | eabd61a476cfe6d546360cd5d0ab0074282a19f7 (patch) | |
tree | 7f4fef81f73012c27a028790e8a1e542cc5a5a6d /utils/ghc-cabal/ghc.mk | |
parent | 8aefdc085bea0e20f79d16c417507a36ba2d0f8f (diff) | |
download | haskell-eabd61a476cfe6d546360cd5d0ab0074282a19f7.tar.gz |
Update Cabal
Diffstat (limited to 'utils/ghc-cabal/ghc.mk')
-rw-r--r-- | utils/ghc-cabal/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk index c80c4ef7ef..bb0a35ecd6 100644 --- a/utils/ghc-cabal/ghc.mk +++ b/utils/ghc-cabal/ghc.mk @@ -14,7 +14,7 @@ # Euch, hideous hack: # XXX This should be in a different Makefile -CABAL_DOTTED_VERSION := $(shell grep "^Version:" libraries/Cabal/Cabal/Cabal.cabal | sed "s/^Version: //") +CABAL_DOTTED_VERSION := $(shell grep "^version:" libraries/Cabal/Cabal/Cabal.cabal | sed "s/^version: //") CABAL_VERSION := $(subst .,$(comma),$(CABAL_DOTTED_VERSION)) CABAL_CONSTRAINT := --constraint="Cabal == $(CABAL_DOTTED_VERSION)" |