diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4480a07ca7f0..1b874b69c06d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -8032,6 +8032,18 @@ self: { license = stdenv.lib.licenses.publicDomain; }) { inherit (pkgs) openssl;}; + "HsOpenSSL-x509-system" = callPackage + ({ mkDerivation, base, bytestring, HsOpenSSL, unix }: + mkDerivation { + pname = "HsOpenSSL-x509-system"; + version = "0.1.0.0"; + sha256 = "0q1rmn266893m20c30c0pvwkws0j7dph0cfz2g0xr31qwhjl0i7z"; + buildDepends = [ base bytestring HsOpenSSL unix ]; + homepage = "https://github.com/redneb/HsOpenSSL-x509-system"; + description = "Use the system's native CA certificate store with HsOpenSSL"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "HsParrot" = callPackage ({ mkDerivation, base, bytestring, HsSyck, pretty, pugs-DrIFT }: mkDerivation { @@ -18359,8 +18371,8 @@ self: { }: mkDerivation { pname = "angel"; - version = "0.5.0"; - sha256 = "15871cxzi6m453fndv49zljansfpaggzriq32c1kdby72ivcf968"; + version = "0.5.1"; + sha256 = "1ag5bpwfmshcwhycp12ywqvhf4d1fdfs9haawzhawnjpcm5h2hha"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -31745,8 +31757,8 @@ self: { }: mkDerivation { pname = "configuration-tools"; - version = "0.2.10"; - sha256 = "10fqxwpmi21r5imrayr7d99azm6086blxiki0pfw9vsl6hrcvbgq"; + version = "0.2.11"; + sha256 = "1vxmhjiscxx348s67lqp2w7r112mgg0n55darjjfkd45vfw8av0q"; buildDepends = [ aeson ansi-wl-pprint attoparsec base base-unicode-symbols base64-bytestring bytestring Cabal case-insensitive connection @@ -53449,8 +53461,8 @@ self: { }: mkDerivation { pname = "hakyll"; - version = "4.6.4.0"; - sha256 = "0jj1kl9qrv38aavc25cglw90dpaqjznnnvibx9xrni57cj12y95j"; + version = "4.6.5.0"; + sha256 = "04d2yrgybbkk7r9ql8w1zw45d59ng0922c0ylvbnj01az9i88kqi"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -53469,7 +53481,6 @@ self: { system-filepath tagsoup test-framework test-framework-hunit test-framework-quickcheck2 text time ]; - jailbreak = true; homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library"; license = stdenv.lib.licenses.bsd3; @@ -58713,13 +58724,13 @@ self: { }) {}; "heroku" = callPackage - ({ mkDerivation, base, hspec, network, network-uri, text }: + ({ mkDerivation, base, hspec, network-uri, text }: mkDerivation { pname = "heroku"; - version = "0.1.2.1"; - sha256 = "1j6frr1m3934401qlp2kksd3nfr83y6wq5k02dxi9gs0qr9f7p5h"; + version = "0.1.2.2"; + sha256 = "0ixsdjxp3vpgsnx2cibyk80h7yjz7cgkcd3y8ggv8789s9bc4i77"; buildDepends = [ base network-uri text ]; - testDepends = [ base hspec network text ]; + testDepends = [ base hspec network-uri text ]; homepage = "https://github.com/gregwebs/haskell-heroku"; description = "helpers for deploying to Heroku"; license = stdenv.lib.licenses.bsd3; @@ -59733,8 +59744,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "4.3.10"; - sha256 = "036fs4hrkyqrgj6vkn3g9f5vha1im5m93fslz3r1j6lw4844iy0g"; + version = "4.3.11"; + sha256 = "038x8gqa484n03q9x9n3xxl56cls31yff8546xr9vgyqmibiqxrg"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -60653,6 +60664,19 @@ self: { license = "GPL"; }) {}; + "hlwm" = callPackage + ({ mkDerivation, base, monads-tf, stm, transformers, unix, X11 }: + mkDerivation { + pname = "hlwm"; + version = "0.1.0.1"; + sha256 = "1vp21440v9gq4mvnqnsw1ha72ywgc4hmp137pkpvs5p13ixyfrgi"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base monads-tf stm transformers unix X11 ]; + description = "Bindings to the herbstluftwm window manager"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "hly" = callPackage ({ mkDerivation, base, directory, filepath, hmt, process }: mkDerivation { @@ -66316,18 +66340,19 @@ self: { "http-media" = callPackage ({ mkDerivation, base, bytestring, Cabal, cabal-test-quickcheck - , containers, QuickCheck, utf8-string + , case-insensitive, containers, QuickCheck }: mkDerivation { pname = "http-media"; - version = "0.4.0"; - sha256 = "14nvdlcail0xpzfjalk22s8wcss4xqsj1gfvpc13zvlfgyc2qyvr"; - buildDepends = [ base bytestring containers utf8-string ]; + version = "0.5.0"; + sha256 = "1g9vidz67pql2lhhfqj6mjin1ddld5c67cb48bxa3m5dcsckri5l"; + buildDepends = [ base bytestring case-insensitive containers ]; testDepends = [ - base bytestring Cabal cabal-test-quickcheck containers QuickCheck - utf8-string + base bytestring Cabal cabal-test-quickcheck case-insensitive + containers QuickCheck ]; - homepage = "http://github.com/zmthy/http-media"; + jailbreak = true; + homepage = "https://github.com/zmthy/http-media"; description = "Processing HTTP Content-Type and Accept headers"; license = stdenv.lib.licenses.mit; }) {}; @@ -67774,8 +67799,8 @@ self: { }: mkDerivation { pname = "hypher"; - version = "0.1.2"; - sha256 = "1z2a2nqmagqkffpcx3p2q1s6c0c6dvn61r1fn4wrkrg3bcs97smc"; + version = "0.1.5"; + sha256 = "0q5lpza6l4aqd85i1wxkkrdd3j9kk2k8xd0l6szpgkv87b41qfhk"; buildDepends = [ aeson base bytestring containers data-default hashable HTTP http-conduit http-types lifted-base monad-control mtl resourcet @@ -67790,7 +67815,7 @@ self: { transformers-base unordered-containers vector ]; jailbreak = true; - homepage = "https://github.com/zoetic-community/hyper.git"; + homepage = "https://github.com/zoetic-community/hypher"; description = "A Haskell neo4j client"; license = stdenv.lib.licenses.mit; }) {}; @@ -69996,6 +70021,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "irc-client" = callPackage + ({ mkDerivation, base, bytestring, conduit, data-default-class + , irc-conduit, irc-ctcp, old-locale, stm, stm-conduit, text, time + , transformers + }: + mkDerivation { + pname = "irc-client"; + version = "0.2.3.1"; + sha256 = "1i5wsqkz8b0h3vc4xjb1n7dqjhqqlka1pchhwax9w9lvnhw5wl9v"; + buildDepends = [ + base bytestring conduit data-default-class irc-conduit irc-ctcp + old-locale stm stm-conduit text time transformers + ]; + homepage = "https://github.com/barrucadu/irc-client"; + description = "An IRC client library"; + license = "unknown"; + }) {}; + "irc-conduit" = callPackage ({ mkDerivation, async, base, bytestring, conduit, conduit-extra , connection, irc, irc-ctcp, network-conduit-tls, text, time, tls @@ -77406,8 +77449,8 @@ self: { ({ mkDerivation, base, data-default, gl, linear, vector }: mkDerivation { pname = "lowgl"; - version = "0.2.0.0"; - sha256 = "16aa9ln5q2m32f1r5ywcwy533z190ijagdayvwknf0qkj32bdva3"; + version = "0.2.1.0"; + sha256 = "01h17bzcsgd5dm5c4xibkbin2nvw76x66by0zfxh45wixkz4833g"; buildDepends = [ base data-default gl linear vector ]; description = "Basic gl wrapper and reference"; license = stdenv.lib.licenses.bsd2; @@ -77616,6 +77659,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "lucid-foundation" = callPackage + ({ mkDerivation, base, hspec, lucid, QuickCheck + , quickcheck-instances, text + }: + mkDerivation { + pname = "lucid-foundation"; + version = "0.0.1"; + sha256 = "16zp9l1rbm1gaf0pz5qxyq1q78a6zbmzgjrq87aq2jpd9vwcp9vy"; + buildDepends = [ base lucid text ]; + testDepends = [ base hspec QuickCheck quickcheck-instances ]; + description = "Basic Zurb Foundation API in Lucid"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "lucid-svg" = callPackage ({ mkDerivation, base, blaze-builder, lucid, text, transformers }: mkDerivation { @@ -79079,6 +79136,7 @@ self: { sha256 = "171ncbch38nzy46lb6p9navaar1b492hgf4b9kbd3g6fsldvny64"; buildDepends = [ base bytestring prednote text ]; extraLibraries = [ pcre ]; + jailbreak = true; homepage = "http://www.github.com/massysett/matchers"; description = "Text matchers"; license = stdenv.lib.licenses.bsd3; @@ -80940,12 +80998,11 @@ self: { }: mkDerivation { pname = "monad-coroutine"; - version = "0.9"; - sha256 = "1fz3wp7v3jg79nlz1q5fldnyq6jgfsaz9q3ndd565wmxha3mjd4i"; + version = "0.9.0.1"; + sha256 = "10b98w0xr7hbnawfz93qqkbcpvklgkpljxmv9drr40bd9bv33wij"; buildDepends = [ base monad-parallel transformers transformers-compat ]; - jailbreak = true; homepage = "http://trac.haskell.org/SCC/wiki/monad-coroutine"; description = "Coroutine monad transformer for suspending and resuming monadic computations"; license = "GPL"; @@ -81228,10 +81285,9 @@ self: { }: mkDerivation { pname = "monad-parallel"; - version = "0.7.1.3"; - sha256 = "150ich9fzpmwdvvhsd7ri97nm8zsqn86gr3bh0aqb0wgrg4hbmkx"; + version = "0.7.1.4"; + sha256 = "01sadhl3kv7gsx1m90fb76n2xh7b9awjc9071gzn0ab26d67a98b"; buildDepends = [ base parallel transformers transformers-compat ]; - jailbreak = true; homepage = "http://trac.haskell.org/SCC/wiki/monad-parallel"; description = "Parallel execution of monadic computations"; license = stdenv.lib.licenses.bsd3; @@ -92020,20 +92076,20 @@ self: { "prednote" = callPackage ({ mkDerivation, base, containers, contravariant, QuickCheck - , quickpull, rainbow, split, text + , quickpull, rainbow, split, text, transformers }: mkDerivation { pname = "prednote"; - version = "0.28.0.2"; - sha256 = "19rapc6xv8d0qjdswhwvi1wawd6s30ah9y8gmzmwfhb3c3h0sqgp"; + version = "0.30.0.0"; + sha256 = "0srmjh4hzsg341bjgixz4kvhlc15bbzyx2spcd8hi25m0l0ji0m9"; isLibrary = true; isExecutable = true; buildDepends = [ - base containers contravariant rainbow split text + base containers contravariant rainbow split text transformers ]; testDepends = [ base containers contravariant QuickCheck quickpull rainbow split - text + text transformers ]; homepage = "http://www.github.com/massysett/prednote"; description = "Evaluate and display trees of predicates"; @@ -97559,14 +97615,15 @@ self: { "resourcet" = callPackage ({ mkDerivation, base, containers, exceptions, hspec, lifted-base , mmorph, monad-control, mtl, transformers, transformers-base + , transformers-compat }: mkDerivation { pname = "resourcet"; - version = "1.1.3.3"; - sha256 = "0ih5p1k0n3ylcv0yk5x7hjzbzhs67vxmng708g9vz7a24xs2m7w2"; + version = "1.1.4"; + sha256 = "026w4mjyzqlqa76krnfbp2rsha06ma41p9nfjl2ivnf4hxxdwl9y"; buildDepends = [ base containers exceptions lifted-base mmorph monad-control mtl - transformers transformers-base + transformers transformers-base transformers-compat ]; testDepends = [ base hspec lifted-base transformers ]; homepage = "http://github.com/snoyberg/conduit"; @@ -98326,10 +98383,9 @@ self: { ({ mkDerivation, base, containers, exceptions, transformers, xhb }: mkDerivation { pname = "robot"; - version = "1.3.0.1"; - sha256 = "1s6zihvgd0k9fyp15fvyd1fcm7bgsnp5k9w64w6srh5kwdmx8cvp"; + version = "1.4"; + sha256 = "1vac4ks3kdyf9wdiiw224rz2nm5859np7cqjpl5mrb2h27bycv5c"; buildDepends = [ base containers exceptions transformers xhb ]; - jailbreak = true; homepage = "https://github.com/lfairy/robot"; description = "Simulate keyboard and mouse events"; license = "unknown"; @@ -101403,8 +101459,8 @@ self: { ({ mkDerivation, base, containers, ghc, transformers }: mkDerivation { pname = "sequent-core"; - version = "0.2.0.1"; - sha256 = "13a9ss9z0af1kgmif8sr0hwarmf3wafi8sc0r5g840qgm14g3l7x"; + version = "0.3"; + sha256 = "1f5s9aikfsff46x4xf4s9vsc36yhbnbvhf7yhvnl5z9sms52yjiw"; isLibrary = true; isExecutable = true; buildDepends = [ base containers ghc transformers ]; @@ -108439,15 +108495,18 @@ self: { }) {}; "structured-haskell-mode" = callPackage - ({ mkDerivation, base, descriptive, emacs, haskell-src-exts, text + ({ mkDerivation, applicative-quoters, base, descriptive, emacs + , ghc-prim, haskell-src-exts, text }: mkDerivation { pname = "structured-haskell-mode"; - version = "1.0.17"; - sha256 = "17dscb3z4sbb4zqd4vyjhpmy5c4piqs932p8i6c0sifqrsyzvijb"; + version = "1.0.19"; + sha256 = "0pf6mhd2385k5fj5a84g1gi8jnhizm3929dadq7zvcbpkzs42pf5"; isLibrary = false; isExecutable = true; - buildDepends = [ base descriptive haskell-src-exts text ]; + buildDepends = [ + applicative-quoters base descriptive ghc-prim haskell-src-exts text + ]; buildTools = [ emacs ]; postInstall = '' emacs -L elisp --batch -f batch-byte-compile "elisp/"*.el @@ -121407,8 +121466,8 @@ self: { }: mkDerivation { pname = "wiring"; - version = "0.2.0.0"; - sha256 = "1s8gamxcq2a09y58laszbbdy2yv1dpjhy9asfianqnc683vj5n53"; + version = "0.2.0.1"; + sha256 = "1334hhsdhf2m91hwp0vmj9kfc02b77vlaq6amyqk57yh8sl7gz60"; buildDepends = [ base mtl template-haskell transformers ]; testDepends = [ base hspec mtl QuickCheck template-haskell transformers