mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
17 lines
613 B
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 ];
|
|
};
|
|
})
|