Skip to content

Commit 5456cc0

Browse files
committed
Switch Project Manager generation
1 parent 35de156 commit 5456cc0

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

.cache/vale/config/vocabularies/categorifier/accept.txt

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.config/project/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
project = {
33
name = "categorifier";
44
summary = "Defining novel interpretations of Haskell programs";
5+
6+
devPackages = [pkgs.cabal-install];
57
};
68

79
imports = [

.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@
190190
self.lib.testedGhcVersions
191191
cabalPackages
192192
(hpkgs:
193-
[
194-
self.projectConfigurations.${system}.packages.path
195-
pkgs.cabal-install
196-
]
193+
[self.projectConfigurations.${system}.packages.path]
197194
## NB: Haskell Language Server no longer supports GHC <9.
198195
++ nixpkgs.lib.optional
199196
(nixpkgs.lib.versionAtLeast hpkgs.ghc.version "9")

garnix.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)