diff options
-rw-r--r-- | events/events.cabal | 2 | ||||
-rw-r--r-- | shell.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/events/events.cabal b/events/events.cabal index bb5d59b..796742e 100644 --- a/events/events.cabal +++ b/events/events.cabal | |||
@@ -16,7 +16,7 @@ build-type: Simple | |||
16 | -- extra-source-files: | 16 | -- extra-source-files: |
17 | cabal-version: >=1.10 | 17 | cabal-version: >=1.10 |
18 | 18 | ||
19 | executable event | 19 | executable events |
20 | main-is: Main.hs | 20 | main-is: Main.hs |
21 | -- other-modules: | 21 | -- other-modules: |
22 | -- other-extensions: | 22 | -- other-extensions: |
@@ -6,7 +6,7 @@ let | |||
6 | ghc = haskellPackages.ghcWithPackages (ps: payload ++ (with ps; [ hlint cabal2nix cabal-install ])); | 6 | ghc = haskellPackages.ghcWithPackages (ps: payload ++ (with ps; [ hlint cabal2nix cabal-install ])); |
7 | payload = builtins.attrValues (import ./default.nix {}); | 7 | payload = builtins.attrValues (import ./default.nix {}); |
8 | in pkgs.stdenv.mkDerivation rec { | 8 | in pkgs.stdenv.mkDerivation rec { |
9 | bareName = "event"; | 9 | bareName = "events"; |
10 | name = "${bareName}-env"; | 10 | name = "${bareName}-env"; |
11 | buildInputs = [ ghc ]; | 11 | buildInputs = [ ghc ]; |
12 | shellHook = '' | 12 | shellHook = '' |