3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.ReadArgs: jailbreak to fix build

fixes #20515
This commit is contained in:
Pascal Wittmann 2016-11-20 16:59:33 +01:00 committed by Peter Simons
parent e6a824b10f
commit 515974a66b

View file

@ -1113,4 +1113,9 @@ self: super: {
};
version = "2012-12-15";
});
# Encountered missing dependencies: hspec >=1.3 && <2.1
# https://github.com/rampion/ReadArgs/issues/8
ReadArgs = doJailbreak super.ReadArgs;
}