summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-09-02 15:16:24 +0200
committerStefan Kreutz <mail@skreutz.com>2025-09-02 15:16:24 +0200
commitacbed6e7645f77096e95ea5c3a443f30e6dddc15 (patch)
treea6cb8e7d791b33c51898c086e79952e654223abb
parent2e441c853e6233c0a1853fcab43a1e5203d86fd8 (diff)
downloadblog-acbed6e7645f77096e95ea5c3a443f30e6dddc15.tar
Add zlib to Nix shell
-rw-r--r--flake.nix2
-rw-r--r--haskell-toolchain1
2 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7d153a9..f14ee0d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,7 @@
in rec {
# nix develop
devShells.default = pkgs.mkShell {
- nativeBuildInputs = with pkgs; [ ghc cabal-install lychee ];
+ nativeBuildInputs = with pkgs; [ ghc cabal-install lychee zlib ];
};
# nix build .
diff --git a/haskell-toolchain b/haskell-toolchain
index 0029649..1a65f8d 100644
--- a/haskell-toolchain
+++ b/haskell-toolchain
@@ -1,3 +1,4 @@
+# WARNING: This file is out of date.
# OpenBSD 7.7 port versions.
# WORKAROUND: No GHC 9.8.3 available. Using 9.8.2 instead.
GHC_VERSION=9.8.2
Generated by cgit. See skreutz.com for my tech blog and contact information.