2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-12-12 00:50:37 -08:00
|
|
|
{ cabal, QuickCheck }:
|
2014-04-24 21:15:50 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "presburger";
|
2014-12-12 00:50:37 -08:00
|
|
|
version = "1.2";
|
|
|
|
sha256 = "1kx51ydpjg5dv762p85qh9w76qm038rw9pgfnd0az1vms97r1kpm";
|
|
|
|
testDepends = [ QuickCheck ];
|
2014-04-24 21:15:50 -07:00
|
|
|
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;
|
2014-08-09 04:48:22 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
|
2014-04-24 21:15:50 -07:00
|
|
|
};
|
|
|
|
})
|