aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-17 04:57:40 +0100
committerAkshay <[email protected]>2020-10-17 04:57:40 +0100
commit032e26cf9ed236889637e02e56aef7c22721cd23 (patch)
tree6a9ae58d7c5a661249d400eb281c7a2c44263eaf /shell.nix
parent297b498acd205f0fcd68f3cdf7536b480cfac5e3 (diff)
prefer applicative over monadic style
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 15334f5..0f07252 100644
--- a/shell.nix
+++ b/shell.nix
@@ -33,6 +33,7 @@ let
33 pkgs.cabal2nix 33 pkgs.cabal2nix
34 haskellPackages.cabal-install 34 haskellPackages.cabal-install
35 haskellPackages.hoogle 35 haskellPackages.hoogle
36 haskellPackages.hlint
36 ]; 37 ];
37in 38in
38pkgs.stdenv.mkDerivation { 39pkgs.stdenv.mkDerivation {