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

{ cabal, ansiWlPprint, transformers, transformersCompat }:

cabal.mkDerivation (self: {
  pname = "optparse-applicative";
  version = "0.11.0.1";
  sha256 = "0jdzajj9w0dghv751m59l3imzm2x9lx9cqb6094mncnx8k6cf6f9";
  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;
  };
})