Skip to content

Commit

Permalink
bump hspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosh committed Nov 29, 2024
1 parent 87e6a79 commit b2a7fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ test-suite crem-spec
base >=4.15 && <4.19
, crem
, crem-examples
, hspec >=2.7 && <2.11
, hspec >=2.7 && <2.12
, profunctors
, singletons-base
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tests:
dependencies:
- crem
- crem-examples
- hspec >= 2.7 && < 2.11
- hspec >= 2.7 && < 2.12
- profunctors
- singletons-base
build-tools: hspec-discover:hspec-discover
Expand Down

0 comments on commit b2a7fd7

Please sign in to comment.