summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/fgl/5.4.2.2.nix
blob: a71b83da033003a8b6067b0d419b50b43924c937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal, mtl}:

cabal.mkDerivation (self : {
  pname = "fgl";
  version = "5.4.2.2"; # Haskell Platform 2010.1.0.0
  sha256 = "8232c337f0792854bf2a12a5fd1bc46726fff05d2f599053286ff873364cd7d2";
  propagatedBuildInputs = [mtl];
  meta = {
    description = "Martin Erwig's Functional Graph Library";
  };
})