Skip to content

Commit

Permalink
update the dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-kurur committed Oct 4, 2023
1 parent 0c29f79 commit 4f95f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raaz.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ common defaults
default-language: Haskell2010
ghc-options: -Wall
default-extensions: NoImplicitPrelude
build-depends: base >= 4.11 && < 4.18
, bytestring >= 0.10 && < 0.12
, deepseq >= 1.4 && < 1.5
build-depends: base >= 4.11 && < 4.19
, bytestring >= 0.10 && < 0.13
, deepseq >= 1.4 && < 1.6
, vector >= 0.12 && < 0.14

------------------------ Compiler optimisation flags -------------------------------------
Expand Down

0 comments on commit 4f95f96

Please sign in to comment.