Skip to content

Commit

Permalink
WIP introduce upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jan 7, 2024
1 parent a84f914 commit 812bc13
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions rhine-bayes/rhine-bayes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ library
other-modules:
Data.MonadicStreamFunction.Bayes
build-depends: base >= 4.11 && < 4.18
, transformers >= 0.5
, transformers ^>= 0.5
, rhine == 1.2
, dunai ^>= 0.11
, log-domain >= 0.12
, log-domain ^>= 0.12
, monad-bayes ^>= 1.2
hs-source-dirs: src
default-language: Haskell2010
Expand Down Expand Up @@ -66,8 +66,8 @@ executable rhine-bayes-gloss
, monad-bayes
, transformers
, log-domain
, mmorph
, time
, mmorph ^>= 1.1
, time >= 1.8 && < 1.14
default-language: Haskell2010
default-extensions:
Arrows
Expand Down
14 changes: 7 additions & 7 deletions rhine-examples/rhine-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ executable Ball
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.2
, vector-sized >= 1.4
, random >= 1.1
, vector-sized ^>= 1.4
, random ^>= 1.1
default-language: Haskell2010
default-extensions:
Arrows
Expand All @@ -73,8 +73,8 @@ executable Periodic
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.2
, transformers >= 0.5
, monad-schedule >= 0.1
, transformers >= 0.5 && < 0.6
, monad-schedule ^>= 0.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -87,7 +87,7 @@ executable EventClock
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.2
, random >= 1.1
, random ^>= 1.1
default-language: Haskell2010
default-extensions:
TypeOperators
Expand All @@ -112,8 +112,8 @@ executable RandomWalk
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.14 && < 4.18
, rhine == 1.2
, random >= 1.1
, simple-affine-space
, random ^>= 1.1
, simple-affine-space ^>= 0.2
default-language: Haskell2010
default-extensions:
TypeOperators
Expand Down
2 changes: 1 addition & 1 deletion rhine/rhine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ library
build-depends:
, dunai ^>= 0.11
, transformers >= 0.5
, time >= 1.8
, time >= 1.8 && < 1.14
, free >= 5.1
, containers >= 0.5
, text >= 1.2 && < 2.1
Expand Down

0 comments on commit 812bc13

Please sign in to comment.