Merge pull request #16080 from mstarzyk/timezone-series

haskellPackages.timezone-series: Add support for time-1.6 - applied p…
This commit is contained in:
Peter Simons 2016-06-09 12:09:12 +02:00
commit dc6f1cf4b3

View File

@ -1040,4 +1040,9 @@ self: super: {
substituteInPlace libmpd.cabal --replace "time >=1.5 && <1.6" "time >=1.5"
'';
}));
timezone-series = appendPatch super.timezone-series (pkgs.fetchpatch {
url = "https://github.com/ryantrinkle/timezone-series/commit/f8dece8c016db6476e2bb0d4f972769a76f6ff40.patch";
sha256 = "02sgciica2pzaal7wwp36v6iybr1hjypda0zljxylnq0qs8bizhy";
});
}