about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 16:01:10 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 20:04:56 +0000
commite08455e3d6dce4792c5473949100411e62bfd396 (patch)
tree6c252d04d7c709fe415cdb13a03229eac93141d2 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parentef8559d3f4c4f69b6196ceeffb853a9dde82c9de (diff)
downloadnixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar.gz
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar.bz2
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar.lz
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar.xz
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.tar.zst
nixlib-e08455e3d6dce4792c5473949100411e62bfd396.zip
haskell.packages.ghc96.serialise: allow base-4.18
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 3c8daef39589..3e54915b3fb7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -106,6 +106,7 @@ self: super: {
   # Forbids base >= 4.18, fix proposed: https://github.com/well-typed/cborg/pull/312
   cborg = assert !(self ? cborg_0_2_8_0); doJailbreak super.cborg;
   cborg-json = assert !(self ? cborg_0_2_5_0); doJailbreak super.cborg-json;
+  serialise = assert !(self ? serialise_0_2_6_0); doJailbreak super.serialise;
 
   #
   # Too strict bounds, waiting on Hackage release in nixpkgs