Skip to content

Commit 62198ba

Browse files
committed
Update README.md
1 parent 93c584a commit 62198ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `haskell.nix` is infrastructure for building Haskell packages with Nix
22

3+
This is a fork that builds only Cabal projects, uses ghc from upstream
4+
nixpkgs, and doesn't support cross platform builds / ghcjs builds. It
5+
was forked after we had to build every ghc from 8.10.7 to 9.8.2 one
6+
too many times. This fork also contains a fix that properly respects
7+
index-state in presence of revisions
8+
39
`haskell.nix` can automatically translate your Cabal or Stack project and
410
its dependencies into Nix code.
511

@@ -14,7 +20,7 @@ its dependencies into Nix code.
1420

1521
The #1 problem that people have when using `haskell.nix` is that they find themselves building GHC.
1622
This should not happen, but you *must* follow the `haskell.nix` setup instructions properly to avoid it.
17-
If you find this happening to you, please check that you have followed the
23+
If you find this happening to you, please check that you have followed the
1824
[getting started instructions](https://input-output-hk.github.io/haskell.nix/tutorials/getting-started#setting-up-the-binary-cache) and
1925
consult the corresponding [troubleshooting section](https://input-output-hk.github.io/haskell.nix/troubleshooting#why-am-i-building-ghc).
2026

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs = {
55
nixpkgs.follows = "nixpkgs-2411";
6-
nixpkgs-2405 = { url = "github:NixOS/nixpkgs/release-24.11"; };
6+
nixpkgs-2411 = { url = "github:NixOS/nixpkgs/release-24.11"; };
77
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix"; flake = false; };
88
hackage = {
99
url = "github:kronor-io/hackage.nix/main";

0 commit comments

Comments
 (0)