Skip to content

Commit b3e7fbc

Browse files
authored
Merge pull request #351 from turion/dev_relax_bounds
Relax some version bounds
2 parents 14faeb7 + 849845b commit b3e7fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monad-bayes.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ flag dev
3939
common deps
4040
build-depends:
4141
, base >=4.15 && <4.20
42-
, brick ^>=2.3.1
42+
, brick >=2.3.1 && <2.5
4343
, containers >=0.5.10 && <0.7
4444
, foldl ^>=1.4
4545
, free ^>=5.2
4646
, histogram-fill ^>=0.9
4747
, ieee754 ^>=0.8.0
4848
, integration ^>=0.2
49-
, lens ^>=5.2
50-
, linear ^>=1.22
49+
, lens >=5.2 && <5.4
50+
, linear >=1.22 && <1.24
5151
, log-domain >=0.12 && <0.14
5252
, math-functions >=0.2.1 && <0.4
5353
, matrix ^>=0.3

0 commit comments

Comments
 (0)