Skip to content

Commit c857e3c

Browse files
andreasabelmergify-bot
authored and
mergify-bot
committed
Fix haskell#7569 for cabal-install: bump to 3.7
1 parent 100342d commit c857e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ import Distribution.Version
99
-- TODO: write a test around this. Don't abuse Paths_cabal_install.
1010
--
1111
cabalInstallVersion :: Version
12-
cabalInstallVersion = mkVersion [3,6]
12+
cabalInstallVersion = mkVersion [3,7]

0 commit comments

Comments
 (0)