-
-
Notifications
You must be signed in to change notification settings - Fork 51
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.14.12'. Refs #319.
- Loading branch information
Showing
14 changed files
with
73 additions
and
36 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,11 @@ | ||
2024-12-07 Ivan Perez <[email protected]> | ||
* Version bump (0.14.12) (#319). | ||
* Remove unused function Test.FRP.Yampa.Event.randomEventFunction (#314). | ||
* Remove unused variables in Test.FRP.Yampa.Basic (#315). | ||
* Remove redundant imports (#316). | ||
* Import functions to test from FRP.Yampa (#317). | ||
* Add version bounds to base (#320). | ||
|
||
2024-10-07 Ivan Perez <[email protected]> | ||
* Version bump (0.14.11) (#310). | ||
* Bump version bounds of dependencies (#309). | ||
|
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
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
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
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
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ cabal-version: >= 1.10 | |
build-type: Simple | ||
|
||
name: yampa-test | ||
version: 0.14.11 | ||
version: 0.14.12 | ||
author: Ivan Perez | ||
maintainer: [email protected] | ||
homepage: http://github.com/ivanperez-keera/Yampa | ||
|
@@ -84,7 +84,7 @@ library | |
base >= 4 && < 5 | ||
, normaldistribution >= 1.1.0.1 && < 1.2 | ||
, QuickCheck >= 2.12 && < 2.16 | ||
, Yampa >= 0.14.11 && < 0.15 | ||
, Yampa >= 0.14.12 && < 0.15 | ||
|
||
default-language: | ||
Haskell2010 | ||
|
@@ -163,5 +163,5 @@ test-suite space | |
False | ||
else | ||
build-depends: | ||
base | ||
base >= 4 && < 5 | ||
, Yampa |
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 @@ | ||
2024-12-07 Ivan Perez <[email protected]> | ||
* Version bump (0.14.12) (#319). | ||
* Re-export missing definitions (#318). | ||
|
||
2024-10-07 Ivan Perez <[email protected]> | ||
* Version bump (0.14.11) (#310). | ||
* Add new publications by Schmidli et al. (#306). | ||
|
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: Yampa | ||
version: 0.14.11 | ||
version: 0.14.12 | ||
author: Henrik Nilsson, Antony Courtney | ||
maintainer: Ivan Perez ([email protected]) | ||
homepage: https://github.com/ivanperez-keera/Yampa/ | ||
|
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