summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hint/default.nix
blob: ce0eec94488efef7fb22ee0ee8a6e486aca1be2b (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, exceptions, extensibleExceptions, filepath, ghcMtl
, ghcPaths, HUnit, mtl, random, utf8String
}:

cabal.mkDerivation (self: {
  pname = "hint";
  version = "0.4.2.1";
  sha256 = "0nc545y1v3s1897f3ims7m37wnn288xyz1zb9sxqs6immdxyly0g";
  buildDepends = [
    exceptions extensibleExceptions filepath ghcMtl ghcPaths mtl random
    utf8String
  ];
  testDepends = [
    exceptions extensibleExceptions filepath HUnit mtl
  ];
  meta = {
    homepage = "http://hub.darcs.net/jcpetruzza/hint";
    description = "Runtime Haskell interpreter (GHC API wrapper)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})