1
0
Fork 0

Bumping versions

This commit is contained in:
Malte Brandy 2020-08-15 00:18:57 +02:00
parent 8d95e96a15
commit 3645826294
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -2,6 +2,12 @@ self: super:
let
master = import super.sources.nixpkgs-master { };
inherit (master.haskell.lib) overrideCabal unmarkBroken;
myOverrides = self: super: {
optics = super.optics_0_3;
optics-th = super.optics-th_0_3_0_1;
optics-core = super.optics-core_0_3_0_1;
optics-extra = super.optics-extra_0_3;
};
makeHaskellScriptPackages = p: {
inherit (p)
aeson shh string-interpolate relude replace-megaparsec async say