summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/liquid-fixpoint/default.nix
blob: 60a653ef36b50fd2b2f2a7fa6e8f440d6fd939d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, ansiTerminal, attoparsec, bifunctors, cmdargs, deepseq
, filemanip, filepath, hashable, intern, mtl, ocaml, parsec, syb
, text, textFormat, transformers, unorderedContainers
}:

cabal.mkDerivation (self: {
  pname = "liquid-fixpoint";
  version = "0.2.1.0";
  sha256 = "11l9750ldxcb5jq34dl0iggpi9dh1zwjnlzgmwg4qvsgcq8cakdf";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    ansiTerminal attoparsec bifunctors cmdargs deepseq filemanip
    filepath hashable intern mtl parsec syb text textFormat
    transformers unorderedContainers
  ];
  buildTools = [ ocaml ];
  meta = {
    homepage = "https://github.com/ucsd-progsys/liquid-fixpoint";
    description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})