haskell-attoparsec: update to version 0.12.1.1
This commit is contained in:
parent
2f282a4732
commit
10c7a3c6da
@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Fast combinator parsing for bytestrings and text";
|
description = "Fast combinator parsing for bytestrings and text";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user