18250b97ae
had added him earlier.
19 lines
593 B
Nix
19 lines
593 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, parsec, strict, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "wxdirect";
|
|
version = "0.90.1.1";
|
|
sha256 = "0ibhxl4n66w094jhca01z2vmibgz0nn7qddgxzqngvajzjvnha98";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ filepath parsec strict time ];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
|
description = "helper tool for building wxHaskell";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|