File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ Cabal-Version : 1.18
12Name : vector-stream
23Version : 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
3939Build-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
5757source-repository head
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments