2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, binary, mtl, parsec }:
|
2009-05-13 12:02:23 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-05-13 12:02:23 -07:00
|
|
|
pname = "ivor";
|
2011-08-07 15:02:17 -07:00
|
|
|
version = "0.1.14.1";
|
|
|
|
sha256 = "0r9ykfkxpwsrhsvv691r361pf79a7y511hxy2mvd6ysz1441mych";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ binary mtl parsec ];
|
2009-05-13 12:02:23 -07:00
|
|
|
meta = {
|
2011-08-07 15:02:17 -07:00
|
|
|
homepage = "http://www.dcs.st-and.ac.uk/~eb/Ivor/";
|
2009-05-13 12:02:23 -07:00
|
|
|
description = "Theorem proving library based on dependent type theory";
|
2011-08-07 15:02:17 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-20 10:34:45 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
|
|
broken = true;
|
2009-05-13 12:02:23 -07:00
|
|
|
};
|
2010-09-29 12:24:29 -07:00
|
|
|
})
|