haskell-attoparsec: update to version 0.12.1.1

This commit is contained in:
Peter Simons 2014-09-10 20:39:23 +02:00
parent 2f282a4732
commit 10c7a3c6da

View File

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
description = "Fast combinator parsing for bytestrings and text";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})