Skip to content

Commit

Permalink
Add terminfo dep (for older ghc versions).
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Jun 8, 2024
1 parent 4a4d65d commit f8a1ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
reinstallableLibGhc = false;
enableLibraryProfiling = true;
nonReinstallablePkgs = [
"rts" "ghc-prim" "integer-gmp" "integer-simple" "base"
"rts" "ghc-prim" "integer-gmp" "integer-simple" "base" "terminfo"
"deepseq" "array" "ghc-boot-th" "pretty" "template-haskell"
"ghc-bignum" "system-cxx-std-lib" "ghc" "binary" "bytestring" "containers"
"directory" "exceptions" "filepath" "hpc" "process" "semaphore-compat" "stm"
Expand Down

0 comments on commit f8a1ca3

Please sign in to comment.