Skip to content

Commit 6e7c7e4

Browse files
committed
Cleanup cabal file and fix the new version to 0.13.0.0
1 parent 42f92f3 commit 6e7c7e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

vector-stream/vector-stream.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Tested-With:
2020
GHC == 8.4.4,
2121
GHC == 8.6.5,
2222
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
2526

2627
Cabal-Version: >=1.10
2728
Build-Type: Simple

vector/vector.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: vector
2-
Version: 0.13.0.1
2+
Version: 0.13.0.0
33
-- don't forget to update the changelog file!
44
License: BSD3
55
License-File: LICENSE
@@ -41,7 +41,8 @@ Tested-With:
4141
GHC == 8.6.5,
4242
GHC == 8.8.4,
4343
GHC == 8.10.7,
44-
GHC == 9.0.1
44+
GHC == 9.0.1,
45+
GHC == 9.2.3
4546

4647
Cabal-Version: >= 1.10
4748
Build-Type: Simple
@@ -275,8 +276,6 @@ test-suite vector-doctest
275276
test-suite vector-inspection
276277
type: exitcode-stdio-1.0
277278
hs-source-dirs: tests-inspect
278-
-- -O1 is used here on purpose. We expect that fusion works for -O1
279-
-- as well
280279
Ghc-Options: -Wall
281280
main-is: main.hs
282281
default-language: Haskell2010

0 commit comments

Comments
 (0)