Skip to content

Commit

Permalink
Make cabal know it's own version number correctly
Browse files Browse the repository at this point in the history
This is an unpleasent way of doing it.
Will have to fix once and for all in the next version.
  • Loading branch information
Duncan Coutts committed Oct 10, 2006
1 parent 2adc915 commit d31a472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/PackageDescription.hs
Expand Up @@ -114,7 +114,7 @@ import Distribution.ParseUtils (runP)


-- |Fix. Figure out a way to get this from .cabal file -- |Fix. Figure out a way to get this from .cabal file
cabalVersion :: Version cabalVersion :: Version
cabalVersion = Version [1,1,4] [] cabalVersion = Version [1,1,6] []


-- | This data type is the internal representation of the file @pkg.cabal@. -- | This data type is the internal representation of the file @pkg.cabal@.
-- It contains two kinds of information about the package: information -- It contains two kinds of information about the package: information
Expand Down

0 comments on commit d31a472

Please sign in to comment.