Skip to content

Commit

Permalink
Bump base
Browse files Browse the repository at this point in the history
New versions:

* base-4.19.2.0 [old range matches]
  • Loading branch information
tek committed Feb 22, 2025
1 parent 0500a03 commit 8aee317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
12 changes: 2 additions & 10 deletions ops/managed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
};
versions = {
latest-incipit-base = {
base = "4.19.1.0";
base = "4.19.2.0";
bytestring = "0.12.2.0";
containers = "0.7";
data-default = "0.8.0.0";
stm = "2.5.3.1";
text = "2.1.2";
};
latest-incipit-core = {
base = "4.19.1.0";
base = "4.19.2.0";
polysemy = "1.9.2.0";
};
lower-incipit-base = {
Expand Down Expand Up @@ -95,10 +95,6 @@
version = "0.8.0.0";
hash = "12yv9vwmd31dd880k6lc4wvlin4s4p0n8ra9838zzcn27faqdf4a";
};
stm = {
version = "2.5.3.1";
hash = "0lcxifbwxi1fmrnpvlr1ychiy847n51xdhk9y4c9cm55w4nms6bz";
};
text = {
version = "2.1.2";
hash = "0anpr011ga34ggsa4v4xfip5mgbgwr2nfdqsdciz71scgcxbr87g";
Expand Down Expand Up @@ -137,10 +133,6 @@
version = "1.0.0.7";
hash = "0gkq0gmdqfhb7xvb52hqpp79iz9wxk4kprvqdpwlds8a2i2flqm3";
};
polysemy = {
version = "1.9.2.0";
hash = "00dq1ffsd9bld5zag4l2qssbmm4yb234cirsn5f19fmx43cdgngl";
};
};
lower-incipit-base = {
binary = {
Expand Down
50 changes: 0 additions & 50 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,6 @@ mkDerivation {
}
;
}
;
stm = {
meta = {
sha256 = "0lcxifbwxi1fmrnpvlr1ychiy847n51xdhk9y4c9cm55w4nms6bz";
ver = "2.5.3.1";
};
drv = { mkDerivation, array, base, lib }:
mkDerivation {
pname = "stm";
version = "2.5.3.1";
src = /nix/store/vnqi8vxg5qszrznyasv1acijsyj8c8zp-source;
libraryHaskellDepends = [ array base ];
homepage = "https://wiki.haskell.org/Software_transactional_memory";
description = "Software Transactional Memory";
license = lib.licenses.bsd3;
}
;
}
;
text = {
meta = {
Expand Down Expand Up @@ -306,38 +288,6 @@ mkDerivation {
}
;
}
;
polysemy = {
meta = {
sha256 = "00dq1ffsd9bld5zag4l2qssbmm4yb234cirsn5f19fmx43cdgngl";
ver = "1.9.2.0";
};
drv = { mkDerivation, async, base, Cabal, cabal-doctest, containers
, doctest, first-class-families, hspec, hspec-discover
, inspection-testing, lib, mtl, stm, syb, template-haskell
, th-abstraction, transformers, type-errors, unagi-chan
}:
mkDerivation {
pname = "polysemy";
version = "1.9.2.0";
src = /nix/store/rrd35xyn2gzkvqid5k43dsqw5z0yb21d-source;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
async base containers first-class-families mtl stm syb
template-haskell th-abstraction transformers type-errors unagi-chan
];
testHaskellDepends = [
async base containers doctest first-class-families hspec
hspec-discover inspection-testing mtl stm syb template-haskell
th-abstraction transformers type-errors unagi-chan
];
testToolDepends = [ hspec-discover ];
homepage = "https://github.com/polysemy-research/polysemy#readme";
description = "Higher-order, low-boilerplate free monads";
license = lib.licenses.bsd3;
}
;
}
;
};
lower-incipit-base = {
Expand Down

0 comments on commit 8aee317

Please sign in to comment.