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!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "exception-transformers";
|
pname = "exception-transformers";
|
||||||
version = "0.3.0.3";
|
version = "0.3.0.4";
|
||||||
sha256 = "0z3z5pppaqqbndd4fgv1czr8f9f4a8r86bwc3bcv88yf7y8cfbwz";
|
sha256 = "1m4mwgzynymdjvrrrvl90q468pgwik07yy2lsff9spxhcd43w2ra";
|
||||||
buildDepends = [ stm transformers ];
|
buildDepends = [ stm transformers ];
|
||||||
testDepends = [ HUnit transformers ];
|
testDepends = [
|
||||||
|
HUnit testFramework testFrameworkHunit transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
homepage = "http://www.cs.drexel.edu/~mainland/";
|
||||||
description = "Type classes and monads for unchecked extensible exceptions";
|
description = "Type classes and monads for unchecked extensible exceptions";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user