Skip to content

Commit

Permalink
remove urlencoded and wai-handler-hal overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 4, 2024
1 parent 9799348 commit 651a4a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ghcup install cabal 3.2.0.0
ENV PATH="/root/.ghcup/bin:${PATH}"
RUN cabal update

COPY zureg.cabal cabal.project /work/
COPY zureg.cabal /work/
WORKDIR /work
RUN cabal build --only-dependencies \
--ghc-options='-split-sections -optl-static'
Expand Down
11 changes: 0 additions & 11 deletions cabal.project

This file was deleted.

2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extra-deps:
- 'hal-1.0.0.1'
- 'unliftio-core-0.1.2.0'
- 'urlencoded-0.5.0.0'
- 'wai-handler-hal-0.2.0.0'
- 'wai-handler-hal-0.3.0.0'
nix:
packages:
- 'zlib'
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ packages:
original:
hackage: urlencoded-0.5.0.0
- completed:
hackage: wai-handler-hal-0.2.0.0@sha256:ef98b78c3beb05eecc9239775dd010308ed7a75b76a0db8471d4466a76b450f8,2954
hackage: wai-handler-hal-0.3.0.0@sha256:7a0510f868b332bc14baf097c802979e0ae8ed5c999d359e42a6417afdccff55,2900
pantry-tree:
size: 592
sha256: e500f789cb7b0dab089768a512e7703ad93407a73635a3cf1aa1081233c04ba5
size: 594
sha256: 26e9c89686d0e7f60e92e8bd6fc20138fa362a8ec9c4f28c3f58a0a6e49555ec
original:
hackage: wai-handler-hal-0.2.0.0
hackage: wai-handler-hal-0.3.0.0
snapshots:
- completed:
size: 586286
Expand Down
4 changes: 2 additions & 2 deletions zureg.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Library
text >= 1.2 && < 1.3,
time >= 1.8 && < 1.10,
unordered-containers >= 0.2 && < 0.3,
urlencoded >= 0.4 && < 0.6,
urlencoded >= 0.5 && < 0.6,
uuid >= 1.3 && < 1.4,
vector >= 0.12 && < 1.13,
wai >= 3.2 && < 3.3,
Expand Down Expand Up @@ -153,4 +153,4 @@ Executable zureg-lambda
Main-is: Lambda.hs
Build-depends:
hal >= 1.0 && < 1.1,
wai-handler-hal >= 0.2 && < 0.3
wai-handler-hal >= 0.3 && < 0.4

0 comments on commit 651a4a0

Please sign in to comment.