1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/tools/haskell/DrIFT/default.nix

19 lines
547 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-17 11:25:23 +01:00
{ cabal, filepath, random }:
cabal.mkDerivation (self: {
pname = "DrIFT";
version = "2.4.2";
sha256 = "1w0wfmrjifidl2qz998ig07afd4p6yp890lwl8as57bay490nakl";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath random ];
meta = {
homepage = "http://repetae.net/computer/haskell/DrIFT/";
description = "Program to derive type class instances";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})