diff options
author | maralorn | 2024-08-13 23:11:07 +0200 |
---|---|---|
committer | GitHub | 2024-08-13 23:11:07 +0200 |
commit | 3ab969742242d077af80fecbebbce38bdf8ea6f0 (patch) | |
tree | ffe2db2e3b766afb4239b7bfb4e2d856daf20e1f | |
parent | 8614bc2618cbe97e0113677fe85b16ab54b5c013 (diff) | |
parent | c20da5db54d25bbdfc2ab49471d9c91e24fbc082 (diff) |
Merge pull request #332123 from ymeister/haskell-updates@os-string
haskellPackages.os-string: mark os-string as GHC-9.10 Core library
-rw-r--r-- | pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index 170187a03cd7..98a8cb4d49b8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -36,6 +36,7 @@ self: super: { hpc = null; integer-gmp = null; mtl = null; + os-string = null; parsec = null; pretty = null; process = null; |