Skip to content

Commit

Permalink
fix base lower bound to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-k committed Jan 2, 2023
1 parent def83e1 commit ed2dc8c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion csound-expression-dynamic/csound-expression-dynamic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Source-repository head
Library
Ghc-Options: -Wall
Build-Depends:
base >= 4.6, base < 5, data-default, containers, array, transformers >= 0.3, wl-pprint >= 1.2.1,
base >= 4.10, base < 5, data-default, containers, array, transformers >= 0.3, wl-pprint >= 1.2.1,
Boolean >= 0.1.0, data-fix >= 0.3.2, data-fix-cse >= 0.0.3, hashable >=1.2.7.0,
deriving-compat
Hs-Source-Dirs: src/
Expand Down
2 changes: 1 addition & 1 deletion csound-expression-typed/csound-expression-typed.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Source-repository head
Library
Ghc-Options: -Wall
Build-Depends:
base >= 4.6,
base >= 4.10,
base < 5,
ghc-prim,
containers,
Expand Down
2 changes: 1 addition & 1 deletion csound-expression/csound-expression.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Source-repository head
Library
Ghc-Options: -Wall
Build-Depends:
base >= 4.6, base < 5,
base >= 4.10, base < 5,
process,
data-default,
directory,
Expand Down
2 changes: 1 addition & 1 deletion csound-sampler/csound-sampler.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Source-repository head
library
Ghc-Options: -Wall
Hs-Source-Dirs: src/
build-depends: base >= 4, base < 5, transformers >= 0.3, csound-expression >= 5.4.0
build-depends: base >= 4.10, base < 5, transformers >= 0.3, csound-expression >= 5.4.0
Default-language: Haskell2010
exposed-modules:
Csound.Sam
Expand Down
2 changes: 1 addition & 1 deletion gen-csound-opcodes/gen-csound-opcodes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Source-repository head
Library
Ghc-Options: -Wall
Build-Depends:
base >= 4,
base >= 4.10,
shelly,
xml,
containers,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description: opcodes for the library csound-expression
Library
Ghc-Options: -Wall
Build-Depends:
base >= 4, base < 5, transformers, csound-expression-typed >= 0.2.5, csound-expression-dynamic >= 0.3.7
base >= 4.10, base < 5, transformers, csound-expression-typed >= 0.2.5, csound-expression-dynamic >= 0.3.9
Hs-Source-Dirs: src/
Default-language: Haskell2010
Exposed-Modules:

0 comments on commit ed2dc8c

Please sign in to comment.