2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-03 11:48:47 +02:00
|
|
|
{ cabal, mtl }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "fgl";
|
|
|
|
version = "5.5.0.1";
|
|
|
|
sha256 = "0qw70f5hfrxmrx49wx8vk2f5cam7jbpb20mp4i0ybcwdld5ncqda";
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|