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 14:52:57 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 20:04:56 +0000
commitef8559d3f4c4f69b6196ceeffb853a9dde82c9de (patch)
treed667d2c2af1ea79ec686d37f8c38e736b2ddf981 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parenta092e62ce88735b470341e048f287914160039d4 (diff)
downloadnixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar.gz
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar.bz2
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar.lz
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar.xz
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.tar.zst
nixlib-ef8559d3f4c4f69b6196ceeffb853a9dde82c9de.zip
haskell.packages.ghc96.cborg-json: 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.nix3
1 files changed, 3 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 a0777c3db3d4..3c8daef39589 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -103,6 +103,9 @@ self: super: {
 
   # Forbids base >= 4.18, fix proposed: https://github.com/sjakobi/newtype-generics/pull/25
   newtype-generics = assert !(self ? newtype-generics_0_6_2); doJailbreak super.newtype-generics;
+  # 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;
 
   #
   # Too strict bounds, waiting on Hackage release in nixpkgs