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

{ cabal, Cabal, extensibleExceptions, filepath, hint, mtl, show
, simpleReflect, utf8String
}:

cabal.mkDerivation (self: {
  pname = "mueval";
  version = "0.9.1.1";
  sha256 = "0p9qf8lb3c1y87qpl9b4n6v6bjrb9fw3yfg4p7niqdz31454d2pz";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    Cabal extensibleExceptions filepath hint mtl show simpleReflect
    utf8String
  ];
  meta = {
    homepage = "https://github.com/gwern/mueval";
    description = "Safely evaluate pure Haskell expressions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})