2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 22:09:07 +01:00
|
|
|
{ cabal, hspec, HUnit, pathPieces, text, vector }:
|
2012-02-10 12:32:48 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yesod-routes";
|
2014-07-28 12:19:06 +02:00
|
|
|
version = "1.2.0.7";
|
|
|
|
sha256 = "00i2nysbhmxnq0dvfdjx6nhxy680ya38nx8gcgm13fv2xwdd2p6j";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ pathPieces text vector ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ hspec HUnit pathPieces text ];
|
2012-02-10 12:32:48 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
|
|
|
description = "Efficient routing for Yesod";
|
2012-04-05 18:51:59 +02:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2012-02-10 12:32:48 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2012-02-10 12:32:48 +01:00
|
|
|
};
|
|
|
|
})
|