3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/ReadArgs/default.nix

21 lines
622 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec, systemFilepath, text }:
2012-11-08 13:51:45 +00:00
cabal.mkDerivation (self: {
pname = "ReadArgs";
version = "1.2.2";
sha256 = "1v6yr5zzrrj31prfzxxh1n27sfnkqpkw34v3a47rcnm444ba58a7";
2012-11-08 13:51:45 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [ systemFilepath text ];
testDepends = [ hspec systemFilepath text ];
jailbreak = true;
2012-11-08 13:51:45 +00:00
meta = {
homepage = "http://github.com/rampion/ReadArgs";
description = "Simple command line argument parsing";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})