Skip to content

Commit ac7c01d

Browse files
Merge branch 'hotfix-0.10.0-r1'. Refs #343.
2 parents f0585fe + a7e735f commit ac7c01d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dunai/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
22
* Version bump (0.10.0) (#342).
33
* Implement dot in MSF's instance of VectorSpace (#298).
4+
* Adjust version bounds for simple-affine-space (#343).
45

56
2022-12-21 Ivan Perez <ivan.perez@keera.co.uk>
67
* Version bump (0.9.2) (#340).

dunai/dunai.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ library
125125
build-depends:
126126
base >= 4.6 && < 5
127127
, MonadRandom >= 0.2 && < 0.7
128-
, simple-affine-space >= 0.1 && < 0.3
128+
, simple-affine-space >= 0.2 && < 0.3
129129
, transformers >= 0.3 && < 0.7
130130
, transformers-base >= 0.4 && < 0.5
131131

0 commit comments

Comments
 (0)