mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 19:45:54 +00:00
17 lines
471 B
Nix
17 lines
471 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, newtype }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "constraints";
|
|
version = "0.4";
|
|
sha256 = "0nnplylzbcw884jgsd4i46z75dkiyx4166j5fym5zdnwhyj75sp5";
|
|
buildDepends = [ newtype ];
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/constraints/";
|
|
description = "Constraint manipulation";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|