Skip to content

Commit

Permalink
Update some flake stuff and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 7, 2025
1 parent 03e4866 commit 7d22ebb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Remove question mark in Data.Map instance

## 0.6.4.0

* Fix type for maps with non-string keys (#46, fixes #28, thanks @tfausak!)
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
let
# compiler-nix-name = "ghc966";
compiler-nix-name = "ghc984";
# compiler-nix-name = "ghc9101";

pkgs = import nixpkgs {
inherit system;
Expand All @@ -33,7 +34,9 @@
flakeWindows = (pkgs.pkgsCross.mingwW64.haskell-nix.hix.project {
inherit src compiler-nix-name;
evalSystem = system;
# projectFileName = "stack.yaml";
projectFileName = "stack-9.8.4.yaml";
# projectFileName = "stack-9.10.1.yaml";
modules = [{
reinstallableLibGhc = false;
}];
Expand Down

0 comments on commit 7d22ebb

Please sign in to comment.