Skip to content

Commit 8c28526

Browse files
committed
Update README
1 parent 7729960 commit 8c28526

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
This is an example Haskell project using Nix to setup a development environment.
66

7-
This uses Nix and Cabal without Stack. This is because when using Nix, you don't need Stack, as Nix provides harmonious snapshots of Haskell packages. However Stack users can still develop on this project, they just have to generate an appropriate `stack.yaml` from the Cabal file.
7+
This uses Nix and Cabal without Stack. This is because when using Nix, you don't need Stack, as Nix provides harmonious snapshots of Haskell packages.
8+
9+
Stack users can still develop on this project, they just have to generate an appropriate `stack.yaml` from the `haskell-demo.cabal` file.
810

911
The first step is that we have to acquire `cabal2nix`, which we use to generate a `cabal.nix` file from the `package.yaml`.
1012

0 commit comments

Comments
 (0)