From 008c0fcb440f2f461894d84fcbc2aa61748e3fed Mon Sep 17 00:00:00 2001 From: quasicomputational <quasicomputational@gmail.com> Date: Wed, 27 Jun 2018 13:15:19 +0100 Subject: [PATCH] Bump cabalSpecLatest as well. --- Cabal/Distribution/CabalSpecVersion.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/Distribution/CabalSpecVersion.hs b/Cabal/Distribution/CabalSpecVersion.hs index 1a1b461c83..dffb1f6159 100644 --- a/Cabal/Distribution/CabalSpecVersion.hs +++ b/Cabal/Distribution/CabalSpecVersion.hs @@ -20,7 +20,7 @@ data CabalSpecVersion deriving (Eq, Ord, Show, Read, Enum, Bounded, Typeable, Data, Generic) cabalSpecLatest :: CabalSpecVersion -cabalSpecLatest = CabalSpecV2_2 +cabalSpecLatest = CabalSpecV2_4 cabalSpecFeatures :: CabalSpecVersion -> Set.Set CabalFeature cabalSpecFeatures CabalSpecOld = Set.empty -- GitLab