chore(haskell): bump to ghc910
This commit is contained in:
parent
a01de1ee9e
commit
683ac23f27
|
@ -9,7 +9,7 @@ utils.lib.eachDefaultSystem (
|
||||||
overlay = self: _: {
|
overlay = self: _: {
|
||||||
hsPkgs = self.haskell-nix.project' rec {
|
hsPkgs = self.haskell-nix.project' rec {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
compiler-nix-name = "ghc944";
|
compiler-nix-name = "ghc910";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
|
|
|
@ -7,6 +7,7 @@ with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alejandra # The Uncompromising Nix Code Formatter
|
alejandra # The Uncompromising Nix Code Formatter
|
||||||
|
haskell.compiler.ghc910 # The Glasgow Haskell Compiler
|
||||||
nix # Powerful package manager, makes packaging reliable & reproducible
|
nix # Powerful package manager, makes packaging reliable & reproducible
|
||||||
stylish-haskell # A simple Haskell code prettifier
|
stylish-haskell # A simple Haskell code prettifier
|
||||||
tea # Gitea official CLI client
|
tea # Gitea official CLI client
|
||||||
|
|
|
@ -7,8 +7,6 @@ executable site
|
||||||
main-is: site.hs
|
main-is: site.hs
|
||||||
build-depends: base == 4.*
|
build-depends: base == 4.*
|
||||||
, hakyll == 4.16.*
|
, hakyll == 4.16.*
|
||||||
, containers == 0.6.*
|
|
||||||
, filepath == 1.4.*
|
, filepath == 1.4.*
|
||||||
, pandoc
|
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in a new issue