22 lines
701 B
Nix
22 lines
701 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, filepath, lens, servant, servantServer, stm
|
|
, transformers, warp
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "servant-jquery";
|
|
version = "0.2.1";
|
|
sha256 = "1wyfnkzb44m08icfjvdbn1m0b0a1ydsznp1czfdnmq2818rrip8v";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
aeson filepath lens servant servantServer stm transformers warp
|
|
];
|
|
meta = {
|
|
homepage = "http://haskell-servant.github.io/";
|
|
description = "Automatically derive jquery-based javascript functions to query servant webservices";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|