From 82c418898d05f431e74c810c107a93dd37c0ffbe Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 19 Apr 2021 10:50:04 -0700 Subject: [PATCH] Remove autogen-modules from `proto3-suite.cabal` (#147) Based on https://github.com/haskell/cabal/issues/7348 it appears that this is a misuse of autogen-modules and the simplest fix is to remove the annotation. The practical consequence of fixing this is that we will be able to now upload `proto3-suite` to Hackage again. --- proto3-suite.cabal | 5 ----- 1 file changed, 5 deletions(-) diff --git a/proto3-suite.cabal b/proto3-suite.cabal index 2d17259d..05fb2612 100644 --- a/proto3-suite.cabal +++ b/proto3-suite.cabal @@ -104,11 +104,6 @@ test-suite tests TestProtoImport TestProtoOneof TestProtoOneofImport - autogen-modules: - TestProto - TestProtoImport - TestProtoOneof - TestProtoOneofImport hs-source-dirs: tests gen default-language: Haskell2010