1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-time: update to version 1.4.2

This commit is contained in:
Peter Simons 2014-09-11 18:10:06 +02:00
parent ff81f3c5c2
commit 0215ee15c3

View file

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
description = "A time library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})