-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-0.10.0'. Refs #342.
- Loading branch information
Showing
8 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2023-02-21 Ivan Perez <[email protected]> | ||
* Version bump (0.14.1) (#342). | ||
|
||
2022-12-21 Ivan Perez <[email protected]> | ||
* bearriver.cabal: Version bump (0.14) (#340). | ||
* Bump version bounds for MonadRandom (#337). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ cabal-version: >= 1.10 | |
build-type: Simple | ||
|
||
name: bearriver | ||
version: 0.14 | ||
version: 0.14.1 | ||
author: Ivan Perez, Manuel Bärenz | ||
maintainer: [email protected] | ||
homepage: https://github.com/ivanperez-keera/dunai | ||
|
@@ -81,7 +81,7 @@ library | |
build-depends: | ||
base >= 4.6 && <5 | ||
, deepseq >= 1.3.0.0 && < 1.5 | ||
, dunai >= 0.6.0 && < 0.10 | ||
, dunai >= 0.6.0 && < 0.11 | ||
, MonadRandom >= 0.2 && < 0.7 | ||
, mtl >= 2.1.2 && < 2.3 | ||
, simple-affine-space >= 0.1 && < 0.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2023-02-21 Ivan Perez <[email protected]> | ||
* Version bump (0.10.0) (#342). | ||
* Remove the function FRP.Dunai.LTLPast.prev (#341). | ||
|
||
2022-12-21 Ivan Perez <[email protected]> | ||
* Version bump (0.9.2) (#340). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ cabal-version: >= 1.10 | |
build-type: Simple | ||
|
||
name: dunai-test | ||
version: 0.9.2 | ||
version: 0.10.0 | ||
author: Ivan Perez | ||
maintainer: [email protected] | ||
homepage: https://github.com/ivanperez-keera/dunai | ||
|
@@ -74,7 +74,7 @@ library | |
|
||
build-depends: | ||
base >= 4 && < 5 | ||
, dunai >= 0.5 && < 0.10 | ||
, dunai >= 0.5 && < 0.11 | ||
, normaldistribution | ||
, QuickCheck | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2023-02-21 Ivan Perez <[email protected]> | ||
* Version bump (0.10.0) (#342). | ||
* Implement dot in MSF's instance of VectorSpace (#298). | ||
|
||
2022-12-21 Ivan Perez <[email protected]> | ||
* Version bump (0.9.2) (#340). | ||
* Bump version bounds for MonadRandom (#337). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ cabal-version: >= 1.10 | |
build-type: Simple | ||
|
||
name: dunai | ||
version: 0.9.2 | ||
version: 0.10.0 | ||
author: Ivan Perez, Manuel Bärenz | ||
maintainer: [email protected] | ||
homepage: https://github.com/ivanperez-keera/dunai | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters