nixpkgs/pkgs/development/libraries/haskell/web-routes-boomerang/default.nix

17 lines
613 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, boomerang, mtl, parsec, text, webRoutes }:
cabal.mkDerivation (self: {
pname = "web-routes-boomerang";
version = "0.28.3";
sha256 = "0d3ccp4hbzjhqzqy901da8dpz23sylwg54xs5iyjhmqvw0v7ljpn";
buildDepends = [ boomerang mtl parsec text webRoutes ];
meta = {
description = "Library for maintaining correctness and composability of URLs within an application";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})