Skip to content

Commit

Permalink
Allow vector 0.13 (#23)
Browse files Browse the repository at this point in the history
Builds fine and all tests pass.
  • Loading branch information
felixonmars committed Sep 5, 2023
1 parent c624646 commit d0d9d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cassava-megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
, cassava >= 0.4.2 && < 0.6
, megaparsec >= 7.0 && < 10.0
, unordered-containers >= 0.2.7 && < 0.3
, vector >= 0.11 && < 0.13
, vector >= 0.11 && < 0.14
exposed-modules: Data.Csv.Parser.Megaparsec
, Data.Csv.Parser.Megaparsec.Internals
if flag(dev)
Expand All @@ -63,7 +63,7 @@ test-suite tests
, cassava-megaparsec
, hspec >= 2.0 && < 3.0
, hspec-megaparsec >= 2.0 && < 3.0
, vector >= 0.11 && < 0.13
, vector >= 0.11 && < 0.14
if flag(dev)
ghc-options: -Wall -Werror
else
Expand Down

0 comments on commit d0d9d09

Please sign in to comment.