-
Add a new
devShellPkgSetModifier
for giving the user a hook to modify the Haskell package set used to generate the development shell. See here for documentation. Added in #59. -
Add a new
devShellArgsModifier
for giving the user a hook to modify the arguments passed toshellFor
when generating the development shell. See here for documentation. Added in #59. Heavily inspired by #57. Thanks @haruki7049! -
Various additions to the suggestedOverlay.nix file to get more Haskell packages building by default:
- mark
binary-search
asdontCheck
- mark
haskoin-core
asdontCheck
- mark
hedis
asdontCheck
- mark
http-client
asdontCheck
- mark
http-client-openssl
asdontCheck
- mark
http-client-tls
asdontCheck
- mark
http-conduit
asdontCheck
- mark
js-query
asdontCheck
- mark
prettyprinter
asdontCheck
- mark
servant-openapi3
asdontCheck
- mark
servant-rate-limit
asdontCheck
- mark
wai-rate-limit-redis
asdontCheck
Added in #59.
- mark