2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-29 23:32:56 -08:00
|
|
|
{ cabal, binary, mtl, RepLib, transformers }:
|
2011-09-09 13:45:04 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "unbound";
|
2014-05-09 15:18:44 -07:00
|
|
|
version = "0.4.3.1";
|
|
|
|
sha256 = "1xkp47y7yg8dl95gf4w3iwddc3yivrhcxj184cfhrx6a9rbsflpz";
|
2014-01-29 23:32:56 -08:00
|
|
|
buildDepends = [ binary mtl RepLib transformers ];
|
2011-09-09 13:45:04 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://code.google.com/p/replib/";
|
|
|
|
description = "Generic support for programming with names and binders";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 15:36:36 -07:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-09-09 13:45:04 -07:00
|
|
|
};
|
|
|
|
})
|