Skip to content

Commit

Permalink
Fix autogen modules tests .cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Jun 13, 2023
1 parent b734a1f commit ab38382
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cabal-testsuite/PackageTests/AutogenModules/Package/my.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description:

Library
default-language: Haskell2010
build-depends: base
build-depends: base == 4.*
exposed-modules:
MyLibrary
PackageInfo_AutogenModules
Expand All @@ -28,7 +28,7 @@ Library
Executable Exe
default-language: Haskell2010
main-is: Dummy.hs
build-depends: base
build-depends: base == 4.*
other-modules:
MyExeModule
PackageInfo_AutogenModules
Expand All @@ -41,7 +41,7 @@ Test-Suite Test
default-language: Haskell2010
main-is: Dummy.hs
type: exitcode-stdio-1.0
build-depends: base
build-depends: base == 4.*
other-modules:
MyTestModule
PackageInfo_AutogenModules
Expand All @@ -54,7 +54,7 @@ Benchmark Bench
default-language: Haskell2010
main-is: Dummy.hs
type: exitcode-stdio-1.0
build-depends: base
build-depends: base == 4.*
other-modules:
MyBenchModule
PackageInfo_AutogenModules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description:

Library
default-language: Haskell2010
build-depends: base
build-depends: base == 4.*
exposed-modules:
MyLibrary
PackageInfo_AutogenModules
Expand All @@ -30,7 +30,7 @@ Library
Executable Exe
default-language: Haskell2010
main-is: Dummy.hs
build-depends: base
build-depends: base == 4.*
other-modules:
MyExeModule
PackageInfo_AutogenModules
Expand All @@ -45,7 +45,7 @@ Test-Suite Test
default-language: Haskell2010
main-is: Dummy.hs
type: exitcode-stdio-1.0
build-depends: base
build-depends: base == 4.*
other-modules:
MyTestModule
PackageInfo_AutogenModules
Expand All @@ -60,7 +60,7 @@ Benchmark Bench
default-language: Haskell2010
main-is: Dummy.hs
type: exitcode-stdio-1.0
build-depends: base
build-depends: base == 4.*
other-modules:
MyBenchModule
PackageInfo_AutogenModules
Expand Down

0 comments on commit ab38382

Please sign in to comment.