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