haskell-exception-transformers: update to version 0.3.0.4
This commit is contained in:
parent
850e8ad834
commit
6a5a8f8665
|
@ -1,15 +1,19 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, HUnit, stm, transformers }:
|
||||
{ cabal, HUnit, stm, testFramework, testFrameworkHunit
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "exception-transformers";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0z3z5pppaqqbndd4fgv1czr8f9f4a8r86bwc3bcv88yf7y8cfbwz";
|
||||
version = "0.3.0.4";
|
||||
sha256 = "1m4mwgzynymdjvrrrvl90q468pgwik07yy2lsff9spxhcd43w2ra";
|
||||
buildDepends = [ stm transformers ];
|
||||
testDepends = [ HUnit transformers ];
|
||||
testDepends = [
|
||||
HUnit testFramework testFrameworkHunit transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
homepage = "http://www.cs.drexel.edu/~mainland/";
|
||||
description = "Type classes and monads for unchecked extensible exceptions";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in New Issue