mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 23:23:07 +00:00
17 lines
556 B
Nix
17 lines
556 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, directoryTree, hint, mtl, snapCore, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "snap-loader-dynamic";
|
|
version = "0.10.0.2";
|
|
sha256 = "0fnpzhwnj3dsqwx880391x9x6y0ry8f6dfrzkfs963zib9l3qvh7";
|
|
buildDepends = [ directoryTree hint mtl snapCore time ];
|
|
meta = {
|
|
homepage = "http://snapframework.com/";
|
|
description = "Snap: A Haskell Web Framework: dynamic loader";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|