Skip to content

Commit

Permalink
Fix base version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jun 25, 2024
1 parent dd4e6c3 commit 32ecae4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automaton/automaton.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source-repository this
common opts
build-depends:
MonadRandom >=0.5,
base >=4.14 && <4.20,
base >=4.16 && <4.21,
mmorph ^>=1.2,
mtl >=2.2 && <2.4,
profunctors ^>=5.6,
Expand Down
4 changes: 2 additions & 2 deletions rhine-bayes/rhine-bayes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
other-modules: Data.Automaton.Bayes
build-depends:
automaton,
base >=4.14 && <4.20,
base >=4.16 && <4.21,
log-domain >=0.12,
mmorph ^>=1.2,
monad-bayes ^>=1.3,
Expand Down Expand Up @@ -66,7 +66,7 @@ executable rhine-bayes-gloss
hs-source-dirs: app
build-depends:
automaton,
base >=4.14 && <4.20,
base >=4.16 && <4.21,
log-domain,
mmorph,
monad-bayes,
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.20,
base >=4.16 && <4.21,
rhine ^>=1.4

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

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
rhine ^>=1.4

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

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
rhine ^>=1.4

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

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
random >=1.1,
rhine ^>=1.4

Expand All @@ -107,7 +107,7 @@ executable Periodic
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
monad-schedule >=0.1,
rhine ^>=1.4,
transformers >=0.5
Expand All @@ -128,7 +128,7 @@ executable EventClock
-with-rtsopts=-N

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
random >=1.1,
rhine ^>=1.4

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

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
rhine ^>=1.4

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

build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
random >=1.1,
rhine ^>=1.4,
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 @@ -38,7 +38,7 @@ library

build-depends:
automaton,
base >=4.14 && <4.20,
base >=4.16 && <4.21,
gloss >=1.12,
mmorph >=1.1,
monad-schedule >=0.1,
Expand All @@ -57,7 +57,7 @@ executable rhine-gloss-gears
main-is: Main.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
rhine-gloss

default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions rhine-terminal/rhine-terminal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ executable rhine-terminal-simple
main-is: TerminalSimple.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
rhine ^>=1.4,
rhine-terminal,
terminal >=0.2.0.0,
Expand All @@ -71,7 +71,7 @@ test-suite rhine-terminal-tests
main-is: tests/Main.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.20,
base >=4.16 && <4.21,
exceptions >=0.10.4,
hspec,
rhine ^>=1.4,
Expand Down
2 changes: 1 addition & 1 deletion rhine/rhine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source-repository this
common opts
build-depends:
automaton ^>=1.4,
base >=4.14 && <4.20,
base >=4.16 && <4.21,
monad-schedule ^>=0.2,
mtl >=2.2 && <2.4,
selective ^>=0.7,
Expand Down

0 comments on commit 32ecae4

Please sign in to comment.