2011-07-07 23:40:35 +02:00
|
|
|
{cabal, text}:
|
2010-07-21 11:41:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "web-routes-quasi";
|
2011-07-07 23:40:35 +02:00
|
|
|
version = "0.7.0.1";
|
|
|
|
sha256 = "1khrf5kbw285hddyyzcz2mx4qpz46mdmlm31jszag2ay64gw35gw";
|
|
|
|
propagatedBuildInputs = [text];
|
2010-07-21 11:41:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "Define data types and parse/build functions for web-routes via a quasi-quoted DSL";
|
2011-07-07 23:40:35 +02:00
|
|
|
license = "BSD3";
|
2010-07-21 11:41:12 +02:00
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|