stacklock2nix/my-example-haskell-lib-advanced
2023-06-14 14:44:22 +09:00
..
my-example-haskell-app Add example of github dependency without subdirs 2022-12-06 18:19:45 -05:00
my-example-haskell-lib Add explanation for why there is no .cabal file 2022-11-28 17:50:27 +09:00
nix Add warning about needing to use fetchurl instead of fetchFromGitHub on case-insensitive filesystems (like OSX) 2023-06-14 12:01:25 +09:00
.gitignore Make sure we ignore my-example-haskell-lib.cabal 2022-11-28 19:57:30 +09:00
cabal.project update 2022-11-27 00:56:51 -05:00
default.nix update 2022-11-27 00:56:51 -05:00
flake.lock Update flake.lock to latest version of nixpkgs and stacklock2nix 2023-06-14 14:44:22 +09:00
flake.nix update 2022-11-27 03:54:32 -05:00
hie.yaml update 2022-11-27 00:56:51 -05:00
LICENSE update 2022-11-27 00:56:51 -05:00
README.md update 2022-11-27 00:56:51 -05:00
shell.nix update 2022-11-27 00:56:51 -05:00
stack.yaml Add example of github dependency without subdirs 2022-12-06 18:19:45 -05:00
stack.yaml.lock Add example of github dependency without subdirs 2022-12-06 18:19:45 -05:00

my-example-haskell-lib-advanced

This is an advanced example of using stacklock2nix. See ../README.md for more explanation.