forked from mirrors/nixpkgs
hackage-packages.nix: update to 65d3f6a305
with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e
This commit is contained in:
parent
c7893e960d
commit
4ead7bc0b7
|
@ -10641,6 +10641,7 @@ self: {
|
|||
hashtables intern stringable system-filepath text
|
||||
unordered-containers vector vector-th-unbox
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.bioinf.uni-leipzig.de/~choener/";
|
||||
description = "Alphabet and word representations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -13186,6 +13187,7 @@ self: {
|
|||
version = "0.3.0.1";
|
||||
sha256 = "0w14kra36ksa8jn72rr9b01f36gff33fi6ffrcws640v4pwisrg5";
|
||||
buildDepends = [ attoparsec base bytestring cereal text ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/bergey/STL";
|
||||
description = "STL 3D geometry format parsing and pretty-printing";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -17266,22 +17268,22 @@ self: {
|
|||
"aeson" = callPackage
|
||||
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
|
||||
, containers, deepseq, dlist, ghc-prim, hashable, HUnit, mtl
|
||||
, QuickCheck, scientific, syb, template-haskell, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, text, time
|
||||
, unordered-containers, vector
|
||||
, old-locale, QuickCheck, scientific, syb, template-haskell
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
, text, time, transformers, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson";
|
||||
version = "0.8.0.2";
|
||||
sha256 = "1mc8cwmswx69r77wv7dfim525jqajnlxbcx5xf3ygpszzf6mh1q7";
|
||||
version = "0.8.1.0";
|
||||
sha256 = "0dr0pnql4hlb6fxg9wvzg8a7ssjnzc89gpv0rxlkpaqrbb2hk32m";
|
||||
buildDepends = [
|
||||
attoparsec base blaze-builder bytestring containers deepseq dlist
|
||||
ghc-prim hashable mtl scientific syb template-haskell text time
|
||||
unordered-containers vector
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec base bytestring containers ghc-prim HUnit QuickCheck
|
||||
template-haskell test-framework test-framework-hunit
|
||||
attoparsec base bytestring containers ghc-prim HUnit old-locale
|
||||
QuickCheck template-haskell test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 text time unordered-containers vector
|
||||
];
|
||||
homepage = "https://github.com/bos/aeson";
|
||||
|
@ -17452,8 +17454,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-schema";
|
||||
version = "0.3.0.4";
|
||||
sha256 = "05iizrs50q0ndrh3p20hj1pfv45b5q678njhaxd22fcpqypvr56k";
|
||||
version = "0.3.0.5";
|
||||
sha256 = "04hnllvvgpd941bgjymd0spqv31rww1khaidbvdnrqa3i9gpmvjp";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring containers ghc-prim mtl QuickCheck
|
||||
regex-base regex-compat regex-pcre scientific syb template-haskell
|
||||
|
@ -17557,8 +17559,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-utils";
|
||||
version = "0.3";
|
||||
sha256 = "12rb5dfhcr5rahk14nxc5ac416sxpzsihyciwk551kyyvahmrp3v";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1y6nm841y3bvd7kixhwqk7h0pf7ipvfwj2hdq15ij08nlr48dzyl";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring scientific text
|
||||
];
|
||||
|
@ -19657,6 +19659,7 @@ self: {
|
|||
aeson base bytestring Cabal containers hspec http-conduit text
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/intolerable/api-builder";
|
||||
description = "Library for easily building REST API wrappers in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -21445,18 +21448,20 @@ self: {
|
|||
"attoparsec" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, deepseq
|
||||
, QuickCheck, quickcheck-unicode, scientific, test-framework
|
||||
, test-framework-quickcheck2, text, vector
|
||||
, test-framework-quickcheck2, text, transformers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "attoparsec";
|
||||
version = "0.12.1.6";
|
||||
sha256 = "1a06vhg0ykix94q7qxvmh30v017fjl9j2i1b860wjb937a6bc2yf";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "12b4xi6nlnhpwz8apn4mk880mkhcv1sfvf4j3z1h5dgkadi2zgbi";
|
||||
buildDepends = [
|
||||
array base bytestring containers deepseq scientific text
|
||||
transformers
|
||||
];
|
||||
testDepends = [
|
||||
array base bytestring deepseq QuickCheck quickcheck-unicode
|
||||
scientific test-framework test-framework-quickcheck2 text vector
|
||||
scientific test-framework test-framework-quickcheck2 text
|
||||
transformers vector
|
||||
];
|
||||
homepage = "https://github.com/bos/attoparsec";
|
||||
description = "Fast combinator parsing for bytestrings and text";
|
||||
|
@ -21518,6 +21523,7 @@ self: {
|
|||
version = "0.3.3";
|
||||
sha256 = "0z57bbw97v92dkjp57zj9nfzsdas2n1qfw472k1aa84iqb6hbw9w";
|
||||
buildDepends = [ attoparsec base bytestring enumerator text ];
|
||||
jailbreak = true;
|
||||
homepage = "https://john-millikin.com/software/attoparsec-enumerator/";
|
||||
description = "Pass input from an enumerator to an Attoparsec parser";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -21527,8 +21533,8 @@ self: {
|
|||
({ mkDerivation, attoparsec, base }:
|
||||
mkDerivation {
|
||||
pname = "attoparsec-expr";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "09305lp9q3cgvpv4d878c34dk07g7p13hc07hrp2xlwl7rc3nac3";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "0z25pc3rq98ysk92jclr90n35982a566sxri51yh1s9c24vd8k4d";
|
||||
buildDepends = [ attoparsec base ];
|
||||
description = "Port of parsec's expression parser to attoparsec";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -22040,6 +22046,7 @@ self: {
|
|||
mtl QuickCheck quickcheck-instances resourcet tagged tasty
|
||||
tasty-quickcheck text time transformers transformers-base
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/aristidb/aws";
|
||||
description = "Amazon Web Services (AWS) for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -22875,6 +22882,7 @@ self: {
|
|||
attoparsec base HUnit test-framework test-framework-hunit text
|
||||
vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/fanjam/banwords";
|
||||
description = "Generalized word blacklister";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -25313,8 +25321,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bitcoin-api";
|
||||
version = "0.11.0";
|
||||
sha256 = "1k2ca8bszj13g5lsm3rm1mrfkrh4c7knl50alpn2l9zlwsg7whqx";
|
||||
version = "0.11.1";
|
||||
sha256 = "16slfsqwmpr8c5sl2zpf763d21sqgii7jgmw0ra1nidv6zl01glb";
|
||||
buildDepends = [
|
||||
aeson base base58string binary bitcoin-block bitcoin-script
|
||||
bitcoin-tx bitcoin-types bytestring hexstring lens lens-aeson text
|
||||
|
@ -25357,8 +25365,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bitcoin-block";
|
||||
version = "0.13.0";
|
||||
sha256 = "0xiljk9dfd4g2kqphj8xf03kx8d7jd296s8i5rgflc4140npaz20";
|
||||
version = "0.13.1";
|
||||
sha256 = "0nkx86fwv65x9vz6ni6qgz61afnvcifw2g92bnwdli8hww7prxfp";
|
||||
buildDepends = [
|
||||
base binary bitcoin-tx bitcoin-types bytestring cryptohash
|
||||
hexstring largeword lens
|
||||
|
@ -25402,8 +25410,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bitcoin-script";
|
||||
version = "0.11.0";
|
||||
sha256 = "010vkqma0nx3msg4hgazi7700a64x51p8zaajayli7px6yffblw1";
|
||||
version = "0.11.1";
|
||||
sha256 = "0k3v35p6qpgh88gc5rqpcmh202xrn2rind9641dinwqqx631v31r";
|
||||
buildDepends = [ base base16-bytestring binary bytestring text ];
|
||||
testDepends = [ base bytestring hspec ];
|
||||
homepage = "http://www.leonmergen.com/opensource.html";
|
||||
|
@ -25417,8 +25425,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "bitcoin-tx";
|
||||
version = "0.13.0";
|
||||
sha256 = "13iv72l8b2scz6l8319r1yshwn7h67l3dn1z8fl181njkiz5xk0w";
|
||||
version = "0.13.1";
|
||||
sha256 = "006c55l6q6cknxw0k0kzr8vkv8azapfb4mkax6ac6rih6mjq5f1v";
|
||||
buildDepends = [
|
||||
base binary bitcoin-script bitcoin-types bytestring cryptohash
|
||||
hexstring lens
|
||||
|
@ -27196,6 +27204,7 @@ self: {
|
|||
mtl old-time process text time transformers unordered-containers
|
||||
vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/JPMoresmau/BuildWrapper";
|
||||
description = "A library and an executable that provide an easy API for a Haskell IDE";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -29568,6 +29577,7 @@ self: {
|
|||
testDepends = [
|
||||
base HTF HUnit loch-th placeholders QuickCheck text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/cases";
|
||||
description = "A converter for spinal, snake and camel cases";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -29641,6 +29651,7 @@ self: {
|
|||
test-framework-hunit test-framework-quickcheck2 text
|
||||
unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/tibbe/cassava";
|
||||
description = "A CSV parsing and encoding library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -29859,16 +29870,15 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cayley-client";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "0c2n37p8530awkpwnygrpz7zssv22ycjjml2623f61x7q8ilb8p6";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "0wzpnylzlyx0lanjqg44b134s2irb55072dz5s8ljq76acg1jmfl";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring exceptions http-client
|
||||
http-conduit lens lens-aeson mtl text transformers
|
||||
unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/MichelBoucey/cayley-client";
|
||||
description = "A Haskell client for Cayley graph database";
|
||||
description = "A Haskell client for the Cayley graph database";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
|
@ -34271,6 +34281,7 @@ self: {
|
|||
attoparsec base cmdargs process system-fileio system-filepath text
|
||||
time unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "A command line tool for resolving conflicts of file synchronizers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -37497,11 +37508,12 @@ self: {
|
|||
({ mkDerivation, array, attoparsec, base, base16-bytestring, binary
|
||||
, bytestring, cmdargs, containers, cryptohash, curl, data-ordlist
|
||||
, dataenc, directory, filepath, FindBin, ghc, hashable, haskeline
|
||||
, html, HUnit, mmap, mtl, old-time, parsec, process, QuickCheck
|
||||
, random, regex-applicative, regex-compat-tdfa, shelly, split, tar
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
, text, time, transformers, transformers-compat, unix, unix-compat
|
||||
, utf8-string, vector, zip-archive, zlib
|
||||
, html, HTTP, HUnit, mmap, mtl, network, old-locale, old-time
|
||||
, parsec, process, QuickCheck, random, regex-applicative
|
||||
, regex-compat-tdfa, shelly, split, tar, terminfo, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, text, time
|
||||
, transformers, transformers-compat, unix, unix-compat, utf8-string
|
||||
, vector, zip-archive, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "darcs";
|
||||
|
@ -37512,10 +37524,10 @@ self: {
|
|||
buildDepends = [
|
||||
array attoparsec base base16-bytestring binary bytestring
|
||||
containers cryptohash data-ordlist dataenc directory filepath
|
||||
hashable haskeline html mmap mtl old-time parsec process random
|
||||
regex-applicative regex-compat-tdfa tar text time transformers
|
||||
transformers-compat unix unix-compat utf8-string vector zip-archive
|
||||
zlib
|
||||
hashable haskeline html HTTP mmap mtl network old-locale old-time
|
||||
parsec process random regex-applicative regex-compat-tdfa tar
|
||||
terminfo text time transformers transformers-compat unix
|
||||
unix-compat utf8-string vector zip-archive zlib
|
||||
];
|
||||
testDepends = [
|
||||
array base binary bytestring cmdargs containers cryptohash dataenc
|
||||
|
@ -37526,6 +37538,7 @@ self: {
|
|||
];
|
||||
extraLibraries = [ curl ];
|
||||
configureFlags = [ "-fforce-char8-encoding" "-flibrary" ];
|
||||
jailbreak = true;
|
||||
postInstall = ''
|
||||
mkdir -p $out/etc/bash_completion.d
|
||||
mv contrib/darcs_completion $out/etc/bash_completion.d/darcs
|
||||
|
@ -44976,10 +44989,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "email-validate";
|
||||
version = "2.1.1";
|
||||
revision = "1";
|
||||
sha256 = "1wka2zd6s8zf99d33z6mzprxq3aaxmm9z9rnfjs4j83930h61qdq";
|
||||
editedCabalFile = "ec98fb65657fbd6705b80a2fbad8836246515f7ed84f3f382d88e0ee2d92645f";
|
||||
version = "2.1.2";
|
||||
sha256 = "13r67kk5rjl54mwk4shap1rf8jdp1hsd6wpg4hgkf10vzk5vara5";
|
||||
buildDepends = [ attoparsec base bytestring ghc-prim ];
|
||||
testDepends = [
|
||||
base bytestring HUnit QuickCheck test-framework
|
||||
|
@ -45152,6 +45163,7 @@ self: {
|
|||
free monad-loops mwc-random stm stm-delay text transformers
|
||||
unordered-containers vector websockets
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/ocharles/engine.io";
|
||||
description = "A Haskell implementation of Engine.IO";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -45891,6 +45903,7 @@ self: {
|
|||
aeson attoparsec attoparsec-expr base bytestring regex-compat text
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://bitbucket.org/kayo/ert";
|
||||
description = "Easy Runtime Templates";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
|
@ -51307,10 +51320,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "generic-aeson";
|
||||
version = "0.2.0.4";
|
||||
revision = "1";
|
||||
sha256 = "1h5vj66dx25iais9yia33ia95nr0ywxsbnrcm71v50jvj73ywhbx";
|
||||
editedCabalFile = "1f690c3d9f5359349399f9409ba65dc79bd5a13301cb98ad0961db1b2241c643";
|
||||
version = "0.2.0.5";
|
||||
sha256 = "109jxrny3r1wsf2kr23vvgdid4rmq5lpqjlfbk4n7yxb9bvdbhy5";
|
||||
buildDepends = [
|
||||
aeson attoparsec base generic-deriving mtl tagged text
|
||||
unordered-containers vector
|
||||
|
@ -52533,6 +52544,26 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ghcjs-websockets" = callPackage
|
||||
({ mkDerivation, base, base64-bytestring, binary, bytestring
|
||||
, ghcjs-base, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghcjs-websockets";
|
||||
version = "0.3.0.0";
|
||||
revision = "1";
|
||||
sha256 = "09ll2fyfbbflciq6mxhclgypn800qmm7l8dk9gcclphraf2x9jy3";
|
||||
editedCabalFile = "cfc25baa01cf440b2f965ca3ee738467f8138adb74f759b9a225717ed183c66a";
|
||||
buildDepends = [
|
||||
base base64-bytestring binary bytestring ghcjs-base text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/mstksg/ghcjs-websockets";
|
||||
description = "GHCJS interface for the Javascript Websocket API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
broken = true;
|
||||
}) { ghcjs-base = null;};
|
||||
|
||||
"ghclive" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
|
||||
, containers, diagrams-lib, diagrams-svg, directory, file-embed
|
||||
|
@ -53615,8 +53646,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "gloss";
|
||||
version = "1.9.3.1";
|
||||
sha256 = "01a4l164f7ffwskd626q10z9klsbn6dkh3nbik3iq68426jryvns";
|
||||
version = "1.9.4.1";
|
||||
sha256 = "1rdgcv9jmawzgvshnc6pgdl7f2p6a3f09jwjnhmkfxx3gdwr8q5i";
|
||||
buildDepends = [
|
||||
base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL
|
||||
];
|
||||
|
@ -53642,8 +53673,8 @@ self: {
|
|||
({ mkDerivation, base, containers, ghc-prim, gloss }:
|
||||
mkDerivation {
|
||||
pname = "gloss-algorithms";
|
||||
version = "1.9.3.1";
|
||||
sha256 = "1fdbjnrc1f42jxzgi362wccdx8fdhb1ws6bg3ds7cfanffkkf6an";
|
||||
version = "1.9.4.1";
|
||||
sha256 = "0j8n0769690ikrqwbqp4ba6zz2l4i6211alic3l7mqc2h6rggjs0";
|
||||
buildDepends = [ base containers ghc-prim gloss ];
|
||||
homepage = "http://gloss.ouroborus.net";
|
||||
description = "Data structures and algorithms for working with 2D graphics";
|
||||
|
@ -53683,8 +53714,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "gloss-examples";
|
||||
version = "1.9.3.1";
|
||||
sha256 = "0d9wh50n2n6ia9vds2pnd8p9wdyxl423c7s135bbjx1iwrsvyq11";
|
||||
version = "1.9.4.1";
|
||||
sha256 = "02qsxxbrg8d4338mcj3ka3l2f9qyf3r515b32dm5iingjb8dn5ly";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -53730,8 +53761,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "gloss-raster";
|
||||
version = "1.9.3.1";
|
||||
sha256 = "1siwsmx8n0yaalcbm0c2dwxfxk5im1gpddbc2nkbf9br5yvn7py5";
|
||||
version = "1.9.4.1";
|
||||
sha256 = "0q6mqgmi3gx2yx8a3rq4nzk2mz2iidnzl26b5h4zhjgmgz8jawv9";
|
||||
buildDepends = [
|
||||
base containers ghc-prim gloss gloss-rendering repa
|
||||
];
|
||||
|
@ -57420,8 +57451,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hakyll";
|
||||
version = "4.6.8.1";
|
||||
sha256 = "0f8c2b9zy55pscmkmwjb72qqsm2kmrjlwfhkl6igpj631r804iyr";
|
||||
version = "4.6.9.0";
|
||||
sha256 = "0z0gfs7czqwrkgd43pcx6rjdsgwpkhan5pmgfbkiixih993f9s2l";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -57441,7 +57472,6 @@ self: {
|
|||
system-filepath tagsoup test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 text time time-locale-compat
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -61094,6 +61124,7 @@ self: {
|
|||
old-locale postgresql-binary QuickCheck quickcheck-instances
|
||||
scientific text time vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/hasql-postgres";
|
||||
description = "A \"PostgreSQL\" backend for the \"hasql\" library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -62436,6 +62467,7 @@ self: {
|
|||
map-syntax MonadCatchIO-transformers mtl process random text time
|
||||
transformers unordered-containers vector xmlhtml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "An Haskell template system supporting both HTML5 and XML";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -64173,8 +64205,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hipbot";
|
||||
version = "0.2";
|
||||
sha256 = "1fi96mfkdn3dr1wzz4a1bab4ynlzfdm0j5626dh460m2bdb2lfw6";
|
||||
version = "0.2.1";
|
||||
sha256 = "12rixjkgxg43nwi93sr04vv8c9cw3v6rsyfpyklcpibcjg0yn6yn";
|
||||
buildDepends = [
|
||||
aeson base bifunctors blaze-builder bytestring either exceptions
|
||||
http-client http-client-tls http-types jwt lens mtl network-uri
|
||||
|
@ -67191,6 +67223,7 @@ self: {
|
|||
];
|
||||
testDepends = [ aeson attoparsec base QuickCheck text vector ];
|
||||
extraLibraries = [ ruby ];
|
||||
jailbreak = true;
|
||||
description = "Embed a Ruby intepreter in your Haskell program !";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) { inherit (pkgs) ruby;};
|
||||
|
@ -68315,8 +68348,8 @@ self: {
|
|||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
pname = "hscolour";
|
||||
version = "1.22";
|
||||
sha256 = "1iqmxvpvj3icg7mhx4450p2wqjsfx1xh3lwgrrmxvm339hksx3rw";
|
||||
version = "1.23";
|
||||
sha256 = "1c4i2zpami8g3w9949nm3f92g7xwh5c94vkx658zz7ihrjp7w5lp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base containers ];
|
||||
|
@ -70342,6 +70375,7 @@ self: {
|
|||
attoparsec base-prelude text unordered-containers
|
||||
];
|
||||
testDepends = [ base base-prelude directory doctest filepath ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/html-entities";
|
||||
description = "A codec library for HTML-escaped text and HTML-entities";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -70398,6 +70432,7 @@ self: {
|
|||
conversion-case-insensitive conversion-text text
|
||||
];
|
||||
testDepends = [ base base-prelude directory doctest filepath ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/html-tokenizer";
|
||||
description = "An \"attoparsec\"-based HTML tokenizer";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -70859,8 +70894,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "http-date";
|
||||
version = "0.0.6";
|
||||
sha256 = "0f1s4bfazckl016pi2nzrmmiv0f6pnr9mgvsdj33ysvknp0md3c9";
|
||||
version = "0.0.6.1";
|
||||
sha256 = "0dknh28kyarnzqrsc80ssalxjrq0qbv7ir49247p2grb7rh0dqgj";
|
||||
buildDepends = [ array attoparsec base bytestring ];
|
||||
testDepends = [ base bytestring doctest hspec old-locale time ];
|
||||
description = "HTTP Date parser/formatter";
|
||||
|
@ -72716,8 +72751,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ide-backend";
|
||||
version = "0.9.0.8";
|
||||
sha256 = "0jrjpx7kx5q9lixvi4c02xb5sjq7wsd4mkh07b2ak4w784gndz8q";
|
||||
version = "0.9.0.9";
|
||||
sha256 = "0zpavp3q70h8mnjz7w4shxfbh6dzdv00f9igldygzhhr9xmr192m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -72748,8 +72783,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "ide-backend-common";
|
||||
version = "0.9.1";
|
||||
sha256 = "1gix76gbc9ccx1hkddymk8hfx418kf1i7caajyzmdp6k8snvkc12";
|
||||
version = "0.9.1.1";
|
||||
sha256 = "1k3sp9byqmhk80l918jnklck635dp1cfx48akah483jkhzjph0fj";
|
||||
buildDepends = [
|
||||
aeson async attoparsec base binary bytestring bytestring-trie
|
||||
containers crypto-api data-accessor directory filepath fingertree
|
||||
|
@ -74049,6 +74084,7 @@ self: {
|
|||
base http-client HUnit mtl tasty tasty-hunit tasty-quickcheck
|
||||
tasty-th text vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/maoe/influxdb-haskell";
|
||||
description = "Haskell client library for InfluxDB";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -74673,6 +74709,7 @@ self: {
|
|||
time transformers vector zlib zlib-bindings
|
||||
];
|
||||
configureFlags = [ "-fnointeractivetests" ];
|
||||
jailbreak = true;
|
||||
description = "Simple, composable, and easy-to-use stream I/O";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -75027,6 +75064,7 @@ self: {
|
|||
free haskell-lexer lens network old-locale split stm text time tls
|
||||
transformers vty x509 x509-store x509-system x509-validation
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/glguy/irc-core";
|
||||
description = "An IRC client library and text client";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -76706,8 +76744,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "json-schema";
|
||||
version = "0.7.3.4";
|
||||
sha256 = "0p9m706hl8phl12zb9inn6hkrgzxgd3k9lg2p1kav53j5mz17w0p";
|
||||
version = "0.7.3.5";
|
||||
sha256 = "1x7bm83745nsf947kb4m3h8zh4li1548dpbcm2yz16ppg5db182h";
|
||||
buildDepends = [
|
||||
aeson base containers generic-aeson generic-deriving mtl scientific
|
||||
text time unordered-containers vector
|
||||
|
@ -76877,6 +76915,7 @@ self: {
|
|||
aeson attoparsec base bytestring conduit conduit-extra mtl text
|
||||
transformers unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "JSON-RPC 2.0 server over a Conduit.";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
}) {};
|
||||
|
@ -78015,6 +78054,7 @@ self: {
|
|||
attoparsec base-prelude either record system-fileio system-filepath
|
||||
template-haskell text transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/laika";
|
||||
description = "Minimalistic type-checked compile-time template engine";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -79075,6 +79115,7 @@ self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ attoparsec base bytestring ];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.github.com/bgamari/language-openscad";
|
||||
description = "A simple parser for OpenSCAD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -79948,8 +79989,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "lens-aeson";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "0wfbnazarwcza5dn3icsdvsmkyf9ki5lr5d5yidmgijhs63ak7ac";
|
||||
version = "1.0.0.4";
|
||||
sha256 = "0zjl645y4bwg3pvld8z4vj9rdpdy6fja2cx63d85k37zp5n98y7v";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring lens scientific text
|
||||
unordered-containers vector
|
||||
|
@ -81817,6 +81858,7 @@ self: {
|
|||
testDepends = [
|
||||
attoparsec base-prelude either hspec list-t list-t-text text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/list-t-attoparsec";
|
||||
description = "An \"attoparsec\" adapter for \"list-t\"";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -84421,6 +84463,7 @@ self: {
|
|||
template-haskell text time tls transformers transformers-base
|
||||
unordered-containers utf8-string vector wai warp x509-system
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/prowdsponsor/mangopay";
|
||||
description = "Bindings to the MangoPay API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -85514,6 +85557,7 @@ self: {
|
|||
base bytestring cereal containers QuickCheck test-framework
|
||||
test-framework-quickcheck2 test-framework-th text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/rodrigosetti/messagepack";
|
||||
description = "Serialize instance for Message Pack Object";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -87457,15 +87501,16 @@ self: {
|
|||
|
||||
"monad-unlift" = callPackage
|
||||
({ mkDerivation, base, constraints, exceptions, monad-control, mtl
|
||||
, mutable-containers, stm, transformers, transformers-base
|
||||
, mutable-containers, resourcet, stm, transformers
|
||||
, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-unlift";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0mgz9yxyvsrxp7l01frr7qdlpqg2krci472fj4id2ndnn7gk4mmf";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1x86xpgirp97rda1y22129xf3fbkyb442jndpjsb9j1k4lplh7y2";
|
||||
buildDepends = [
|
||||
base constraints exceptions monad-control mtl mutable-containers
|
||||
stm transformers transformers-base
|
||||
resourcet stm transformers transformers-base
|
||||
];
|
||||
homepage = "https://github.com/fpco/monad-unlift";
|
||||
description = "Typeclasses for representing monad transformer unlifting";
|
||||
|
@ -90723,6 +90768,7 @@ self: {
|
|||
aeson attoparsec base bytestring case-insensitive http-client
|
||||
http-client-tls http-types text time tls
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/markhibberd/network-api-support";
|
||||
description = "Toolkit for building http client libraries over Network.Http.Conduit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -90766,6 +90812,7 @@ self: {
|
|||
aeson attoparsec base bytestring cookie HTTP http-client http-types
|
||||
network QuickCheck text time unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/mndrix/network-bitcoin";
|
||||
description = "An interface to bitcoind";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -92398,6 +92445,18 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"numtype-dk" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "numtype-dk";
|
||||
version = "0.5";
|
||||
sha256 = "0gd1a5hf0bw4vc56f1n7y143bsjkdc97pysv4q1gxpwrnj1sgbxd";
|
||||
buildDepends = [ base ];
|
||||
homepage = "https://github.com/bjornbm/numtype-dk";
|
||||
description = "Type-level integers, using TypeNats, Data Kinds, and Closed Type Families";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"numtype-tf" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -92972,6 +93031,7 @@ self: {
|
|||
testDepends = [
|
||||
base postgresql-simple product-profunctors profunctors time
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
||||
description = "An SQL-generating DSL targeting PostgreSQL";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -93768,8 +93828,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "orgmode-parse";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "098zl8nyph459zyla0y2mkqiy78zp74yzadrnwa6xv07i5zs125h";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1hrbfifm9476n28l2gxyr9m00hjibnl78anc5m7inqm8wr1s3cl0";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring containers free hashable
|
||||
old-locale text thyme unordered-containers
|
||||
|
@ -93830,6 +93890,7 @@ self: {
|
|||
buildDepends = [
|
||||
attoparsec base binary bytestring data-binary-ieee754 network
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/peacememories/haskell-osc";
|
||||
description = "A library to handle messages in the OSC protocol";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -94868,15 +94929,16 @@ self: {
|
|||
"parsers" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, charset, containers
|
||||
, directory, doctest, filepath, parsec, QuickCheck
|
||||
, quickcheck-instances, text, transformers, unordered-containers
|
||||
, quickcheck-instances, scientific, text, transformers
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "parsers";
|
||||
version = "0.12.1.1";
|
||||
sha256 = "1yx75xbmg3lms0hj79r5w9fl81g5cbsm842lijhd9jnnbli2mzfw";
|
||||
version = "0.12.2.1";
|
||||
sha256 = "0wrzqx282ygc3m05nff2zkshgnx4lkws8d54qhkd9pjxja0fbjn7";
|
||||
buildDepends = [
|
||||
attoparsec base charset containers parsec text transformers
|
||||
unordered-containers
|
||||
attoparsec base charset containers parsec scientific text
|
||||
transformers unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec base bytestring containers directory doctest filepath
|
||||
|
@ -95105,8 +95167,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "path";
|
||||
version = "0.0.0";
|
||||
sha256 = "1gk9z25d7swhg7zi6nxd076wcqfw2hxvq29hxqzc3drdaas2sc0b";
|
||||
version = "0.1.0";
|
||||
sha256 = "04yj79cw4l4zkfhmfjc382zjkmimhxm523fgq9ijn4dcj6v5z9yw";
|
||||
buildDepends = [ base exceptions filepath template-haskell ];
|
||||
testDepends = [ base hspec HUnit mtl ];
|
||||
description = "Path";
|
||||
|
@ -96891,6 +96953,7 @@ self: {
|
|||
aeson attoparsec base bytestring pipes pipes-attoparsec
|
||||
pipes-bytestring pipes-parse transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/k0001/pipes-aeson";
|
||||
description = "Encode and decode JSON streams using Aeson and Pipes";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -96911,6 +96974,7 @@ self: {
|
|||
attoparsec base HUnit mmorph pipes pipes-parse tasty tasty-hunit
|
||||
text transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/k0001/pipes-attoparsec";
|
||||
description = "Attoparsec and Pipes integration";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -98658,6 +98722,7 @@ self: {
|
|||
base-prelude bytestring HTF postgresql-libpq QuickCheck
|
||||
quickcheck-instances scientific text time uuid
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nikita-volkov/postgresql-binary";
|
||||
description = "Encoders and decoders for the PostgreSQL's binary format";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -100047,6 +100112,7 @@ self: {
|
|||
aeson attoparsec base bytestring filepath text unordered-containers
|
||||
vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jaspervdj/profiteur";
|
||||
description = "Treemap visualiser for GHC prof files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -100599,8 +100665,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "psqueues";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1c1m5dzglpn3la61gxd6cz1b9fdmn9fkc9y5xnl4wf12fwpsg8bf";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "1mv86li4acx7jchlbh1nfyqyy9wqf7nifzmlph06wd1kvcs0cj73";
|
||||
buildDepends = [ base deepseq ghc-prim hashable ];
|
||||
testDepends = [
|
||||
array base deepseq ghc-prim hashable HUnit QuickCheck tagged
|
||||
|
@ -107964,6 +108030,7 @@ self: {
|
|||
resourcet tar text transformers unix unordered-containers
|
||||
utf8-string vector zlib
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/JPMoresmau/scion-class-browser";
|
||||
description = "Command-line interface for browsing and searching packages documentation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -108556,8 +108623,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "second-transfer";
|
||||
version = "0.3.0.4";
|
||||
sha256 = "0hw3a43fz11sys8z8ngsfl7nc6prfaa4j6vzs1j8m3cni3hmrl5v";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1xmlfdvcic11pi8ik9pasljq4h61nsnxpykcw2c9i9pgkl6bkwj9";
|
||||
buildDepends = [
|
||||
base base16-bytestring binary bytestring conduit containers
|
||||
exceptions hashable hashtables hslogger http2 lens network
|
||||
|
@ -108567,7 +108634,7 @@ self: {
|
|||
buildTools = [ cpphs ];
|
||||
extraLibraries = [ openssl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/alcidesv/second-transfer";
|
||||
homepage = "https://www.httptwo.com/second-transfer/";
|
||||
description = "Second Transfer HTTP/2 web server";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -109276,7 +109343,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "servant";
|
||||
version = "0.4.0";
|
||||
revision = "1";
|
||||
sha256 = "17954b85wj965wkhzr1jd34sia32px4qhnqjl2wn4rymj9lv25f5";
|
||||
editedCabalFile = "b9f6399d21ba876a4e30cb8e48cb040a972fe82dbac93c62691dc6eae530c25b";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring bytestring-conversion
|
||||
case-insensitive http-media http-types network-uri
|
||||
|
@ -109313,7 +109382,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "servant-client";
|
||||
version = "0.4.0";
|
||||
revision = "1";
|
||||
sha256 = "0nvbhiakxfjkb9v5ijv6zapjfbppc6ygd3g8rv5i9paj59ifwxmm";
|
||||
editedCabalFile = "9a7ca5856ef66a4345f4732e7ca5680f55502b899bbe1e2f1397b0e55d33ad37";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bytestring either exceptions http-client
|
||||
http-client-tls http-media http-types network-uri safe servant
|
||||
|
@ -109474,7 +109545,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "servant-server";
|
||||
version = "0.4.0";
|
||||
revision = "1";
|
||||
sha256 = "0wr1rn1gvbph07ycx97qcm4j4jp15xnhvrk5y49bsiv6w6d9xxgx";
|
||||
editedCabalFile = "2e024f79e857aa5ad15cf171c1883b99eb45e901ec888eb68d9c6099c88bbbe8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -109488,6 +109561,7 @@ self: {
|
|||
parsec QuickCheck servant string-conversions temporary text
|
||||
transformers wai wai-extra warp
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://haskell-servant.github.io/";
|
||||
description = "A family of combinators for defining webservices APIs and serving them";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -112160,6 +112234,7 @@ self: {
|
|||
stm syb template-haskell text time transformers
|
||||
unordered-containers vector vector-algorithms xmlhtml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "Top-level package for the Snap Web Framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -112267,6 +112342,7 @@ self: {
|
|||
hashable HUnit MonadCatchIO-transformers mtl random regex-posix
|
||||
text time unix unix-compat unordered-containers vector zlib-enum
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "Snap: A Haskell Web Framework (core interfaces and types)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -112285,6 +112361,7 @@ self: {
|
|||
attoparsec base bytestring case-insensitive hashable network
|
||||
network-uri snap text transformers unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/ocharles/snap-cors";
|
||||
description = "Add CORS headers to Snap applications";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -112433,6 +112510,7 @@ self: {
|
|||
old-locale snap-core text time unix unix-compat
|
||||
];
|
||||
configureFlags = [ "-fopenssl" ];
|
||||
jailbreak = true;
|
||||
homepage = "http://snapframework.com/";
|
||||
description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -113508,6 +113586,7 @@ self: {
|
|||
aeson attoparsec base bytestring engine-io mtl stm text
|
||||
transformers unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/ocharles/engine.io";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -113584,8 +113663,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "som";
|
||||
version = "8.0.3";
|
||||
sha256 = "0pb4hdcs9pfs12nflbnvp5ja1nxbrijjjqvybzg4pn81kaps897m";
|
||||
version = "8.0.4";
|
||||
sha256 = "0jax009wbqlkkdhli5g0d01cgl7lvc8j2a86lp6p1msdk8rb6nls";
|
||||
buildDepends = [ base containers grid MonadRandom ];
|
||||
testDepends = [
|
||||
base containers grid MonadRandom QuickCheck random test-framework
|
||||
|
@ -113667,8 +113746,8 @@ self: {
|
|||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "sorted-list";
|
||||
version = "0.1.4.1";
|
||||
sha256 = "119h4dz8bkwgpl0w9x5q7q7s50jf5zsr7bikh1l446xqzyax2wi4";
|
||||
version = "0.1.4.2";
|
||||
sha256 = "1prfxpfvsx03lvk5q33azpcif2a3j80v4naw2kn48r1kb84r60m1";
|
||||
buildDepends = [ base deepseq ];
|
||||
homepage = "https://github.com/Daniel-Diaz/sorted-list/blob/master/README.md";
|
||||
description = "Type-enforced sorted lists and related functions";
|
||||
|
@ -115225,15 +115304,15 @@ self: {
|
|||
|
||||
"stackage-types" = callPackage
|
||||
({ mkDerivation, aeson, base, Cabal, containers, exceptions
|
||||
, hashable, semigroups, text, unordered-containers, vector
|
||||
, hashable, semigroups, text, time, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-types";
|
||||
version = "1.0.0";
|
||||
sha256 = "17077awl2bfrhpdlqsl4dxb7hxq4dr5hxqcviyv1cbxlk6z38a4z";
|
||||
version = "1.0.1";
|
||||
sha256 = "0dgxkpx97ndmc9m46ql5chsg42f3ibzzqj0brh89xc5dvd5gdhhd";
|
||||
buildDepends = [
|
||||
aeson base Cabal containers exceptions hashable semigroups text
|
||||
unordered-containers vector
|
||||
time unordered-containers vector
|
||||
];
|
||||
homepage = "https://github.com/fpco/stackage-types";
|
||||
description = "Shared data types between various Stackage packages";
|
||||
|
@ -115244,8 +115323,8 @@ self: {
|
|||
({ mkDerivation, base, directory, filepath, process }:
|
||||
mkDerivation {
|
||||
pname = "stackage-update";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1w5d3kgpr6cyy9wzifhgh54x3sbx8k1sy7l7yzrjjiypy4ij29gb";
|
||||
version = "0.1.1.3";
|
||||
sha256 = "01f9809scpkix54w0yfw4yjf1aak4y612bq7mjn1j573s10xa2iy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base directory filepath process ];
|
||||
|
@ -117370,6 +117449,7 @@ self: {
|
|||
version = "0.1.2";
|
||||
sha256 = "1p2rnx045zw9qqd88m5ldx5p3xmbsi6rkdh1bfk6ab1a0krjiifa";
|
||||
buildDepends = [ attoparsec base bytestring containers ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/bgamari/svm-light-utils";
|
||||
description = "Parsers and formatters for the SVMlight input file format";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -120712,6 +120792,7 @@ self: {
|
|||
sha256 = "1xnpfj1890l2zqqhr6b95qpqacpssi8qzgqgnpdxml8wfzan8xwl";
|
||||
buildDepends = [ attoparsec base text text-icu ];
|
||||
testDepends = [ base hspec QuickCheck smallcheck text text-icu ];
|
||||
jailbreak = true;
|
||||
description = "Easy replacement when using text-icu regexes";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
@ -122579,8 +122660,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "tn";
|
||||
version = "1.0.2";
|
||||
sha256 = "0rk7zqzwxc1sjar0n3k919snjpxw7an9vgxjh6b407mkzvz62n94";
|
||||
version = "1.0.2.1";
|
||||
sha256 = "07jhbg8b33h9b0x94di5x8dskm4mq6r7mkjcx6zzcvr26ymmyrmy";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -122797,6 +122878,7 @@ self: {
|
|||
buildDepends = [
|
||||
attoparsec base bytestring containers old-locale time
|
||||
];
|
||||
jailbreak = true;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
@ -127370,6 +127452,7 @@ self: {
|
|||
testDepends = [
|
||||
attoparsec base directory filepath process QuickCheck text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/hamishmack/vado";
|
||||
description = "Runs commands on remote machines using ssh";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -130236,6 +130319,7 @@ self: {
|
|||
http-media http-types lens mtl tasty tasty-hunit tasty-quickcheck
|
||||
unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/webcrank/webcrank.hs";
|
||||
description = "Webmachine inspired toolkit for building http applications and services";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -130297,6 +130381,7 @@ self: {
|
|||
transformers-base unordered-containers vector zip-archive
|
||||
];
|
||||
testDepends = [ base parallel text ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/kallisti-dev/hs-webdriver";
|
||||
description = "a Haskell client for the Selenium WebDriver protocol";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -130513,8 +130598,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "websockets";
|
||||
version = "0.9.3.1";
|
||||
sha256 = "0yqq2jj22a17n0cqcd54f0a7vjwwak2zr3wybbh1iq6gz0p5qf76";
|
||||
version = "0.9.4.0";
|
||||
sha256 = "0wpiy5i5vs2506s8xy24rxs9szpzga73xdhf1kfmdhl3gka0q7g0";
|
||||
buildDepends = [
|
||||
attoparsec base base64-bytestring binary blaze-builder bytestring
|
||||
case-insensitive containers entropy mtl network random SHA text
|
||||
|
|
Loading…
Reference in a new issue