Skip to content

Commit 3c29793

Browse files
committed
Allow base-4.22 and doctest-0.24
Closes #533
1 parent a09ff68 commit 3c29793

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

vector-stream/vector-stream.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Cabal-Version: 1.18
12
Name: vector-stream
23
Version: 0.1.0.1
34
-- don't forget to update the changelog file!
@@ -35,10 +36,9 @@ Tested-With:
3536
GHC == 9.10.2
3637
GHC == 9.12.2
3738

38-
Cabal-Version: >=1.10
3939
Build-Type: Simple
4040

41-
Extra-Source-Files:
41+
Extra-Doc-Files:
4242
changelog.md
4343
README.md
4444

@@ -51,7 +51,7 @@ Library
5151
Hs-Source-Dirs:
5252
src
5353

54-
Build-Depends: base >= 4.9 && < 4.22
54+
Build-Depends: base >= 4.9 && < 4.23
5555
, ghc-prim >= 0.2 && < 0.14
5656

5757
source-repository head

vector/vector.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Library
162162
Install-Includes:
163163
vector.h
164164

165-
Build-Depends: base >= 4.9 && < 4.22
165+
Build-Depends: base >= 4.9 && < 4.23
166166
, primitive >= 0.6.4.0 && < 0.10
167167
, deepseq >= 1.1 && < 1.6
168168
, vector-stream >= 0.1 && < 0.2
@@ -248,7 +248,7 @@ test-suite vector-doctest
248248
buildable: False
249249
build-depends:
250250
base -any
251-
, doctest >=0.15 && <0.24
251+
, doctest >=0.15 && <0.25
252252
, primitive >= 0.6.4.0 && < 0.10
253253
, vector -any
254254

0 commit comments

Comments
 (0)