Add markdown response support

This commit is contained in:
James Eversole
2026-04-23 10:53:56 -05:00
parent a11fcd37f7
commit 3172ca2f59
7 changed files with 159 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/23.11";
nixpkgs.url = "github:nixos/nixpkgs/25.11";
haskell-flake.url = "github:srid/haskell-flake";
parts.url = "github:hercules-ci/flake-parts";
};
@@ -17,7 +17,7 @@
haskellProjects.default = {
basePackages = pkgs.haskellPackages;
packages = {
http2.source = "3.0.3";
http2.source = "5.3.10";
};
devShell = {
enable = true;