Skip to content

Commit

Permalink
Switch Project Manager generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Feb 7, 2024
1 parent 35de156 commit 9d5b68b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
26 changes: 26 additions & 0 deletions .cache/vale/config/vocabularies/categorifier/accept.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .config/project/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
project = {
name = "categorifier";
summary = "Defining novel interpretations of Haskell programs";

packages = [pkgs.cabal-install];
};

imports = [
Expand Down
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@
self.lib.testedGhcVersions
cabalPackages
(hpkgs:
[
self.projectConfigurations.${system}.packages.path
pkgs.cabal-install
]
[self.projectConfigurations.${system}.packages.path]
## NB: Haskell Language Server no longer supports GHC <9.
++ nixpkgs.lib.optional
(nixpkgs.lib.versionAtLeast hpkgs.ghc.version "9")
Expand Down
2 changes: 1 addition & 1 deletion garnix.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d5b68b

Please sign in to comment.