Skip to content

Commit

Permalink
bump dunai to 0.11 (#249)
Browse files Browse the repository at this point in the history
Bump dunai to 0.11

---------

Co-authored-by: Manuel Bärenz <[email protected]>
  • Loading branch information
ners and turion authored Oct 17, 2023
1 parent 8e98d6b commit 6aa8e3e
Show file tree
Hide file tree
Showing 17 changed files with 95 additions and 41 deletions.
42 changes: 30 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1

* dunai-0.11 compatibility

## 1.0

* Removed schedules. See the [page about changes in version 1](/version1.md).
Expand Down
8 changes: 4 additions & 4 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.0
version: 1.1
synopsis: monad-bayes backend for Rhine
description:
This package provides a backend to the @monad-bayes@ library,
Expand All @@ -23,7 +23,7 @@ source-repository head
source-repository this
type: git
location: [email protected]:turion/rhine.git
tag: v1.0
tag: v1.1

library
exposed-modules:
Expand All @@ -32,8 +32,8 @@ library
Data.MonadicStreamFunction.Bayes
build-depends: base >= 4.11 && < 4.18
, transformers >= 0.5
, rhine == 1.0
, dunai ^>= 0.9
, rhine == 1.1
, dunai ^>= 0.11
, log-domain >= 0.12
, monad-bayes ^>= 1.1
hs-source-dirs: src
Expand Down
4 changes: 4 additions & 0 deletions rhine-examples/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for rhine-examples

## 1.1

* dunai-0.11 compatibility

## 0.9

* Added Ball example
Expand Down
18 changes: 9 additions & 9 deletions rhine-examples/rhine-examples.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-examples
version: 1.0
version: 1.1
-- synopsis:
-- description:
license: BSD3
Expand All @@ -20,7 +20,7 @@ executable HelloWorld
main-is: HelloWorld.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -32,7 +32,7 @@ executable Demonstration
main-is: Demonstration.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -44,7 +44,7 @@ executable ADSR
main-is: ADSR.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -56,7 +56,7 @@ executable Ball
main-is: Ball.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
, vector-sized >= 1.4
, random >= 1.1
default-language: Haskell2010
Expand All @@ -74,7 +74,7 @@ executable Periodic
main-is: Periodic.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
, transformers >= 0.5
, monad-schedule >= 0.1
default-language: Haskell2010
Expand All @@ -88,7 +88,7 @@ executable EventClock
main-is: EventClock.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
, random >= 1.1
default-language: Haskell2010
default-extensions:
Expand All @@ -101,7 +101,7 @@ executable Sawtooth
main-is: Sawtooth.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -113,7 +113,7 @@ executable RandomWalk
main-is: RandomWalk.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.0
, rhine == 1.1
, random >= 1.1
, simple-affine-space
default-language: Haskell2010
Expand Down
4 changes: 4 additions & 0 deletions rhine-gloss/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for rhine-gloss

## 1.1

* dunai-0.11 compatibility

## 1.0

* Removed schedules. See the [page about changes in version 1](/version1.md).
Expand Down
8 changes: 4 additions & 4 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.0
version: 1.1
synopsis: Gloss backend for Rhine
description:
This package provides a simple wrapper for the `gloss` library,
Expand All @@ -26,7 +26,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/turion/rhine.git
tag: v1.0
tag: v1.1


library
Expand All @@ -38,8 +38,8 @@ library
FRP.Rhine.Gloss.Pure.Combined
build-depends: base >= 4.14 && < 4.18
, transformers >= 0.5
, rhine == 1.0
, dunai ^>= 0.9
, rhine == 1.1
, dunai ^>= 0.11
, gloss >= 1.12
, mmorph >= 1.1
, monad-schedule >= 0.1
Expand Down
4 changes: 4 additions & 0 deletions rhine-terminal/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for rhine-terminal

## 1.1

* dunai-0.11 compatibility

## 1.0

* Removed schedules. See the [page about changes in version 1](/version1.md).
Expand Down
12 changes: 6 additions & 6 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.0
version: 1.1
synopsis: Terminal backend for Rhine
description:
This package provides an example of a `terminal` based program using rhine.
Expand All @@ -24,16 +24,16 @@ source-repository head
source-repository this
type: git
location: https://github.com/turion/rhine.git
tag: v1.0
tag: v1.1

library
exposed-modules:
FRP.Rhine.Terminal
build-depends: base >= 4.11 && < 4.18
, exceptions >= 0.10.4
, transformers >= 0.5
, rhine == 1.0
, dunai ^>= 0.9
, rhine == 1.1
, dunai ^>= 0.11
, terminal >= 0.2.0.0
, time >= 1.9.3
, monad-schedule >= 0.1.2
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.0
, rhine == 1.1
, rhine-terminal
, terminal >= 0.2.0.0
, text >= 1.2.5.0
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.0
, rhine == 1.1
, 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.1

* dunai-0.11 compatibility

## 1.0

* Removed schedules. See the [page about changes in version 1](/version1.md).
Expand Down
7 changes: 3 additions & 4 deletions 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.0
version: 1.1

synopsis: Functional Reactive Programming with type-level clocks

Expand Down Expand Up @@ -129,16 +129,15 @@ library

-- Other library packages from which modules are imported.
build-depends:
, dunai ^>= 0.9
, dunai ^>= 0.11
, transformers >= 0.5
, time >= 1.8
, free >= 5.1
, containers >= 0.5
, deepseq >= 1.4
, random >= 1.1
, MonadRandom >= 0.5
-- Remove version pin when https://github.com/ivanperez-keera/dunai/issues/298 is resolved:
, simple-affine-space == 0.1.1
, simple-affine-space ^>= 0.2
, time-domain
, monad-schedule >= 0.1.2

Expand Down
Loading

0 comments on commit 6aa8e3e

Please sign in to comment.