haskell-optparse-applicative: update to version 0.10.0
This commit is contained in:
parent
24f716d4bd
commit
0495331698
@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Utilities and combinators for parsing command line options";
|
description = "Utilities and combinators for parsing command line options";
|
||||||
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