@@ -50,12 +50,12 @@ library
5050 ViewPatterns
5151 build-depends :
5252 base >= 4.11.0.0 && < 5
53- , containers >= 0.5.11.0 && < 0.7
54- , hashable >= 1.2.7.0 && < 1.5
53+ , containers >= 0.5.11.0 && < 0.8
54+ , hashable >= 1.2.7.0 && < 1.6
5555 , hashtables >= 1.2.3.1 && < 1.4
5656 , intern >= 0.9.1.2 && < 1.0.0.0
5757 , mwc-random >= 0.13.6.0 && < 0.16
58- , primitive >= 0.6.3.0 && < 0.8
58+ , primitive >= 0.6.3.0 && < 0.10
5959 , random >= 1.1 && < 1.3
6060 , reflection >= 2.1.4 && < 2.2
6161 , unordered-containers >= 0.2.9.0 && < 0.3
@@ -76,7 +76,7 @@ test-suite decision-diagrams-doctest
7676 ghc-options : -threaded -rtsopts -with-rtsopts=-N
7777 build-depends :
7878 base >= 4.11.0.0 && < 5
79- , containers >= 0.5.11.0 && < 0.7
79+ , containers >= 0.5.11.0 && < 0.8
8080 , decision-diagrams
8181 , doctest
8282 , mwc-random >= 0.13.6.0 && < 0.16
@@ -101,17 +101,17 @@ test-suite decision-diagrams-test
101101 TemplateHaskell
102102 ghc-options : -threaded -rtsopts -with-rtsopts=-N
103103 build-depends :
104- QuickCheck >= 2.11.3 && < 2.15
104+ QuickCheck >= 2.11.3 && < 2.16
105105 , base >= 4.11.0.0 && < 5
106- , containers >= 0.5.11.0 && < 0.7
106+ , containers >= 0.5.11.0 && < 0.8
107107 , decision-diagrams
108- , deepseq >= 1.4.3.0 && < 1.5
108+ , deepseq >= 1.4.3.0 && < 1.6
109109 , mwc-random >= 0.13.6.0 && < 0.16
110110 , quickcheck-instances >= 0.3.19 && < 0.4
111111 , statistics >= 0.14.0.2 && < 0.17
112- , tasty >= 1.1.0.4 && < 1.5
112+ , tasty >= 1.1.0.4 && < 1.6
113113 , tasty-hunit >= 0.10.0.1 && < 0.11
114- , tasty-quickcheck == 0.10. *
114+ , tasty-quickcheck >= 0.10 && < 0.12
115115 , tasty-th >= 0.1.7 && < 0.2
116116 , vector >= 0.12.0.2 && < 0.14
117117 default-language : Haskell2010
0 commit comments