nixpkgs/pkgs/development/libraries/haskell/CC-delcont/default.nix

17 lines
479 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "CC-delcont";
version = "0.2";
sha256 = "0bl71vj1ypzplx92kz27hhbpnwnxkz5g2q86m4fcmjmp4fym8kc1";
buildDepends = [ mtl ];
meta = {
homepage = "http://code.haskell.org/~dolio/CC-delcont";
description = "Delimited continuations and dynamically scoped variables";
license = "unknown";
platforms = self.ghc.meta.platforms;
};
})