Skip to content

Commit

Permalink
.cabal: Add Paths_* modules to autogen-modules
Browse files Browse the repository at this point in the history
CI is throwing an error during "Check cabal file" because of this.

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Jul 13, 2024
1 parent a1918c6 commit 9fc0b25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hackport.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ library hackport-external-libs-Cabal
TypeSynonymInstances
UndecidableInstances

autogen-modules: Paths_Cabal

library hackport-external-libs-hackage-security
import: no-warnings
default-language: Haskell2010
Expand Down Expand Up @@ -786,6 +788,8 @@ library hackport-external-libs-cabal-install
Distribution.Deprecated.ViewAsFieldDescr
Paths_cabal_install

autogen-modules: Paths_cabal_install

library hackport-internal
import: warnings
default-language: Haskell2010
Expand Down

0 comments on commit 9fc0b25

Please sign in to comment.