@@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/msak
2121
2222dependencies :
2323- base >=4.11.0.0 && <5
24- - containers >=0.5.11.0 && <0.7
24+ - containers >=0.5.11.0 && <0.8
2525- mwc-random >=0.13.6.0 && <0.16
2626
2727other-extensions :
@@ -36,10 +36,10 @@ library:
3636 other-modules :
3737 - Data.DecisionDiagram.BDD.Internal.Node
3838 dependencies :
39- - hashable >=1.2.7.0 && <1.5
39+ - hashable >=1.2.7.0 && <1.6
4040 - hashtables >=1.2.3.1 && <1.4
4141 - intern >=0.9.1.2 && <1.0.0.0
42- - primitive >=0.6.3.0 && <0.9
42+ - primitive >=0.6.3.0 && <0.10
4343 - random >=1.1 && <1.3
4444 - reflection >=2.1.4 && <2.2
4545 - unordered-containers >=0.2.9.0 && <0.3
@@ -64,13 +64,13 @@ tests:
6464 - -with-rtsopts=-N
6565 dependencies :
6666 - decision-diagrams
67- - deepseq >=1.4.3.0 && <1.5
68- - QuickCheck >=2.11.3 && <2.15
67+ - deepseq >=1.4.3.0 && <1.6
68+ - QuickCheck >=2.11.3 && <2.16
6969 - quickcheck-instances >=0.3.19 && <0.4
7070 - statistics >=0.14.0.2 && <0.17
71- - tasty >=1.1.0.4 && <1.5
71+ - tasty >=1.1.0.4 && <1.6
7272 - tasty-hunit >=0.10.0.1 && <0.11
73- - tasty-quickcheck >=0.10 && <0.11
73+ - tasty-quickcheck >=0.10 && <0.12
7474 - tasty-th >=0.1.7 && <0.2
7575 - vector >=0.12.0.2 && <0.14
7676 other-extensions :
0 commit comments