From 2f3da9f75772e6ee6396c2ea01780dcc447c1d4c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 17:28:06 +0000 Subject: JSON PrettyPrinter for debugging --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d148e70..e047ae2 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ let packages = ps: with ps; [ cabal-install hlint cabal2nix hspec QuickCheck quickcheck-instances + aeson-pretty ] ++ (builtins.attrValues (import ./default.nix {})); ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages; in -- cgit v1.2.3