summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/presburger/default.nix
blob: fed380b9bd0c6e8e53e1279f58548dba2b3226d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "presburger";
  version = "1.1";
  sha256 = "0pb0rabhhzrrrsr8260lgjpp168pm8ldqwfqbc2i1wy95n7wxk7c";
  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 ];
  };
})