Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tchoutri/horizon-platform
  • raoulhc/horizon-platform
  • jonge/horizon-platform
  • package-sets/horizon-platform
Show changes
{ mkDerivation, base, containers, data-default, dlist, lib, mtl
, text, xml-conduit, xml-types
}:
mkDerivation {
pname = "xml-conduit-writer";
version = "0.1.1.5";
sha256 = "c10527f535e5d3e1fe89bb42a8ad28afb601045e45363a2caa30db398d2a42d5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers data-default dlist mtl text xml-conduit xml-types
];
testHaskellDepends = [ base text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://bitbucket.org/dpwiz/xml-conduit-writer";
description = "Warm and fuzzy creation of XML documents";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation
, attoparsec
, base
, blaze-html
, blaze-markup
, bytestring
, Cabal
, cabal-doctest
, conduit
, conduit-extra
, containers
, data-default-class
, deepseq
, doctest
, hspec
, HUnit
, lib
, resourcet
, text
, transformers
, xml-types
}:
mkDerivation {
pname = "xml-conduit";
version = "1.9.1.1";
sha256 = "bdb117606c0b56ca735564465b14b50f77f84c9e52e31d966ac8d4556d3ff0ff";
revision = "2";
editedCabalFile = "0m6sknp9xxz8a3dhvyfpyjvxp8ph511w19j4vj1qsd6hl2pazjy6";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
attoparsec
base
blaze-html
blaze-markup
bytestring
conduit
conduit-extra
containers
data-default-class
deepseq
resourcet
text
transformers
xml-types
];
testHaskellDepends = [
base
blaze-markup
bytestring
conduit
conduit-extra
containers
doctest
hspec
HUnit
resourcet
text
transformers
xml-types
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/snoyberg/xml";
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, lib, tasty, tasty-hunit, tasty-quickcheck }:
mkDerivation {
pname = "zigzag";
version = "0.1.0.0";
sha256 = "f538e7db692aa6c760f092473fa69b416207b9e58c8c640c192b98f6778eafb3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/byteverse/zigzag";
description = "Zigzag encoding of integers into unsigned integers";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file