File tree 4 files changed +29
-0
lines changed 4 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ extra-source-files:
82
82
tests/ParserTests/regressions/encoding-0.8.cabal
83
83
tests/ParserTests/regressions/encoding-0.8.expr
84
84
tests/ParserTests/regressions/encoding-0.8.format
85
+ tests/ParserTests/regressions/extensions-paths-5054.cabal
86
+ tests/ParserTests/regressions/extensions-paths-5054.check
85
87
tests/ParserTests/regressions/generics-sop.cabal
86
88
tests/ParserTests/regressions/generics-sop.expr
87
89
tests/ParserTests/regressions/generics-sop.format
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ checkTests = testGroup "regressions"
27
27
[ checkTest " nothing-unicode.cabal"
28
28
, checkTest " haddock-api-2.18.1-check.cabal"
29
29
, checkTest " issue-774.cabal"
30
+ , checkTest " extensions-paths-5054.cabal"
30
31
]
31
32
32
33
checkTest :: FilePath -> TestTree
Original file line number Diff line number Diff line change
1
+ name : extensions-paths
2
+ version : 5054
3
+ category : Test
4
+ maintainer : Oleg Grenrus
5
+ license : BSD3
6
+ license-file : LICENSe
7
+ synopsis : Paths_pkg module + "bad" extensions + old cabal
8
+ description :
9
+ Only cabal-version : 2.2 or later will build Paths_pkg ok with
10
+
11
+ * OverloadedStrings
12
+
13
+ * OverloadedLists
14
+
15
+ * RebindableSyntax
16
+
17
+ Other extensions (like NoImplicitPrelude) were handled before
18
+ build-type : Simple
19
+ cabal-version : 1.12
20
+
21
+ library
22
+ default-language : Haskell2010
23
+ exposed-modules : Issue Paths_extensions_paths
24
+ default-extensions :
25
+ RebindableSyntax
Original file line number Diff line number Diff line change
1
+ Implement me!
You can’t perform that action at this time.
0 commit comments