summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hweblib/default.nix
blob: 1d7d17085dc343128596297c14da5a2ebe6b007f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec, HUnit, mtl, text, transformers }:

cabal.mkDerivation (self: {
  pname = "hweblib";
  version = "0.6.3";
  sha256 = "03dmx5irlsyb3b9zg2r6nz947sslizkn0nlk65ldb5n4m8my33hy";
  buildDepends = [ attoparsec mtl text transformers ];
  testDepends = [ attoparsec HUnit mtl transformers ];
  meta = {
    homepage = "http://github.com/aycanirican/hweblib";
    description = "Haskell Web Library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})