about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-10-21 12:35:29 +0200
committersternenseemann <sternenseemann@systemli.org>2023-11-06 15:26:58 +0100
commit2ec6f635344b634beb6b58137a78df83ab18f95e (patch)
tree48166f604881fd3c026114c690a73e975a19b2de /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parentfd8a8c9160438e002bf471fe2be3411559836060 (diff)
haskell.compiler.ghcHEAD: 9.7.20230527 -> 9.9.20231014
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 4588933abc13a..cab81349733e2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -1,10 +1,3 @@
-##
-## Caveat: a copy of configuration-ghc-8.6.x.nix with minor changes:
-##
-##  1. "8.7" strings
-##  2. llvm 6
-##  3. disabled library update: parallel
-##
 { pkgs, haskellLib }:
 
 with haskellLib;