haskell-optparse-applicative: update to version 0.10.0

This commit is contained in:
Peter Simons 2014-10-13 12:46:19 +02:00
parent 24f716d4bd
commit 0495331698

View file

@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
description = "Utilities and combinators for parsing command line options";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})