Skip to content

Commit 7d22ebb

Browse files
committed
Update some flake stuff and CHANGELOG
1 parent 03e4866 commit 7d22ebb

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Remove question mark in Data.Map instance
6+
57
## 0.6.4.0
68

79
* Fix type for maps with non-string keys (#46, fixes #28, thanks @tfausak!)

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
let
1515
# compiler-nix-name = "ghc966";
1616
compiler-nix-name = "ghc984";
17+
# compiler-nix-name = "ghc9101";
1718

1819
pkgs = import nixpkgs {
1920
inherit system;
@@ -33,7 +34,9 @@
3334
flakeWindows = (pkgs.pkgsCross.mingwW64.haskell-nix.hix.project {
3435
inherit src compiler-nix-name;
3536
evalSystem = system;
37+
# projectFileName = "stack.yaml";
3638
projectFileName = "stack-9.8.4.yaml";
39+
# projectFileName = "stack-9.10.1.yaml";
3740
modules = [{
3841
reinstallableLibGhc = false;
3942
}];

0 commit comments

Comments
 (0)