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

{ cabal, mtl, unorderedContainers }:

cabal.mkDerivation (self: {
  pname = "monad-unify";
  version = "0.2.2";
  sha256 = "1icl4jaa4vc4lb75m6wv4vjvf8b2xx7aziqhsg2pshizdkfxmgwp";
  buildDepends = [ mtl unorderedContainers ];
  meta = {
    description = "Generic first-order unification";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})