about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-04-22 21:59:39 +0200
committerGitHub <noreply@github.com>2023-04-22 21:59:39 +0200
commit1c5ea44629ca2def8edec0adb927384e527e164c (patch)
treede0336ee69681bb8691dcc7094ac467df1c417b1 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent8be3ec7a9f95582e73268c39aa71af34453c3732 (diff)
parent47fc92421bcfb4c498e2a4b22b3c950d02dc7c70 (diff)
downloadnixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar.gz
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar.bz2
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar.lz
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar.xz
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.tar.zst
nixlib-1c5ea44629ca2def8edec0adb927384e527e164c.zip
Merge pull request #227648 from TristanCacqueray/ghc96-http-api-data
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 2ba8f2e0ae86..1360918e3f53 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;