diff --git a/.gitignore b/.gitignore index 8184986..abfd56a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .dir-locals.el +.pre-commit-config.yaml dist-newstyle/ dist/ result diff --git a/cabal.haskell-ci b/cabal.haskell-ci deleted file mode 100644 index 20c4040..0000000 --- a/cabal.haskell-ci +++ /dev/null @@ -1 +0,0 @@ -distribution: jammy diff --git a/flake.nix b/flake.nix index e45d2db..f8698b2 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,7 @@ outputs = inputs: inputs.bellroy-nix-foss.lib.haskellProject { + src = ./.; supportedCompilers = [ "ghc810" "ghc90" @@ -12,6 +13,7 @@ "ghc94" "ghc96" "ghc98" + "ghc910" ]; defaultCompiler = "ghc96"; };