b6d143e5d225 ^
b1c403f6b913 ^
40753e9f3b2d ^
5f5207749216 ^
bba3f16c43d9 ^
1 2 3
4 5
6
7
8
9
10 11 12
{ pkgs, ... }: pkgs.mkShell { buildInputs = with pkgs; [ (haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ hspec optparse-applicative unordered-containers split ])) ]; }