diff --git a/rhine-bayes/ChangeLog.md b/rhine-bayes/ChangeLog.md index 93389271b..1adf9f7b1 100644 --- a/rhine-bayes/ChangeLog.md +++ b/rhine-bayes/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for rhine-gloss +## 1.2 + +* Updated to monad-bayes 1.2.0 + ## 1.1 * dunai-0.11 compatibility diff --git a/rhine-bayes/rhine-bayes.cabal b/rhine-bayes/rhine-bayes.cabal index 88d22095b..9c35a3520 100644 --- a/rhine-bayes/rhine-bayes.cabal +++ b/rhine-bayes/rhine-bayes.cabal @@ -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, @@ -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 @@ -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 diff --git a/rhine-examples/rhine-examples.cabal b/rhine-examples/rhine-examples.cabal index 0ef853540..240b2a2bf 100644 --- a/rhine-examples/rhine-examples.cabal +++ b/rhine-examples/rhine-examples.cabal @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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 @@ -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 diff --git a/rhine-gloss/rhine-gloss.cabal b/rhine-gloss/rhine-gloss.cabal index 98b3199a3..d4042336e 100644 --- a/rhine-gloss/rhine-gloss.cabal +++ b/rhine-gloss/rhine-gloss.cabal @@ -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, @@ -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 diff --git a/rhine-terminal/rhine-terminal.cabal b/rhine-terminal/rhine-terminal.cabal index 2ac3f0de7..c5cf52a50 100644 --- a/rhine-terminal/rhine-terminal.cabal +++ b/rhine-terminal/rhine-terminal.cabal @@ -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. @@ -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 @@ -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 @@ -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 diff --git a/rhine/ChangeLog.md b/rhine/ChangeLog.md index aa7903d79..0c95b05d7 100644 --- a/rhine/ChangeLog.md +++ b/rhine/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for rhine +## 1.2 + +* Changed Stdin clock Tag type to Text + ## 1.1 * dunai-0.11 compatibility diff --git a/rhine/rhine.cabal b/rhine/rhine.cabal index 2010931c1..b70722f78 100644 --- a/rhine/rhine.cabal +++ b/rhine/rhine.cabal @@ -2,7 +2,7 @@ cabal-version: 2.2 name: rhine -version: 1.1 +version: 1.2 synopsis: Functional Reactive Programming with type-level clocks