Skip to content

Commit

Permalink
Bump a couple bounds and get on latest stackage nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 31, 2024
1 parent 769cdf3 commit a29d6c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion beam-postgres/beam-postgres.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
beam-core >=0.10 && <0.11,
beam-migrate >=0.5 && <0.6,

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

text >=1.0 && <2.2,
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 @@ -52,7 +52,7 @@ library

if os(windows)
cpp-options: -DWINDOWS
build-depends: Win32 >=2.4 && <2.8
build-depends: Win32 >=2.4 && <2.14
if os(freebsd) || os(netbsd) || os(openbsd) || os(darwin) || os(linux) || os(solaris) || os(android)
cpp-options: -DUNIX
build-depends: unix >=2.0 && <2.9
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: nightly-2024-06-12
resolver: nightly-2024-10-30

nix:
packages:
Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: d14d2743bfd6881cef22f855af7038797db5cc55798feb0ef2923d20cbc022db
size: 649141
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/6/12.yaml
original: nightly-2024-06-12
sha256: 0c65cc459d037697e6238a11dc0bbdc958a82ac9eb24907f486e33626117ae5e
size: 672822
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/10/30.yaml
original: nightly-2024-10-30

0 comments on commit a29d6c4

Please sign in to comment.