haskellPackages.gi-soup_2_4_28: remove at 2.4.28

This commit is contained in:
sternenseemann 2024-10-17 14:38:06 +02:00
parent 9afe73866e
commit 95bd0b4be1
2 changed files with 0 additions and 23 deletions

View File

@ -63,7 +63,6 @@ extra-packages:
- ghc-lib-parser == 9.8.* # 2024-05-19: preserve for GHC 9.8
- ghc-lib-parser-ex == 9.2.* # 2022-07-13: preserve for GHC 8.10, 9.0
- ghc-lib-parser-ex == 9.8.* # 2024-05-19: preserve for GHC 9.8
- gi-soup == 2.4.28 # 2023-04-05: the last version to support libsoup-2.4 (and thus be compatible with our other gi- packages)
- haddock == 2.23.* # required on GHC < 8.10.x
- haddock-api == 2.23.* # required on GHC < 8.10.x
- haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0

View File

@ -124256,28 +124256,6 @@ self: {
license = lib.licenses.lgpl21Only;
}) {inherit (pkgs) libsecret;};
"gi-soup_2_4_28" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
, haskell-gi-overloading, libsoup, text, transformers
}:
mkDerivation {
pname = "gi-soup";
version = "2.4.28";
sha256 = "157yvfwhyvl58va533n0hz509204aszxqspd62x92b6mlf5fxyqk";
setupHaskellDepends = [
base Cabal gi-gio gi-glib gi-gobject haskell-gi
];
libraryHaskellDepends = [
base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
haskell-gi-base haskell-gi-overloading text transformers
];
libraryPkgconfigDepends = [ libsoup ];
description = "Libsoup bindings";
license = lib.licenses.lgpl21Only;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) libsoup;};
"gi-soup" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-gio
, gi-glib, gi-gobject, haskell-gi, haskell-gi-base