Skip to content

Commit

Permalink
Remove autogen-modules from proto3-suite.cabal (#147)
Browse files Browse the repository at this point in the history
Based on haskell/cabal#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.
  • Loading branch information
Gabriella439 authored Apr 19, 2021
1 parent 489d5a3 commit 82c4188
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proto3-suite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ test-suite tests
TestProtoImport
TestProtoOneof
TestProtoOneofImport
autogen-modules:
TestProto
TestProtoImport
TestProtoOneof
TestProtoOneofImport

hs-source-dirs: tests gen
default-language: Haskell2010
Expand Down

0 comments on commit 82c4188

Please sign in to comment.