bump scotty version

This commit is contained in:
Dmitry Zuikov 2024-04-27 12:02:35 +03:00
parent 77d5a33a83
commit 0702e79146
4 changed files with 4 additions and 2 deletions

1
.envrc
View File

@ -1,3 +1,4 @@
## wtf
if [ -f .envrc.local ]; then if [ -f .envrc.local ]; then
source_env .envrc.local source_env .envrc.local
fi fi

View File

@ -3,7 +3,7 @@ packages: **/*.cabal
allow-newer: all allow-newer: all
constraints: pandoc ==3.1.11, scotty >= 0.22 constraints: pandoc ==3.1.11
-- executable-static: True -- executable-static: True
-- profiling: True -- profiling: True

View File

@ -71,6 +71,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; { hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; {
saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; }; saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; };
scotty = final.callHackage "scotty" "0.21" { };
}; };
packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [ packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [

View File

@ -176,7 +176,7 @@ executable hbs2-git-dashboard
, skylighting , skylighting
, skylighting-core , skylighting-core
, skylighting-lucid , skylighting-lucid
, scotty , scotty >= 0.21
hs-source-dirs: hs-source-dirs:
hbs2-git-dashboard hbs2-git-dashboard