Skip to content

Commit 7e3362e

Browse files
committed
rename configuration-ghc-xxx.nix files
1 parent 7c18f51 commit 7e3362e

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

configuration-ghc-810.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# nix version of cabal-ghc901.project
21
{ pkgs, inputs }:
32

43
let

configuration-ghc-88.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# nix version of cabal-ghc901.project
21
{ pkgs, inputs }:
32

43
let

configuration-ghc-902.nix renamed to configuration-ghc-90.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# nix version of cabal-ghc902.project
21
{ pkgs, inputs }:
32

43
let

configuration-ghc-922.nix renamed to configuration-ghc-92.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# nix version of cabal-ghc901.project
21
{ pkgs, inputs }:
32

43
let

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@
244244

245245
ghc88Config = (import ./configuration-ghc-88.nix) { inherit pkgs inputs; };
246246
ghc810Config = (import ./configuration-ghc-810.nix) { inherit pkgs inputs; };
247-
ghc902Config = (import ./configuration-ghc-902.nix) { inherit pkgs inputs; };
248-
ghc922Config = (import ./configuration-ghc-922.nix) { inherit pkgs inputs; };
247+
ghc902Config = (import ./configuration-ghc-90.nix) { inherit pkgs inputs; };
248+
ghc922Config = (import ./configuration-ghc-92.nix) { inherit pkgs inputs; };
249249

250250
# GHC versions
251251
supportedGHCs = let

0 commit comments

Comments
 (0)