summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-pagination/default.nix
blob: 38b89445cb713392a34c5bce1034d1810628d5a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, esqueleto, hspec, monadLogger, persistent
, persistentSqlite, resourcePool, resourcet, shakespeare
, utf8String, waiTest, yesod, yesodTest
}:

cabal.mkDerivation (self: {
  pname = "yesod-pagination";
  version = "2.0.0";
  sha256 = "0d42b8y7zpl624d7wa2caarni9g10hg14xsbamlkykki3bl197m1";
  buildDepends = [ esqueleto yesod ];
  testDepends = [
    hspec monadLogger persistent persistentSqlite resourcePool
    resourcet shakespeare utf8String waiTest yesod yesodTest
  ];
  doCheck = false;
  meta = {
    homepage = "https://github.com/joelteon/yesod-pagination";
    description = "Pagination in Yesod";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})