Skip to content

Commit

Permalink
build with nightly-2024-03-08
Browse files Browse the repository at this point in the history
  • Loading branch information
dten committed May 23, 2024
1 parent 73e0be9 commit 3c0baba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
5 changes: 1 addition & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2023-05-08
resolver: nightly-2024-03-08
packages:
- ./yesod-core
- ./yesod-static
Expand All @@ -14,6 +14,3 @@ packages:
- ./yesod
- ./yesod-eventsource
- ./yesod-websockets

extra-deps:
- attoparsec-aeson-2.1.0.0
17 changes: 5 additions & 12 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: attoparsec-aeson-2.1.0.0@sha256:fa83aba43bfa58490de8f274d19b9d58b6403a207b12cac5f93922102b084c52,1154
pantry-tree:
sha256: 294c3a8a19a7ddad58097e18c624c6b34894b3c4a4cc490759cb31d842db242a
size: 114
original:
hackage: attoparsec-aeson-2.1.0.0
packages: []
snapshots:
- completed:
sha256: 0a8278a8c9f33fbdaa40167e035065a7ca8ed61d89fec21236b888c470dab3f0
size: 625218
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/5/8.yaml
original: nightly-2023-05-08
sha256: 9e873f04e4e791359d7ead6a3b3a9fae44db381cfc4010a809054ca13dc1236c
size: 604364
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/3/8.yaml
original: nightly-2024-03-08
2 changes: 1 addition & 1 deletion yesod-auth/yesod-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5
, aeson >= 0.7
, attoparsec-aeson >= 2.1
, attoparsec-aeson >= 2.2
, authenticate >= 1.3.4
, base16-bytestring
, base64-bytestring
Expand Down

0 comments on commit 3c0baba

Please sign in to comment.