Skip to content

Commit fc4ce69

Browse files
authored
Merge pull request #6463 from phadej/T5677-windows
T5677 rename prog to program, case-sensitive type-systems break
2 parents fae45e8 + d3a2f96 commit fc4ce69

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

cabal-testsuite/PackageTests/Regression/T5677/cabal.test.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ import Test.Cabal.Prelude
22
main = cabalTest $ do
33
-- -Wmissing-export-lists is new in 8.4.
44
skipUnless =<< ghcVersionIs (>= mkVersion [8,3])
5-
skipIf =<< isWindows -- TODO: https://github.com/haskell/cabal/issues/6271
65
cabal "v2-build" ["all"]

cabal-testsuite/PackageTests/Regression/T5677/prog/prog.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ library
1313

1414
executable prog
1515
default-language: Haskell2010
16-
main-is: prog.hs
16+
main-is: program.hs
1717
ghc-options: -Wmissing-export-lists -Werror
1818
build-depends:
1919
base, impl, prog

0 commit comments

Comments
 (0)