Skip to content

Commit

Permalink
Fix lower bounds of HUnit and base
Browse files Browse the repository at this point in the history
Fixes #65.
Fixes #66.
  • Loading branch information
andreasabel authored and sol committed Jul 21, 2023
1 parent 0c2f882 commit a9dd329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hspec-expectations.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ ghc-options: -Wall
dependencies:
- base == 4.*
- call-stack
- HUnit >= 1.5.0.0

library:
source-dirs: src
dependencies:
- HUnit
exposed-modules:
- Test.Hspec.Expectations
- Test.Hspec.Expectations.Contrib
Expand All @@ -31,5 +30,5 @@ tests:
- test
- src
dependencies:
- base >= 4.8
- nanospec
- HUnit >= 1.5.0.0

0 comments on commit a9dd329

Please sign in to comment.