mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
yesod-pagination: add Haskell package
This commit is contained in:
parent
f93ce4faf1
commit
b2a6fd6059
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
@ -2997,6 +2997,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
yesodNewsfeed = callPackage ../development/libraries/haskell/yesod-newsfeed {};
|
||||
|
||||
yesodPagination = callPackage ../development/libraries/haskell/yesod-pagination {};
|
||||
|
||||
yesodPersistent = callPackage ../development/libraries/haskell/yesod-persistent {};
|
||||
|
||||
yesodRoutes = callPackage ../development/libraries/haskell/yesod-routes {};
|
||||
|
Loading…
Reference in New Issue
Block a user