nixpkgs/pkgs/development/libraries/haskell/constraints/default.nix

17 lines
471 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2013-03-11 12:46:26 +01:00
{ cabal, newtype }:
cabal.mkDerivation (self: {
pname = "constraints";
2014-08-14 20:53:17 +02:00
version = "0.4";
sha256 = "0nnplylzbcw884jgsd4i46z75dkiyx4166j5fym5zdnwhyj75sp5";
2013-03-11 12:46:26 +01:00
buildDepends = [ newtype ];
meta = {
homepage = "http://github.com/ekmett/constraints/";
description = "Constraint manipulation";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})