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