mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 07:04:28 +00:00
18 lines
558 B
Nix
18 lines
558 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "fgl";
|
|
version = "5.4.2.2";
|
|
sha256 = "8232c337f0792854bf2a12a5fd1bc46726fff05d2f599053286ff873364cd7d2";
|
|
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;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|