2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-03-11 10:49:23 +00:00
|
|
|
{ cabal, exceptions, extensibleExceptions, filepath, ghcMtl
|
|
|
|
, ghcPaths, HUnit, mtl, random, utf8String
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2010-07-16 10:39:02 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-07-16 10:39:02 +00:00
|
|
|
pname = "hint";
|
2014-05-15 14:08:54 +00:00
|
|
|
version = "0.4.2.0";
|
|
|
|
sha256 = "08cq9zyyry7cxc30jmsdgrnvw6v2jbxnxcwcjs3bh77rds947mmd";
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2014-03-11 10:49:23 +00:00
|
|
|
exceptions extensibleExceptions filepath ghcMtl ghcPaths mtl random
|
|
|
|
utf8String
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
exceptions extensibleExceptions filepath HUnit mtl
|
2010-07-16 10:39:02 +00:00
|
|
|
];
|
|
|
|
meta = {
|
2014-03-11 10:49:23 +00:00
|
|
|
homepage = "http://hub.darcs.net/jcpetruzza/hint";
|
2011-08-07 22:01:49 +00:00
|
|
|
description = "Runtime Haskell interpreter (GHC API wrapper)";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-07-16 10:39:02 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|