haskell-exception-mtl: update to version 0.3.0.5
This commit is contained in:
parent
242da2eb6d
commit
850e8ad834
@ -4,11 +4,11 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "exception-mtl";
|
||||
version = "0.3.0.4";
|
||||
sha256 = "16airfs3z1qmx42qww22m21fryr8210m7ji5rgkl2amjvj4lllvc";
|
||||
version = "0.3.0.5";
|
||||
sha256 = "1rqrh1wbm67w9rbh1gg5zsavlsw9nfw0hnbs9q2djglh73pq3iqj";
|
||||
buildDepends = [ exceptionTransformers mtl transformers ];
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
homepage = "http://www.cs.drexel.edu/~mainland/";
|
||||
description = "Exception monad transformer instances for mtl2 classes";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user