Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@cdepillabout cdepillabout released this 21 Feb 06:39
bfef245
  • 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 to shellFor 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 as dontCheck
    • mark haskoin-core as dontCheck
    • mark hedis as dontCheck
    • mark http-client as dontCheck
    • mark http-client-openssl as dontCheck
    • mark http-client-tls as dontCheck
    • mark http-conduit as dontCheck
    • mark js-query as dontCheck
    • mark prettyprinter as dontCheck
    • mark servant-openapi3 as dontCheck
    • mark servant-rate-limit as dontCheck
    • mark wai-rate-limit-redis as dontCheck

    Added in #59.