about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hi/default.nix
blob: ba1614931095c3dfe182b0edc8b6d9eaa2fa5aa6 (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
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;
  };
})