We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0585fe + a7e735f commit ac7c01dCopy full SHA for ac7c01d
dunai/CHANGELOG
@@ -1,6 +1,7 @@
1
2023-02-21 Ivan Perez <ivan.perez@keera.co.uk>
2
* Version bump (0.10.0) (#342).
3
* Implement dot in MSF's instance of VectorSpace (#298).
4
+ * Adjust version bounds for simple-affine-space (#343).
5
6
2022-12-21 Ivan Perez <ivan.perez@keera.co.uk>
7
* Version bump (0.9.2) (#340).
dunai/dunai.cabal
@@ -125,7 +125,7 @@ library
125
build-depends:
126
base >= 4.6 && < 5
127
, MonadRandom >= 0.2 && < 0.7
128
- , simple-affine-space >= 0.1 && < 0.3
+ , simple-affine-space >= 0.2 && < 0.3
129
, transformers >= 0.3 && < 0.7
130
, transformers-base >= 0.4 && < 0.5
131
0 commit comments