haskell-monad-control: added version 0.3.1.1
svn path=/nixpkgs/trunk/; revision=33379
This commit is contained in:
20
pkgs/development/libraries/haskell/monad-control/0.3.1.1.nix
Normal file
20
pkgs/development/libraries/haskell/monad-control/0.3.1.1.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ cabal, baseUnicodeSymbols, transformers, transformersBase }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monad-control";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "09sr9zw6xzci4r86sjpslwnd64ickcsv6qs1fr6ig4w7mwacyx4x";
|
||||
buildDepends = [
|
||||
baseUnicodeSymbols transformers transformersBase
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/monad-control";
|
||||
description = "Lift control operations, like exception catching, through monad transformers";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user