File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ Tested-With:
20
20
GHC == 8.4.4 ,
21
21
GHC == 8.6.5 ,
22
22
GHC == 8.8.4 ,
23
- GHC == 8.10.4
24
- GHC == 9.0.1
23
+ GHC == 8.10.4 ,
24
+ GHC == 9.0.1 ,
25
+ GHC == 9.2.3
25
26
26
27
Cabal-Version : >= 1.10
27
28
Build-Type : Simple
Original file line number Diff line number Diff line change 1
1
Name : vector
2
- Version : 0.13.0.1
2
+ Version : 0.13.0.0
3
3
-- don't forget to update the changelog file!
4
4
License : BSD3
5
5
License-File : LICENSE
@@ -41,7 +41,8 @@ Tested-With:
41
41
GHC == 8.6.5 ,
42
42
GHC == 8.8.4 ,
43
43
GHC == 8.10.7 ,
44
- GHC == 9.0.1
44
+ GHC == 9.0.1 ,
45
+ GHC == 9.2.3
45
46
46
47
Cabal-Version : >= 1.10
47
48
Build-Type : Simple
@@ -275,8 +276,6 @@ test-suite vector-doctest
275
276
test-suite vector-inspection
276
277
type : exitcode-stdio-1.0
277
278
hs-source-dirs : tests-inspect
278
- -- -O1 is used here on purpose. We expect that fusion works for -O1
279
- -- as well
280
279
Ghc-Options : -Wall
281
280
main-is : main.hs
282
281
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments