haskellPackages.microlens-pro: pin at 0.2.0.3

to match microlens < 0.5 prescribed by Stackage LTS 24.
This commit is contained in:
sternenseemann
2025-09-30 15:47:53 +02:00
parent b541eaaebb
commit 5ae5c0ffbf
2 changed files with 46 additions and 0 deletions
@@ -40,6 +40,8 @@ default-package-overrides:
# liquidhaskell(-boot) support one GHC at a time, so we choose the one matching the current GHC (9.10)
- liquidhaskell == 0.9.10.*
- liquidhaskell-boot == 0.9.10.*
# Needs to match microlens == 0.4.* in Stackage LTS 24
- microlens-pro < 0.2.0.4
# keep-sorted end
# keep-sorted start skip_lines=1 case=no numeric=yes
+44
View File
@@ -446195,6 +446195,49 @@ self: {
) { };
microlens-pro = callPackage (
{
mkDerivation,
base,
containers,
microlens,
microlens-contra,
microlens-platform,
microlens-th,
mtl,
profunctors,
tagged,
template-haskell,
text,
th-abstraction,
unordered-containers,
vector,
}:
mkDerivation {
pname = "microlens-pro";
version = "0.2.0.3";
sha256 = "1mmj8y7rvfasas1kqpns8aj9mr52rgb8mm8fy5qwmv0ll8r3siik";
libraryHaskellDepends = [
base
containers
microlens
microlens-contra
microlens-platform
microlens-th
mtl
profunctors
tagged
template-haskell
text
th-abstraction
unordered-containers
vector
];
description = "Prisms and isomorphisms for microlens";
license = lib.licenses.bsd3;
}
) { };
microlens-pro_0_2_0_5 = callPackage (
{
mkDerivation,
base,
@@ -446234,6 +446277,7 @@ self: {
];
description = "Prisms and isomorphisms for microlens";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}
) { };