Skip to content

Commit f5bf887

Browse files
committed
Relax bounds (update package.yaml)
1 parent 6be1c4b commit f5bf887

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

decision-diagrams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test-suite decision-diagrams-test
103103
build-depends:
104104
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
108108
, deepseq >=1.4.3.0 && <1.6
109109
, mwc-random >=0.13.6.0 && <0.16

package.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/msak
2121

2222
dependencies:
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

2727
other-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

Comments
 (0)