Skip to content
Snippets Groups Projects
Commit 7a3a0d9e authored by Daniel Firth's avatar Daniel Firth
Browse files

Merge branch 'merge/lts/ghc-9.6.x/try-to-upgrade-everything' into 'lts/ghc-9.6.x'

tryToUpgradeEverything

See merge request !57
parents 54854c95 84fa2d30
Branches
1 merge request!57tryToUpgradeEverything
......@@ -86,7 +86,7 @@ let packages =
, persistent-test = H.callHackage "persistent-test" "2.13.1.3"
, polyparse = H.callHackage "polyparse" "1.13"
, polysemy = H.callHackage "polysemy" "1.9.1.3"
, polysemy-plugin = H.callHackage "polysemy-plugin" "0.4.5.1"
, polysemy-plugin = H.callHackage "polysemy-plugin" "0.4.5.2"
, port-utils = H.callHackage "port-utils" "0.2.1.0"
, postgres-options = H.callHackage "postgres-options" "0.2.1.0"
, postgresql-libpq = H.callHackage "postgresql-libpq" "0.10.0.0"
......
......@@ -308,7 +308,7 @@
}
, { mapKey = "polysemy-plugin"
, mapValue =
"9136fe91aa29d99670d544093f6da19d18ae1b6077c821a3a3bc862abb2bef4a"
"32fc364c09bd02fd007e5ce5c4d7f24a77d455432b03bcdb03f8e0d3d61e6e2a"
}
, { mapKey = "port-utils"
, mapValue =
......
......@@ -5,8 +5,8 @@
}:
mkDerivation {
pname = "polysemy-plugin";
version = "0.4.5.1";
sha256 = "d7ac12b678daff450bd8ffd5e4ac2a9872775be8b5fa325f9a7da49a127fcf18";
version = "0.4.5.2";
sha256 = "eea01757ef0527d9abd3ea0757b2fd7509c472edfea2eb4235cc3b332647d4c6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment