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

{ cabal, lenses, mtl, transformers, uuInterleaved, uuParsinglib }:

cabal.mkDerivation (self: {
  pname = "uu-options";
  version = "0.1.0.1";
  sha256 = "0dygg4w3rlnf1pnmwq7i6vzz0v90b4g18ipfc5whn1ss1bixwxk4";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    lenses mtl transformers uuInterleaved uuParsinglib
  ];
  meta = {
    homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
    description = "Parse command line options using uu-interleave and uu-parsinglib";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})