haskell-hint: update to version 0.4.0.0
This commit is contained in:
parent
d675c97e65
commit
856ed85f3c
|
@ -1,17 +1,20 @@
|
||||||
{ cabal, extensibleExceptions, filepath, ghcMtl, ghcPaths
|
{ cabal, exceptions, extensibleExceptions, filepath, ghcMtl
|
||||||
, haskellSrc, MonadCatchIOMtl, mtl, random, utf8String
|
, ghcPaths, HUnit, mtl, random, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hint";
|
pname = "hint";
|
||||||
version = "0.3.3.7";
|
version = "0.4.0.0";
|
||||||
sha256 = "1aba9dfkxlpmvbvllw4qnlrd300vnr0ismkn3kva1pv1cay5pifk";
|
sha256 = "0xs56ws7vwdjgvg7d31iqa111342an6rxvwhh7c3h4z1bq5l1l61";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
extensibleExceptions filepath ghcMtl ghcPaths haskellSrc
|
exceptions extensibleExceptions filepath ghcMtl ghcPaths mtl random
|
||||||
MonadCatchIOMtl mtl random utf8String
|
utf8String
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
exceptions extensibleExceptions filepath HUnit mtl
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://darcsden.com/jcpetruzza/hint";
|
homepage = "http://hub.darcs.net/jcpetruzza/hint";
|
||||||
description = "Runtime Haskell interpreter (GHC API wrapper)";
|
description = "Runtime Haskell interpreter (GHC API wrapper)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in New Issue