elmPackages.elmi-to-json: build using aeson 1.5.6.0

elmi-to-json (and others) did not build as aeson 2.0.3.0 fails to build
with attoparsec < 0.14, presumably since
376a511e09.
This commit is contained in:
Alexander Foremny 2022-04-07 08:46:30 +02:00
parent 6c46cc64de
commit 3d88f74c9d

View File

@ -80,6 +80,9 @@ let
# We need attoparsec < 0.14 to build elm for now
attoparsec = self.attoparsec_0_13_2_5;
# aeson 2.0.3.0 does not build with attoparsec_0_13_2_5
aeson = self.aeson_1_5_6_0;
# Needed for elm-format
indents = self.callPackage ./packages/indents.nix {};
bimap = self.callPackage ./packages/bimap.nix {};