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

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.
parent 2adc915f
No related merge requests found
......@@ -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
......
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