3
0
Fork 0
forked from mirrors/nixpkgs

Haskell - added package unification-fd

This commit is contained in:
Carlo Nucera 2014-11-05 22:52:47 +01:00
parent 4f220bd0c3
commit 9f338061af
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,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;
};
})

View file

@ -2749,6 +2749,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
unboundedDelays = callPackage ../development/libraries/haskell/unbounded-delays {};
unificationFd = callPackage ../development/libraries/haskell/unification-fd {};
unionFind = callPackage ../development/libraries/haskell/union-find {};
uniplate = callPackage ../development/libraries/haskell/uniplate {};