Skip to content

Commit 2d7dadd

Browse files
committed
Fixes dependency of QuickCheck for tabulate
1 parent 704c19a commit 2d7dadd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

halg-factor/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tests:
8080
ghc-options: -Wall
8181
main: Spec.hs
8282
dependencies:
83-
- QuickCheck
83+
- QuickCheck >= 2.12
8484
- HUnit
8585
- containers
8686
- arithmoi

stack-804.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ extra-deps:
2929
- arithmoi-0.9.0.0
3030
- exact-pi-0.5.0.1
3131
- semirings-0.5.3
32+
- QuickCheck-2.12.6.1
33+
- hspec-core-2.6.1
34+
- repa-3.4.1.4
35+
- repa-algorithms-3.4.1.3
36+
- quickcheck-instances-0.3.19
37+
- hspec-2.6.1
38+
- hspec-discover-2.6.1
39+
- inspection-testing-0.4.2.4

0 commit comments

Comments
 (0)