mirror of https://github.com/voidlizard/hbs2
bump scotty version
This commit is contained in:
parent
77d5a33a83
commit
0702e79146
1
.envrc
1
.envrc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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; [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue