mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-control-monad-attempt: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=31686
This commit is contained in:
parent
40a684701a
commit
5856dbaa53
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "control-monad-attempt";
|
||||
version = "0.3.0";
|
||||
sha256 = "1l0bqb5h2fs7vx2r8nd6kscyyrrqc0gshnxwdz9p6clfnknyqbqw";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "140n27vdbyjz5qycrwlrmyd7s48fxcl6msl16g7czg40k5y23j5s";
|
||||
buildDepends = [ attempt transformers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/control-monad-attempt";
|
||||
description = "Monad transformer for attempt";
|
||||
description = "Monad transformer for attempt. (deprecated)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
|
Loading…
Reference in a new issue