Skip to content

Commit

Permalink
bump sbv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Feb 21, 2024
1 parent 3a3cd8f commit 0f91c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crackNum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Executable crackNum
default-language: Haskell2010
hs-source-dirs : src
ghc-options : -Wall -Wunused-packages
build-depends : base >= 4.11 && < 5, libBF, sbv >= 10.4
build-depends : base >= 4.11 && < 5, libBF, sbv >= 10.5
, tasty, tasty-golden, filepath, directory, process
other-modules : Paths_crackNum, CrackNum.TestSuite
autogen-modules : Paths_crackNum

0 comments on commit 0f91c4e

Please sign in to comment.