Added haskellPackages.hweblib 0.6.3
This commit is contained in:
parent
1704764dde
commit
ce64f0681a
15
pkgs/development/libraries/haskell/hweblib/default.nix
Normal file
15
pkgs/development/libraries/haskell/hweblib/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ 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;
|
||||
};
|
||||
})
|
@ -1208,6 +1208,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
HUnit_1_2_5_2 = callPackage ../development/libraries/haskell/HUnit/1.2.5.2.nix {};
|
||||
HUnit = self.HUnit_1_2_5_2;
|
||||
|
||||
hweblib = callPackage ../development/libraries/haskell/hweblib/default.nix {};
|
||||
|
||||
hxt = callPackage ../development/libraries/haskell/hxt {};
|
||||
|
||||
hxtCharproperties = callPackage ../development/libraries/haskell/hxt-charproperties {};
|
||||
|
Loading…
Reference in New Issue
Block a user