We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962b6d7 commit 8882476Copy full SHA for 8882476
src/Distribution/Server/Packages/Unpack.hs
@@ -216,9 +216,11 @@ specVersionChecks specVerOk specVer = do
216
when (specVer < CabalSpecV1_2) $
217
throwError "'cabal-version' must be at least 1.2"
218
219
- -- To keep people from uploading packages most users cannot use.
+ -- To keep people from uploading packages most users cannot use. Disabled for now.
220
+{-
221
unless (specVer <= CabalSpecV3_6) $
222
throwError "'cabal-version' must be at most 3.6"
223
+-}
224
225
-- | The issue is that browsers can upload the file name using either unix
226
-- or windows convention, so we need to take the basename using either
0 commit comments