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

{ cabal, base64Bytestring, conduit, conduitExtra, hspec, mtl
, QuickCheck, resourcet, systemFileio, systemFilepath, text
, transformers
}:

cabal.mkDerivation (self: {
  pname = "project-template";
  version = "0.1.4.1";
  sha256 = "1vsx8a4kzdcwbdy47hb2wz32najsa6bqq6jkyal9nbc5ydwb65lb";
  buildDepends = [
    base64Bytestring conduit conduitExtra mtl resourcet systemFileio
    systemFilepath text transformers
  ];
  testDepends = [
    base64Bytestring conduit hspec QuickCheck resourcet systemFilepath
    text transformers
  ];
  meta = {
    homepage = "https://github.com/fpco/haskell-ide";
    description = "Specify Haskell project templates and generate files";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})