mirror of https://github.com/voidlizard/hbs2
bump scotty version
This commit is contained in:
parent
77d5a33a83
commit
0702e79146
|
@ -3,7 +3,7 @@ packages: **/*.cabal
|
|||
|
||||
allow-newer: all
|
||||
|
||||
constraints: pandoc ==3.1.11, scotty >= 0.22
|
||||
constraints: pandoc ==3.1.11
|
||||
|
||||
-- executable-static: True
|
||||
-- profiling: True
|
||||
|
|
|
@ -71,6 +71,7 @@ outputs = { self, nixpkgs, haskell-flake-utils, ... }@inputs:
|
|||
|
||||
hpPreOverrides = {pkgs, ...}: final: prev: with pkgs; {
|
||||
saltine = prev.callCabal2nix "saltine" inputs.saltine { inherit (pkgs) libsodium; };
|
||||
scotty = final.callHackage "scotty" "0.21" { };
|
||||
};
|
||||
|
||||
packagePostOverrides = { pkgs }: with pkgs; with haskell.lib; [
|
||||
|
|
|
@ -176,7 +176,7 @@ executable hbs2-git-dashboard
|
|||
, skylighting
|
||||
, skylighting-core
|
||||
, skylighting-lucid
|
||||
, scotty
|
||||
, scotty >= 0.21
|
||||
|
||||
hs-source-dirs:
|
||||
hbs2-git-dashboard
|
||||
|
|
Loading…
Reference in New Issue