Skip to content

Commit

Permalink
Update package version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cgibbard committed Jan 10, 2023
1 parent 325fa1c commit e6839e0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
Database.Beam.Schema.Lenses

build-depends: base >=4.9 && <5.0,
aeson >=0.11 && <1.5,
aeson >=0.11 && <1.6,
text >=1.2.2.0 && <1.3,
bytestring >=0.10 && <0.11,
mtl >=2.2.1 && <2.3,
Expand Down
2 changes: 1 addition & 1 deletion beam-migrate-cli/beam-migrate-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ executable beam-migrate
containers >=0.5 && <0.7,
unordered-containers >=0.2 && <0.3,
hashable >=1.2 && <1.4,
aeson >=0.11 && <1.5,
aeson >=0.11 && <1.6,
unix >=2.7 && <2.8,
network >=2.6 && <2.9,
yaml >=0.8 && <0.12,
Expand Down
2 changes: 1 addition & 1 deletion beam-migrate/beam-migrate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
build-depends: base >=4.9 && <5.0,
beam-core >=0.9 && <0.10,
text >=1.2 && <1.3,
aeson >=0.11 && <1.5,
aeson >=0.11 && <1.6,
bytestring >=0.10 && <0.11,
free >=4.12 && <5.2,
time >=1.6 && <1.10,
Expand Down
4 changes: 2 additions & 2 deletions beam-postgres/beam-postgres.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ library
bytestring >=0.10 && <0.11,

attoparsec >=0.13 && <0.14,
base16-bytestring >=0.1 && <0.2,
base16-bytestring >=1.0 && <1.1,
hashable >=1.1 && <1.4,
lifted-base >=0.2 && <0.3,
free >=4.12 && <5.2,
time >=1.6 && <1.10,
monad-control >=1.0 && <1.1,
mtl >=2.1 && <2.3,
conduit >=1.2 && <1.4,
aeson >=0.11 && <1.5,
aeson >=0.11 && <1.6,
uuid-types >=1.0 && <1.1,
case-insensitive >=1.2 && <1.3,
scientific >=0.3 && <0.4,
Expand Down
2 changes: 1 addition & 1 deletion beam-sqlite/beam-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
free >=4.12 && <5.2,
scientific >=0.3 && <0.4,
network-uri >=2.6 && <2.7,
aeson >=0.11 && <1.5,
aeson >=0.11 && <1.6,
attoparsec >=0.13 && <0.14
default-language: Haskell2010
default-extensions: ScopedTypeVariables, OverloadedStrings, MultiParamTypeClasses, RankNTypes, FlexibleInstances,
Expand Down

0 comments on commit e6839e0

Please sign in to comment.