Dennis Gosnell

Results 200 comments of Dennis Gosnell

Yeah, that sounds like a good idea! I've thought of doing so, but haven't gotten around to it yet. I don't personally use stack templates or Nix flake templates much...

```console $ stack new Usage: stack new PACKAGE_NAME [--bare] [TEMPLATE_NAME] [-p|--param KEY:VALUE] [DIR(S)] [--omit-packages] [--force] [--ignore-subdirs] [--setup-info-yaml URL] [--snapshot-location-base URL] [--help] Create a new project from a template. Run `stack...

Thanks a lot for sending this PR! Sorry I've taken a while to get back to you. My original plan for the dream2nix / stacklock2nix integration was to have stacklock2nix...

I created a question on the emacs stack exchange asking about indentation in haskell-mode. It appears that this is the bug in question: https://emacs.stackexchange.com/questions/35431/how-to-get-correct-indentation-after-pressing-o-in-haskell-mode-using-evil-mod Is @utatti's suggested solution still the...

I ran into this as well. I'm not using NixOS. I'm using `nix` on Arch Linux. I imagine that `exec-path-from-shell` is nice to have for users on OSX, but as...

Related to https://github.com/cdepillabout/password/issues/1. Basically both would be ways to pick and choose exactly which instances / dependencies to use.

I think there are definitely situations where splitting up password-instances into multiple packages could be easier for the end-user (although like you say, not necessarily easier for us, the maintainers)....

> If they then get a compilation error of the thing they turned off because of transient dependencies, they can just turn it back on, no? Either end users aren't...

@Vlix Oh, I guess I should be clear that I'm thinking we should split `password-instances` up into multiple packages (like `password-instances-aeson`, `password-instances-persistent`, etc [^1]), and then have a single `password-instances`...

It sounds like this could be a `good first issue`. The amount of modifications that would need to be done in our code-base are probably pretty small (although you would...