Import the haskell cabal template creator, "hi" from Hackage

note: depends on template
This commit is contained in:
Cray Elliott 2014-07-16 01:11:33 -07:00
parent 0e3f66d051
commit 90392f6233
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, hspec, HUnit, parsec, split, template
, temporaryRc, text, time
}:
cabal.mkDerivation (self: {
pname = "hi";
version = "0.0.8.1";
sha256 = "14g1yfc6cv89whx6w0di5nayifc0xfvll9h07kkqxaajyfw6s32y";
isLibrary = true;
isExecutable = true;
buildDepends = [
filepath parsec split template temporaryRc text time
];
testDepends = [
filepath hspec HUnit parsec split template temporaryRc text time
];
meta = {
homepage = "https://github.com/fujimura/hi";
description = "Generate scaffold for cabal project";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1118,6 +1118,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
hinotify = callPackage ../development/libraries/haskell/hinotify {};
hi = callPackage ../development/libraries/haskell/hi {};
hint = callPackage ../development/libraries/haskell/hint {};
hit = callPackage ../development/libraries/haskell/hit {};