Skip to content

Commit

Permalink
Bumping bounds to build with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jan 23, 2024
1 parent a76541f commit 7a4f713
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion beam-migrate/beam-migrate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
pretty >=1.1 && <1.2,
dependent-map >=0.2 && <0.5,
dependent-sum >=0.4 && <0.8,
pqueue >=1.3 && <1.5,
pqueue >=1.3 && <1.6,
uuid-types >=1.0 && <1.1
default-language: Haskell2010
default-extensions: KindSignatures, OverloadedStrings, TypeFamilies, FlexibleContexts,
Expand Down
6 changes: 3 additions & 3 deletions beam-postgres/beam-postgres.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ library
beam-core >=0.10 && <0.11,
beam-migrate >=0.5 && <0.6,

postgresql-libpq >=0.8 && <0.10,
postgresql-simple >=0.5 && <0.7,
postgresql-libpq >=0.8 && <0.11,
postgresql-simple >=0.5 && <0.8,

text >=1.0 && <2.1,
bytestring >=0.10 && <0.12,
Expand All @@ -48,7 +48,7 @@ library
free >=4.12 && <5.3,
time >=1.6 && <1.13,
monad-control >=1.0 && <1.1,
mtl >=2.1 && <2.3,
mtl >=2.1 && <2.4,
conduit >=1.2 && <1.4,
aeson >=0.11 && <2.2,
uuid-types >=1.0 && <1.1,
Expand Down
18 changes: 7 additions & 11 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@

resolver: nightly-2023-05-10
resolver: lts-22.6

packages:
- beam-sqlite
- beam-postgres
- beam-core
- beam-migrate
- beam-sqlite
- beam-postgres
- beam-core
- beam-migrate

nix:
shell-file: shell.nix

extra-deps:
- vector-sized-1.5.0
# - hint-0.9.0.6
# nix:
# shell-file: shell.nix

0 comments on commit 7a4f713

Please sign in to comment.