nixpkgs/pkgs/development/libraries/haskell/shelly/default.nix

24 lines
811 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, async, enclosedExceptions, exceptions, liftedAsync
, liftedBase, monadControl, mtl, systemFileio, systemFilepath, text
, time, transformers, transformersBase, unixCompat
2012-06-28 11:32:20 +02:00
}:
cabal.mkDerivation (self: {
pname = "shelly";
2015-01-28 11:30:19 +01:00
version = "1.6.0";
sha256 = "0yrx7sv1s8pddpap143d3yi3ypvf84jjh16i8b3dm4kb3m4x3mdv";
2012-06-28 11:32:20 +02:00
buildDepends = [
async enclosedExceptions exceptions liftedAsync liftedBase
monadControl mtl systemFileio systemFilepath text time transformers
transformersBase unixCompat
2012-06-28 11:32:20 +02:00
];
meta = {
homepage = "https://github.com/yesodweb/Shelly.hs";
description = "shell-like (systems) programming in Haskell";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})