Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ cabal, stm, transformers }:
|
||||
{ cabal, HUnit, stm, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "exception-transformers";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0z3z5pppaqqbndd4fgv1czr8f9f4a8r86bwc3bcv88yf7y8cfbwz";
|
||||
buildDepends = [ stm transformers ];
|
||||
testDepends = [ HUnit transformers ];
|
||||
meta = {
|
||||
homepage = "http://www.eecs.harvard.edu/~mainland/";
|
||||
description = "Type classes and monads for unchecked extensible exceptions";
|
||||
|
||||
Reference in New Issue
Block a user