nixpkgs/pkgs/development/libraries/haskell/fgl/5.5.0.0.nix

18 lines
541 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-03 10:48:47 +01:00
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "fgl";
version = "5.5.0.0";
sha256 = "1kdqxbpsaka97rx0c7czlc1nfi72mdxs46gnqa8p0wxn1vx437g3";
buildDepends = [ mtl ];
meta = {
homepage = "http://web.engr.oregonstate.edu/~erwig/fgl/haskell";
description = "Martin Erwig's Functional Graph Library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
2014-05-03 10:48:47 +01:00
};
})