diff options
author | Ben Sima <ben@bsima.me> | 2021-06-10 08:14:16 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | 72a7aaa39e7552970f466e712e1f7ef91aeb03c8 (patch) | |
tree | 8b8d501d28a9c1d56a0150d8129ff6324f196ad9 /Hero | |
parent | 0ff0a23c8c7425b0d56b95e318c2087e74cb6605 (diff) |
Upgrade to nixos-21.05
Getting me closer to the latest GHC. This release also includes my own packages
that I submitted some time ago.
GHCJS is not present in 21.05 for some reason, but I think it's back in master,
so I might do another upgrade soon, but for now I just disabled my GHCJS
support. I'm not really using it anyway.
I also had to bring it string-quote, update nixos-mailserver, and a few other
things.
Diffstat (limited to 'Hero')
-rw-r--r-- | Hero/Host.hs | 1 | ||||
-rw-r--r-- | Hero/Node.hs | 1 | ||||
-rw-r--r-- | Hero/Service.nix | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/Hero/Host.hs b/Hero/Host.hs index 3f6df8e..6313ae5 100644 --- a/Hero/Host.hs +++ b/Hero/Host.hs @@ -37,7 +37,6 @@ -- : dep servant-lucid -- : dep servant-server -- : dep split --- : dep string-quote -- : dep tasty -- : dep tasty-hunit -- : dep tasty-quickcheck diff --git a/Hero/Node.hs b/Hero/Node.hs index a453a01..5511942 100644 --- a/Hero/Node.hs +++ b/Hero/Node.hs @@ -14,7 +14,6 @@ -- : dep protolude -- : dep servant -- : dep split --- : dep string-quote -- : dep text -- : dep ghcjs-base module Hero.Node where diff --git a/Hero/Service.nix b/Hero/Service.nix index d06b567..906d98e 100644 --- a/Hero/Service.nix +++ b/Hero/Service.nix @@ -2,7 +2,7 @@ , lib , config , pkgs -, modulesPath +, ... }: let |