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

cabal.mkDerivation (self : {
  pname = "fclabels";
  version = "0.4.2";
  sha256 = "d1abfd94f8970e55ed839645a58697b8beeacc5e5ea4a5861001539aa8fc28d7";
  propagatedBuildInputs = [monadsFd];
  meta = {
    description = "First class accessor labels";
  };
})