Skip to content
Snippets Groups Projects
Commit 7c7facab authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Add generic-lens to testedPackages

parent 2cbe081b
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@ let
# The packages which we are here to test
testedPackages = with nixpkgs.haskell.lib; with haskellPackages; {
inherit lens aeson criterion scotty;
inherit lens aeson criterion scotty generic-lens;
# servant: Don't distribute Sphinx documentation
servant = overrideCabal servant { postInstall = ""; };
# singletons: Disable testsuite since it often breaks due to spurious
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment