File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### Unreleased
2
+
3
+ - Bump ` cabal-version ` to 2.0 to support field ` autogen-modules ` .
4
+
1
5
### 1.3.2.4
2
6
3
7
_ 2025-05-09 Andreas Abel_
Original file line number Diff line number Diff line change 1
- cabal-version : 1.24
1
+ cabal-version : 2.0
2
2
name : regex-tdfa
3
3
version : 1.3.2.4
4
4
@@ -92,12 +92,14 @@ library
92
92
Text.Regex.TDFA.Text
93
93
Text.Regex.TDFA.Text.Lazy
94
94
95
+ autogen-modules : Paths_regex_tdfa
95
96
other-modules : Paths_regex_tdfa
96
97
97
98
build-depends : array >= 0.5 && < 0.6
98
99
, base >= 4.9 && < 5
99
100
, bytestring >= 0.10 && < 0.13
100
101
, containers >= 0.5 && < 1
102
+ -- containers >= 0.5.11.0 (GHC 8.4) will allow to drop some #if
101
103
, mtl >= 2.1.3 && < 2.4
102
104
, parsec == 3.1. *
103
105
, regex-base == 0.94. *
@@ -163,10 +165,9 @@ test-suite regex-tdfa-unittest
163
165
Rank2Types
164
166
other-extensions : GeneralizedNewtypeDeriving
165
167
166
- ghc-options : -Wall -funbox-strict-fields
167
-
168
- if impl(ghc >= 8.0 )
169
- ghc-options : -Wcompat
168
+ ghc-options : -funbox-strict-fields
169
+ -Wall
170
+ -Wcompat
170
171
171
172
if flag(force-O2)
172
173
ghc-options : -O2
You can’t perform that action at this time.
0 commit comments