forked from mirrors/nixpkgs
18 lines
576 B
Nix
18 lines
576 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, QuickCheck }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "presburger";
|
|
version = "1.2";
|
|
sha256 = "1kx51ydpjg5dv762p85qh9w76qm038rw9pgfnd0az1vms97r1kpm";
|
|
testDepends = [ QuickCheck ];
|
|
meta = {
|
|
homepage = "http://github.com/yav/presburger";
|
|
description = "A decision procedure for quantifier-free linear arithmetic";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
|
|
};
|
|
})
|