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:22:53 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2023-04-22 16:22:53 +0000
commit47fc92421bcfb4c498e2a4b22b3c950d02dc7c70 (patch)
tree3eea3f00f5f9a5f6e4ec85bfa6b675ba5335a626 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent70ff147052f629874b7b32e9f493d891a45e2599 (diff)
downloadnixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar.gz
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar.bz2
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar.lz
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar.xz
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.tar.zst
nixlib-47fc92421bcfb4c498e2a4b22b3c950d02dc7c70.zip
haskell.packages.ghc96.http-api-data: distribute v0.5.1
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.nix2
1 files changed, 2 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 f262f324c030..103d09253b5b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -61,6 +61,8 @@ self: super: {
   inspection-testing = doDistribute self.inspection-testing_0_5_0_1; # allows base >= 4.18
   OneTuple = doDistribute (dontCheck super.OneTuple_0_4_1_1); # allows base >= 4.18
   primitive = doDistribute (dontCheck self.primitive_0_7_4_0); # allows base >= 4.18
+  http-api-data = doDistribute self.http-api-data_0_5_1; # allows base >= 4.18
+  attoparsec-iso8601 = doDistribute self.attoparsec-iso8601_1_1_0_0; # for http-api-data-0.5.1
   tagged = doDistribute self.tagged_0_8_7; # allows template-haskell-2.20
   some = doDistribute self.some_1_0_5;
   tasty-inspection-testing = doDistribute self.tasty-inspection-testing_0_2;