diff options
author | Profpatsch <mail@profpatsch.de> | 2023-05-28T18·58+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-13T23·03+0000 |
commit | 8c4730c433ba01cb17aab2917d495d055c4f468e (patch) | |
tree | 0817b780ac451b91109771876805e7c0c5a93404 /users/Profpatsch/shell.nix | |
parent | ee21f725a38855e43fd8e82eb8c6c6fc99aca235 (diff) |
chore(users/Profpatsch/*): more cabal maintenance r/6409
Change-Id: Ib1714abce2815873eb50dbeac088e812fa9098ab Reviewed-on: https://cl.tvl.fyi/c/depot/+/8686 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/shell.nix')
-rw-r--r-- | users/Profpatsch/shell.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/users/Profpatsch/shell.nix b/users/Profpatsch/shell.nix index 640be96cd0ef..2f33f2bb2be7 100644 --- a/users/Profpatsch/shell.nix +++ b/users/Profpatsch/shell.nix @@ -21,6 +21,7 @@ pkgs.mkShell { h.ihp-hsx h.PyF h.unliftio + h.xml-conduit h.wai h.wai-extra h.warp @@ -42,11 +43,8 @@ pkgs.mkShell { h.case-insensitive h.hscolour h.nicify-lib + h.hspec h.hspec-expectations-pretty-diff - depot.users.Profpatsch.my-prelude - depot.users.Profpatsch.netencode.netencode-hs - depot.users.Profpatsch.arglib.netencode.haskell - depot.users.Profpatsch.execline.exec-helpers-hs ])) pkgs.rustup |