summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/unification-fd/default.nix
blob: 5489310e3320e19897b4ab1a6b599b2cb46c2141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, logict, mtl }:

cabal.mkDerivation (self: {
  pname = "unification-fd";
  version = "0.9.0";
  sha256 = "0fdnpcpcpjlxlwxpqlawwbgqhs1p9lrksy5ln5isyvr06hwqh7ki";
  buildDepends = [ logict mtl ];
  meta = {
    homepage = "http://code.haskell.org/~wren/";
    description = "Simple generic unification algorithms";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})