diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-05T23·18+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-05T23·18+0100 |
commit | 5f52077492160195681a0a9bca806fd78ddbd6fd (patch) | |
tree | 2ab12112b52bda8ecc314954fbdb200443e97454 /scratch/brilliant/shell.nix | |
parent | e14fff7d4b04c37155acf046b7b3f350cf6ad3b6 (diff) |
Re-type type using the altered keyboard
Remember: always read the instructions; that's the most important part.
Diffstat (limited to 'scratch/brilliant/shell.nix')
-rw-r--r-- | scratch/brilliant/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scratch/brilliant/shell.nix b/scratch/brilliant/shell.nix index 06fcc7979d2e..be1ecf3ca77f 100644 --- a/scratch/brilliant/shell.nix +++ b/scratch/brilliant/shell.nix @@ -5,6 +5,7 @@ in pkgs.mkShell { (haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ hspec optparse-applicative + unordered-containers ])) ]; } |