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

{ cabal, hspec, HTTP, hxt, hxtHttp, MaybeT, mtl, network
, networkUri, parsec, transformers
}:

cabal.mkDerivation (self: {
  pname = "HandsomeSoup";
  version = "0.3.5";
  sha256 = "1d1zanlr1mdxjc69xvbxg5kn5bc08gd960j6lb1x3grhcgmj9krm";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
  ];
  testDepends = [ hspec hxt ];
  jailbreak = true;
  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;
  };
})