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

{ cabal, binary, mtl, parsec }:

cabal.mkDerivation (self: {
  pname = "ivor";
  version = "0.1.14.1";
  sha256 = "0r9ykfkxpwsrhsvv691r361pf79a7y511hxy2mvd6ysz1441mych";
  buildDepends = [ binary mtl parsec ];
  meta = {
    homepage = "http://www.dcs.st-and.ac.uk/~eb/Ivor/";
    description = "Theorem proving library based on dependent type theory";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
    broken = true;
  };
})