Skip to content

Commit

Permalink
Merge branch 'release-0.14.11'. Refs #310.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Oct 8, 2024
2 parents 721fac5 + a4647a3 commit ac9003a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 13 deletions.
4 changes: 4 additions & 0 deletions yampa-test/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-07 Ivan Perez <[email protected]>
* Version bump (0.14.11) (#310).
* Bump version bounds of dependencies (#309).

2024-08-07 Ivan Perez <[email protected]>
* Version bump (0.14.10) (#302).
* Add test for trapezoidIntegral (#263).
Expand Down
12 changes: 6 additions & 6 deletions yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cabal-version: >= 1.10
build-type: Simple

name: yampa-test
version: 0.14.10
version: 0.14.11
author: Ivan Perez
maintainer: [email protected]
homepage: http://github.com/ivanperez-keera/Yampa
Expand Down Expand Up @@ -83,8 +83,8 @@ library
build-depends:
base >= 4 && < 5
, normaldistribution >= 1.1.0.1 && < 1.2
, QuickCheck >= 2.12 && < 2.15
, Yampa >= 0.14.10 && < 0.15
, QuickCheck >= 2.12 && < 2.16
, Yampa >= 0.14.11 && < 0.15

default-language:
Haskell2010
Expand Down Expand Up @@ -122,10 +122,10 @@ test-suite yampa-quicheck
build-depends:
base < 5
, Cabal >= 1.19 && < 3.9
, QuickCheck >= 2.12 && < 2.15
, QuickCheck >= 2.12 && < 2.16
, random >= 1.1 && < 1.3
, tasty >= 0.1 && < 1.5
, tasty-quickcheck >= 0.1 && < 0.11
, tasty >= 0.1 && < 1.6
, tasty-quickcheck >= 0.1 && < 0.12
, Yampa
, yampa-test

Expand Down
7 changes: 7 additions & 0 deletions yampa/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-10-07 Ivan Perez <[email protected]>
* Version bump (0.14.11) (#310).
* Add new publications by Schmidli et al. (#306).
* Add new publication by Klinge et al. (#308).
* Bump version bounds of dependencies (#309).
* Thanks to @seliane.

2024-08-07 Ivan Perez <[email protected]>
* Version bump (0.14.10) (#302).
* Implement integral using trapezoid rule (#263).
Expand Down
3 changes: 3 additions & 0 deletions yampa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ Documentation is also available in the
## Publications
<sup>[(Back to top)](#table-of-contents)</sup>

* [Using Functional Reactive Programming for Robotic Art: An Experience Report](https://dl.acm.org/doi/10.1145/3677996.3678288) (Eliane I. Schmidli and Farhad Mehta; 2024)
* [Demo: The Fun of Robotic Artwork](https://dl.acm.org/doi/10.1145/3677996.3678286) (Eliane I. Schmidli and Farhad Mehta; 2024)
* [Reactamole: functional reactive molecular programming](https://doi.org/10.1007/s11047-024-09982-5) (Titus Klinge, James Lathrop, Peter-Michael Osera, Allison Rogers; 2024)
* [The Beauty and Elegance of Functional Reactive Animation](https://dl.acm.org/doi/10.1145/3609023.3609806?cid=99658741366) (Ivan Perez; 2023)
* [Extensible and Robust Functional Reactive Programming](http://www.cs.nott.ac.uk/~psxip1/papers/2017-Perez-thesis-latest.pdf) (Ivan Perez; 2017)
* [Testing and Debugging Functional Reactive Programming](http://dl.acm.org/authorize?N46564) (Ivan Perez and Henrik Nilsson; 2017)
Expand Down
14 changes: 7 additions & 7 deletions yampa/Yampa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cabal-version: >= 1.10
build-type: Simple

name: Yampa
version: 0.14.10
version: 0.14.11
author: Henrik Nilsson, Antony Courtney
maintainer: Ivan Perez ([email protected])
homepage: https://github.com/ivanperez-keera/Yampa/
Expand Down Expand Up @@ -189,7 +189,7 @@ test-suite haddock-coverage
base >= 4 && < 5

, directory >= 1.2 && < 1.4
, filepath >= 1.3.0.1 && < 1.5
, filepath >= 1.3.0.1 && < 1.6
, process >= 1.1.0.2 && < 1.7
, regex-posix >= 0.95 && < 0.97

Expand All @@ -216,7 +216,7 @@ executable yampa-examples-sdl-bouncingbox
build-depends:
base < 5

, deepseq >= 1.3.0.1 && < 1.5
, deepseq >= 1.3.0.1 && < 1.6
, random >= 1.1 && < 1.3
, SDL >= 0.6 && < 0.7
, Yampa
Expand Down Expand Up @@ -247,7 +247,7 @@ executable yampa-examples-sdl-circlingmouse
build-depends:
base < 5

, deepseq >= 1.3.0.1 && < 1.5
, deepseq >= 1.3.0.1 && < 1.6
, random >= 1.1 && < 1.3
, SDL >= 0.6 && < 0.7
, Yampa
Expand Down Expand Up @@ -278,7 +278,7 @@ executable yampa-examples-sdl-wiimote
build-depends:
base < 5

, deepseq >= 1.3.0.1 && < 1.5
, deepseq >= 1.3.0.1 && < 1.6
, hcwiid >= 0.0.5 && < 0.1
, random >= 1.1 && < 1.3
, SDL >= 0.6 && < 0.7
Expand Down Expand Up @@ -351,8 +351,8 @@ benchmark yampa-bench
build-depends:
base < 5
, criterion >= 0.5.0.0 && < 1.7
, filepath >= 1.3.0.1 && < 1.5
, time >= 1.4 && < 1.13
, filepath >= 1.3.0.1 && < 1.6
, time >= 1.4 && < 1.15
, Yampa

default-language:
Expand Down

0 comments on commit ac9003a

Please sign in to comment.