summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/web-routes-boomerang/default.nix
blob: bed9467a9d25153689ed8837e49e9e163893ffe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.2";
  sha256 = "17237xq8nvy0c1mxzf7pad5kw0mrgbzazy0rflp382ig9q6ipd05";
  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 ];
  };
})