mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-HandsomeSoup: update to version 0.3.3
This commit is contained in:
parent
98bca033c9
commit
ba5db4d685
@ -1,21 +1,23 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, HTTP, hxt, hxtHttp, MaybeT, mtl, network, parsec
|
||||
, transformers
|
||||
{ cabal, hspec, HTTP, hxt, hxtHttp, MaybeT, mtl, network
|
||||
, networkUri, parsec, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "HandsomeSoup";
|
||||
version = "0.3.2";
|
||||
sha256 = "0ixqk32sfv6kj41vc6fzflv6f6jwvnkvcdf9pmgkc675218ggh53";
|
||||
version = "0.3.3";
|
||||
sha256 = "0g2b3mw0asam005kz77zm3bsrjaa7q3n6wdj3ahr7hppivsdwizk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
HTTP hxt hxtHttp MaybeT mtl network parsec transformers
|
||||
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
|
||||
];
|
||||
testDepends = [ hspec hxt ];
|
||||
meta = {
|
||||
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
||||
description = "Work with HTML more easily in HXT";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
broken = true;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user