Skip to content

Commit

Permalink
bump base to 4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ners committed May 13, 2024
1 parent 4951fa0 commit 41003ad
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automaton/automaton.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extra-doc-files:
common opts
build-depends:
MonadRandom >=0.5,
base >=4.14 && <4.18,
base >=4.14 && <4.20,
mmorph ^>=1.2,
mtl >=2.2 && <2.4,
profunctors ^>=5.6,
Expand Down
1 change: 1 addition & 0 deletions automaton/test/Automaton.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module Automaton where
-- base
import Control.Applicative (Alternative (..))
import Control.Arrow
import Control.Monad
import Data.Functor.Identity (runIdentity)
import Data.List (uncons)
import Data.Maybe (maybeToList)
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.11 && <4.18,
base >=4.11 && <4.20,
log-domain >=0.12,
mmorph ^>=1.2,
monad-bayes ^>=1.2,
Expand Down Expand Up @@ -66,7 +66,7 @@ executable rhine-bayes-gloss
hs-source-dirs: app
build-depends:
automaton,
base >=4.11 && <4.18,
base >=4.11 && <4.20,
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.18,
base >=4.14 && <4.20,
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.20,
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.20,
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.20,
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.20,
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.20,
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.20,
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.20,
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 @@ -38,7 +38,7 @@ library

build-depends:
automaton,
base >=4.14 && <4.18,
base >=4.14 && <4.20,
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.18,
base >=4.14 && <4.20,
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.20,
exceptions >=0.10.4,
monad-schedule >=0.1.2,
rhine ==1.2,
Expand All @@ -47,7 +47,7 @@ executable rhine-terminal-simple
main-is: TerminalSimple.hs
ghc-options: -threaded
build-depends:
base >=4.14 && <4.18,
base >=4.14 && <4.20,
rhine ==1.2,
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.18,
base >=4.14 && <4.20,
exceptions >=0.10.4,
hspec,
rhine ==1.2,
Expand Down
6 changes: 3 additions & 3 deletions rhine/rhine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ source-repository this
common opts
build-depends:
automaton ^>=0.1.0.0,
base >=4.14 && <4.18,
base >=4.14 && <4.20,
monad-schedule ^>=0.1.2,
mtl >=2.2 && <2.4,
selective ^>=0.7,
text >=1.2 && <2.1,
text >=1.2 && <2.2,
time >=1.8,
transformers >=0.5,
vector-sized >=1.4,
Expand Down Expand Up @@ -151,7 +151,7 @@ library
random >=1.1,
simple-affine-space ^>=0.2,
sop-core ^>=0.5,
text >=1.2 && <2.1,
text >=1.2 && <2.2,
time >=1.8,
time-domain ^>=0.1.0.2,
transformers >=0.5,
Expand Down

0 comments on commit 41003ad

Please sign in to comment.