1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 03:48:57 +00:00
nixpkgs/pkgs/development/libraries/haskell/haskell-packages/default.nix

24 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 ];
};
})