Skip to content

Commit

Permalink
Update crackNum.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Apr 2, 2024
1 parent fb831ec commit 9a673f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5
, tasty, tasty-golden, filepath, directory, process
build-depends : base >= 4.11 && < 5, libBF, ghc, sbv >= 10.5
, tasty, tasty-golden, filepath, directory, process, deepseq
other-modules : Paths_crackNum, CrackNum.TestSuite
autogen-modules : Paths_crackNum

0 comments on commit 9a673f1

Please sign in to comment.