diff --git a/stack.yaml b/stack.yaml index 68c1c10..e10b971 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,6 +25,16 @@ extra-deps: commit: e8cc33700f796532644a6a95afbcc39f63ee1f92 - git: https://codeberg.org/ForgeFed/haskell-hit-network commit: 5b7a0e22db10b48c31894f1f31b300c07420fd63 + - git: https://codeberg.org/ForgeFed/haskell-http-signature + commit: 0ff017f91169f1d23e78a2edf9ba2e59b227dc86 + - git: https://codeberg.org/ForgeFed/haskell-http-client-signature + commit: 42b01e0b57c2dcaf78a5dc13c298ec985524d8af + - git: https://codeberg.org/ForgeFed/haskell-persistent-graph + commit: 429b7cb3d744a66543e25467e43ae7339bd35534 + - git: https://codeberg.org/ForgeFed/haskell-persistent-migration + commit: 7ee6510d08d2b1fba8928d9d63170c08d719bc9c + - git: https://codeberg.org/ForgeFed/haskell-persistent-email-address + commit: ddf0ea55d4e7a0cdf8d57b40f0fc6841de8657af # - git: https://notabug.org/fr33domlover/haskell-persistent # commit: 9cc700b540a680ac1fdc9df94847a631013cb3ca # subdirs: @@ -32,11 +42,6 @@ extra-deps: # - persistent-postgresql - ./lib/ssh - - ./lib/http-client-signature - - ./lib/http-signature - - ./lib/persistent-email-address - - ./lib/persistent-graph - - ./lib/persistent-migration - ./lib/time-interval-aeson - ./lib/yesod-http-signature - ./lib/yesod-mail-send diff --git a/update-deps.sh b/update-deps.sh index aa21b1b..1ee0ffc 100755 --- a/update-deps.sh +++ b/update-deps.sh @@ -2,12 +2,7 @@ VERVIS='https://vervis.peers.community/repos' -DEPS="v3e8r http-client-signature \n - vM99v http-signature \n - 6r4Ao ssh \n - oq5mo persistent-graph \n - 0rd3E persistent-migration \n - 4oRNo persistent-email-address \n +DEPS="6r4Ao ssh \n AoO7o time-interval-aeson \n r6WGo yesod-http-signature \n 2vanE yesod-mail-send"