forked from mirrors/nixpkgs
23 lines
724 B
Nix
23 lines
724 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefault, doctest, filepath, ghcPaths, haskellGenerate
|
|
, haskellSrcExts, HUnit, tasty, tastyHunit, tastyTh, time, void
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "dynamic-cabal";
|
|
version = "0.3.2";
|
|
sha256 = "0f0g4kml17j1j101gnpjjpdmny4m2wgr0dbjq18fw1s3nxc3jagm";
|
|
buildDepends = [
|
|
dataDefault filepath ghcPaths haskellGenerate haskellSrcExts time
|
|
void
|
|
];
|
|
testDepends = [ doctest filepath HUnit tasty tastyHunit tastyTh ];
|
|
meta = {
|
|
homepage = "http://github.com/bennofs/dynamic-cabal/";
|
|
description = "dynamic-cabal";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|