23 lines
842 B
Nix
23 lines
842 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, Cabal, deepseq, filepath, haskellSrcExts, hseCpp
|
|
, mtl, optparseApplicative, tagged, transformers
|
|
, transformersCompat
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "haskell-packages";
|
|
version = "0.2.4.3";
|
|
sha256 = "0s1z5zzl53nmjnrlf1czri634h8fksbgkqvvz8hpwa60wsaf4dxn";
|
|
buildDepends = [
|
|
aeson Cabal deepseq filepath haskellSrcExts hseCpp mtl
|
|
optparseApplicative tagged transformers transformersCompat
|
|
];
|
|
meta = {
|
|
homepage = "http://documentup.com/haskell-suite/haskell-packages";
|
|
description = "Haskell suite library for package management and integration with Cabal";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|