autogen-modules fix

This commit is contained in:
Jonathan Lamothe 2022-04-18 14:43:22 -04:00
parent 25b604bcdc
commit ce148c553a
2 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@ library
build-depends:
base >=4.7 && <5
default-language: Haskell2010
autogen-modules: Paths_csv_slurp
test-suite csv-slurp-test
type: exitcode-stdio-1.0
@ -43,3 +44,4 @@ test-suite csv-slurp-test
base >=4.7 && <5
, csv-slurp
default-language: Haskell2010
autogen-modules: Paths_csv_slurp

View File

@ -26,6 +26,8 @@ dependencies:
library:
source-dirs: src
verbatim: &paths
autogen-modules: Paths_csv_slurp
tests:
csv-slurp-test:
@ -37,3 +39,5 @@ tests:
- -with-rtsopts=-N
dependencies:
- csv-slurp
verbatim:
<<: *paths