From d31a472d8826e7663f98854082263d910475db6b Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan.coutts@worc.ox.ac.uk> Date: Tue, 10 Oct 2006 13:09:39 +0000 Subject: [PATCH] Make cabal know it's own version number correctly This is an unpleasent way of doing it. Will have to fix once and for all in the next version. --- Distribution/PackageDescription.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distribution/PackageDescription.hs b/Distribution/PackageDescription.hs index 4dfeb6d64c..7157b88be6 100644 --- a/Distribution/PackageDescription.hs +++ b/Distribution/PackageDescription.hs @@ -114,7 +114,7 @@ import Distribution.ParseUtils (runP) -- |Fix. Figure out a way to get this from .cabal file cabalVersion :: Version -cabalVersion = Version [1,1,4] [] +cabalVersion = Version [1,1,6] [] -- | This data type is the internal representation of the file @pkg.cabal@. -- It contains two kinds of information about the package: information -- GitLab