Skip to content

Commit

Permalink
Allow GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Mar 8, 2024
1 parent edbc23a commit f0eef43
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions rhine-bayes/rhine-bayes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
exposed-modules: FRP.Rhine.Bayes
other-modules: Data.MonadicStreamFunction.Bayes
build-depends:
base >=4.11 && <4.18,
base >=4.11 && <4.19,
dunai ^>=0.12.2,
log-domain >=0.12,
monad-bayes ^>=1.2,
Expand Down Expand Up @@ -64,7 +64,7 @@ executable rhine-bayes-gloss
main-is: Main.hs
hs-source-dirs: app
build-depends:
base >=4.11 && <4.18,
base >=4.11 && <4.19,
dunai,
log-domain,
mmorph,
Expand Down
16 changes: 8 additions & 8 deletions rhine-examples/rhine-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executable HelloWorld
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine ==1.2

default-language: Haskell2010
Expand All @@ -44,7 +44,7 @@ executable Demonstration
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine ==1.2

default-language: Haskell2010
Expand All @@ -63,7 +63,7 @@ executable ADSR
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine ==1.2

default-language: Haskell2010
Expand All @@ -82,7 +82,7 @@ executable Ball
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
random >=1.1,
rhine ==1.2,
vector-sized >=1.4
Expand All @@ -108,7 +108,7 @@ executable Periodic
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
monad-schedule >=0.1,
rhine ==1.2,
transformers >=0.5
Expand All @@ -129,7 +129,7 @@ executable EventClock
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
random >=1.1,
rhine ==1.2

Expand All @@ -149,7 +149,7 @@ executable Sawtooth
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine ==1.2

default-language: Haskell2010
Expand All @@ -168,7 +168,7 @@ executable RandomWalk
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
random >=1.1,
rhine ==1.2,
simple-affine-space
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 @@ -37,7 +37,7 @@ library
FRP.Rhine.Gloss.Pure.Combined

build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
dunai ^>=0.12.2,
gloss >=1.12,
mmorph >=1.1,
Expand All @@ -57,7 +57,7 @@ executable rhine-gloss-gears
main-is: Main.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine-gloss

default-language: Haskell2010
Expand Down
6 changes: 3 additions & 3 deletions rhine-terminal/rhine-terminal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source-repository this
library
exposed-modules: FRP.Rhine.Terminal
build-depends:
base >=4.11 && <4.18,
base >=4.11 && <4.19,
dunai ^>=0.12.2,
exceptions >=0.10.4,
monad-schedule >=0.1.2,
Expand All @@ -48,7 +48,7 @@ executable rhine-terminal-simple
main-is: TerminalSimple.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
rhine ==1.2,
rhine-terminal,
terminal >=0.2.0.0,
Expand All @@ -72,7 +72,7 @@ test-suite rhine-terminal-tests
main-is: tests/Main.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
exceptions >=0.10.4,
hspec,
rhine ==1.2,
Expand Down
3 changes: 2 additions & 1 deletion rhine/rhine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tested-with:
ghc ==9.0.2
ghc ==9.2.8
ghc ==9.4.7
ghc ==9.6.1

source-repository head
type: git
Expand All @@ -42,7 +43,7 @@ source-repository this

common opts
build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.19,
vector-sized >=1.4,

if flag(dev)
Expand Down

0 comments on commit f0eef43

Please sign in to comment.