summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/optparse-applicative/0.10.0.nix
blob: ea2dc95e364bbeff7a0475dc51a34b833031171a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, ansiWlPprint, transformers, transformersCompat }:

cabal.mkDerivation (self: {
  pname = "optparse-applicative";
  version = "0.10.0";
  sha256 = "04hr6rzgc8h0c8fy748as3q7sc8vm94gvk0rw4gdj605z8hvaxcb";
  buildDepends = [ ansiWlPprint transformers transformersCompat ];
  jailbreak = true;
  meta = {
    homepage = "https://github.com/pcapriotti/optparse-applicative";
    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;
  };
})