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

haskell-text: update to version 1.1.1.3

This commit is contained in:
Peter Simons 2014-09-11 18:10:04 +02:00
parent 989b6fd6e3
commit ff81f3c5c2

View file

@ -19,5 +19,6 @@ cabal.mkDerivation (self: {
description = "An efficient packed Unicode text type";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})