Skip to content

Commit

Permalink
cabal: Update hspec to work around slow test failure diffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Sep 12, 2020
1 parent 8402a81 commit a282c60
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
resolver: lts-13.26
extra-deps: []
extra-deps:
# TODO: Remove all of the below when we are on a resolver that has hspec >= 2.7.2
# which fixes slow failure diffs, see https://github.com/hspec/hspec/issues/415.
- hspec-2.7.4
- hspec-core-2.7.4
- hspec-discover-2.7.4
- QuickCheck-2.14.1
- random-1.2.0
- splitmix-0.1.0.1

0 comments on commit a282c60

Please sign in to comment.