Skip to content

Commit

Permalink
Changelog and version bump to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jan 6, 2024
1 parent fac4e3a commit 77c0ff7
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 19 deletions.
4 changes: 4 additions & 0 deletions rhine-bayes/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for rhine-gloss

## 1.2

* Updated to monad-bayes 1.2.0

## 1.1

* dunai-0.11 compatibility
Expand Down
6 changes: 3 additions & 3 deletions rhine-bayes/rhine-bayes.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rhine-bayes
version: 1.1
version: 1.2
synopsis: monad-bayes backend for Rhine
description:
This package provides a backend to the @monad-bayes@ library,
Expand Down Expand Up @@ -31,7 +31,7 @@ library
Data.MonadicStreamFunction.Bayes
build-depends: base >= 4.11 && < 4.18
, transformers >= 0.5
, rhine == 1.1
, rhine == 1.2
, dunai ^>= 0.11
, log-domain >= 0.12
, monad-bayes ^>= 1.2
Expand Down Expand Up @@ -61,7 +61,7 @@ executable rhine-bayes-gloss
build-depends: base >= 4.11 && < 4.18
, rhine
, rhine-bayes
, rhine-gloss
, rhine-gloss == 1.2
, dunai
, monad-bayes
, transformers
Expand Down
18 changes: 9 additions & 9 deletions rhine-examples/rhine-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rhine-examples
version: 1.1
version: 1.2
synopsis: Some simple example applications with rhine
description: Diverse console example applications with rhine
that show some of the standard components.
Expand All @@ -18,7 +18,7 @@ executable HelloWorld
main-is: HelloWorld.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -30,7 +30,7 @@ executable Demonstration
main-is: Demonstration.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -42,7 +42,7 @@ executable ADSR
main-is: ADSR.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -54,7 +54,7 @@ executable Ball
main-is: Ball.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, vector-sized >= 1.4
, random >= 1.1
default-language: Haskell2010
Expand All @@ -72,7 +72,7 @@ executable Periodic
main-is: Periodic.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, transformers >= 0.5
, monad-schedule >= 0.1
default-language: Haskell2010
Expand All @@ -86,7 +86,7 @@ executable EventClock
main-is: EventClock.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, random >= 1.1
default-language: Haskell2010
default-extensions:
Expand All @@ -99,7 +99,7 @@ executable Sawtooth
main-is: Sawtooth.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -111,7 +111,7 @@ executable RandomWalk
main-is: RandomWalk.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, random >= 1.1
, simple-affine-space
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions rhine-gloss/rhine-gloss.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: rhine-gloss
version: 1.1
version: 1.2
synopsis: Gloss backend for Rhine
description:
This package provides a simple wrapper for the `gloss` library,
Expand Down Expand Up @@ -38,7 +38,7 @@ library
FRP.Rhine.Gloss.Pure.Combined
build-depends: base >= 4.14 && < 4.18
, transformers >= 0.5
, rhine == 1.1
, rhine == 1.2
, dunai ^>= 0.11
, gloss >= 1.12
, mmorph >= 1.1
Expand Down
8 changes: 4 additions & 4 deletions rhine-terminal/rhine-terminal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: rhine-terminal
version: 1.1
version: 1.2
synopsis: Terminal backend for Rhine
description:
This package provides an example of a `terminal` based program using rhine.
Expand Down Expand Up @@ -32,7 +32,7 @@ library
build-depends: base >= 4.11 && < 4.18
, exceptions >= 0.10.4
, transformers >= 0.5
, rhine == 1.1
, rhine == 1.2
, dunai ^>= 0.11
, terminal >= 0.2.0.0
, time >= 1.9.3
Expand All @@ -49,7 +49,7 @@ executable rhine-terminal-simple
main-is: TerminalSimple.hs
ghc-options: -threaded
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, rhine-terminal
, terminal >= 0.2.0.0
, text >= 1.2
Expand All @@ -67,7 +67,7 @@ test-suite rhine-terminal-tests
main-is: tests/Main.hs
ghc-options: -threaded
build-depends: base >= 4.14 && < 4.18
, rhine == 1.1
, rhine == 1.2
, rhine-terminal
, exceptions >= 0.10.4
, transformers >= 0.5
Expand Down
4 changes: 4 additions & 0 deletions rhine/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for rhine

## 1.2

* Changed Stdin clock Tag type to Text

## 1.1

* dunai-0.11 compatibility
Expand Down
2 changes: 1 addition & 1 deletion rhine/rhine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 2.2

name: rhine

version: 1.1
version: 1.2

synopsis: Functional Reactive Programming with type-level clocks

Expand Down

0 comments on commit 77c0ff7

Please sign in to comment.