Skip to content

Commit

Permalink
Bump bounds to build against Stackage nightly-2023-05-10
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 29, 2023
1 parent b372108 commit d671512
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
containers >=0.5 && <0.7,
scientific >=0.3 && <0.4,
vector >=0.11 && <0.14,
vector-sized >=0.5 && <1.6,
vector-sized >=0.5 && <1.7,
tagged >=0.8 && <0.9

Default-language: Haskell2010
Expand Down
19 changes: 5 additions & 14 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#resolver: lts-9.0
#resolver: lts-10.3
#resolver: lts-10.5
#resolver: lts-12.17
resolver: lts-16.0
#resolver: nightly-2019-09-28

resolver: nightly-2023-05-10

packages:
- beam-sqlite
- beam-postgres
Expand All @@ -14,11 +11,5 @@ nix:
shell-file: shell.nix

extra-deps:
- dependent-map-0.4.0.0@sha256:ca2b131046f4340a1c35d138c5a003fe4a5be96b14efc26291ed35fd08c62221,1657
- dependent-sum-0.7.1.0@sha256:5599aa89637db434431b1dd3fa7c34bc3d565ee44f0519bfbc877be1927c2531,2068
- constraints-extras-0.3.0.2@sha256:013b8d0392582c6ca068e226718a4fe8be8e22321cc0634f6115505bf377ad26,1853
- direct-sqlite-2.3.26@sha256:04e835402f1508abca383182023e4e2b9b86297b8533afbd4e57d1a5652e0c23,3718
- sqlite-simple-0.4.18.0@sha256:3ceea56375c0a3590c814e411a4eb86943f8d31b93b110ca159c90689b6b39e5,3002
#extra-deps:
# - dependent-map-0.2.4.0
# - dependent-sum-0.5
- vector-sized-1.5.0
# - hint-0.9.0.6

0 comments on commit d671512

Please sign in to comment.