Skip to content

Commit

Permalink
Bump restrictive upper bound on esqueleto (#62)
Browse files Browse the repository at this point in the history
In order to fix the nix build.
  • Loading branch information
dalpd authored Dec 26, 2024
1 parent 708cf33 commit 50fbf47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions espial.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ library
, data-default
, directory >=1.1 && <1.4
, entropy
, esqueleto >=3.5.11.1 && <3.5.12
, esqueleto >=3.5.11.1 && <3.5.14
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand Down Expand Up @@ -291,7 +291,7 @@ executable espial
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto >=3.5.11.1 && <3.5.12
, esqueleto >=3.5.11.1 && <3.5.14
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand Down Expand Up @@ -403,7 +403,7 @@ executable migration
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto >=3.5.11.1 && <3.5.12
, esqueleto >=3.5.11.1 && <3.5.14
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand Down Expand Up @@ -521,7 +521,7 @@ test-suite test
, directory >=1.1 && <1.4
, entropy
, espial
, esqueleto >=3.5.11.1 && <3.5.12
, esqueleto >=3.5.11.1 && <3.5.14
, fast-logger >=2.2 && <4
, file-embed
, foreign-store
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies:
- attoparsec
- bcrypt >= 0.0.8
- entropy
- esqueleto >= 3.5.11.1 && < 3.5.12
- esqueleto >= 3.5.11.1 && < 3.5.14
- hscolour
- http-api-data >= 0.3.4
- http-client
Expand Down

0 comments on commit 50fbf47

Please sign in to comment.