diff --git a/outputs.nix b/outputs.nix index 2726548..63614f1 100644 --- a/outputs.nix +++ b/outputs.nix @@ -9,7 +9,7 @@ utils.lib.eachDefaultSystem ( overlay = self: _: { hsPkgs = self.haskell-nix.project' rec { src = ./.; - compiler-nix-name = "ghc944"; + compiler-nix-name = "ghc910"; }; }; pkgs = import nixpkgs { diff --git a/shell.nix b/shell.nix index 8a2266a..a9dd876 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,7 @@ with pkgs; mkShell { buildInputs = [ alejandra # The Uncompromising Nix Code Formatter + haskell.compiler.ghc910 # The Glasgow Haskell Compiler nix # Powerful package manager, makes packaging reliable & reproducible stylish-haskell # A simple Haskell code prettifier tea # Gitea official CLI client diff --git a/skeleton-web.cabal b/skeleton-web.cabal index 729bd24..df5eae9 100644 --- a/skeleton-web.cabal +++ b/skeleton-web.cabal @@ -7,8 +7,6 @@ executable site main-is: site.hs build-depends: base == 4.* , hakyll == 4.16.* - , containers == 0.6.* , filepath == 1.4.* - , pandoc ghc-options: -threaded default-language: Haskell2010