hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.8-11-g68a143c from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/ddb65ce29d524bd944fdcce7a0edbb634632b799.

+1392 -203
+1392 -203
pkgs/development/haskell-modules/hackage-packages.nix
··· 9715 9715 license = stdenv.lib.licenses.bsd3; 9716 9716 }) {}; 9717 9717 9718 + "Hoed_0_4_1" = callPackage 9719 + ({ mkDerivation, array, base, bytestring, cereal, clock, containers 9720 + , deepseq, directory, libgraph, process, QuickCheck, regex-tdfa 9721 + , semigroups, strict, template-haskell, terminal-size, uniplate 9722 + , vector 9723 + }: 9724 + mkDerivation { 9725 + pname = "Hoed"; 9726 + version = "0.4.1"; 9727 + sha256 = "14d4wypx75xmhb81f4lplvw04f5hjc97ncgzv4s07vd09bal8kq7"; 9728 + libraryHaskellDepends = [ 9729 + array base bytestring cereal clock containers deepseq directory 9730 + libgraph process QuickCheck regex-tdfa semigroups strict 9731 + template-haskell terminal-size uniplate vector 9732 + ]; 9733 + testHaskellDepends = [ base process QuickCheck ]; 9734 + homepage = "https://github.com/MaartenFaddegon/Hoed"; 9735 + description = "Lightweight algorithmic debugging"; 9736 + license = stdenv.lib.licenses.bsd3; 9737 + hydraPlatforms = stdenv.lib.platforms.none; 9738 + }) {}; 9739 + 9718 9740 "HoleyMonoid" = callPackage 9719 9741 ({ mkDerivation, base }: 9720 9742 mkDerivation { ··· 9994 10016 homepage = "https://github.com/vshabanov/HsOpenSSL"; 9995 10017 description = "Partial OpenSSL binding for Haskell"; 9996 10018 license = stdenv.lib.licenses.publicDomain; 10019 + }) {inherit (pkgs) openssl;}; 10020 + 10021 + "HsOpenSSL_0_11_4_12" = callPackage 10022 + ({ mkDerivation, base, bytestring, Cabal, integer-gmp, network 10023 + , openssl, time 10024 + }: 10025 + mkDerivation { 10026 + pname = "HsOpenSSL"; 10027 + version = "0.11.4.12"; 10028 + sha256 = "18hmbjg15rlpnqq95z2d2xskj5l0hcv5mp9hb16jb26rcdi54sim"; 10029 + setupHaskellDepends = [ base Cabal ]; 10030 + libraryHaskellDepends = [ 10031 + base bytestring integer-gmp network time 10032 + ]; 10033 + librarySystemDepends = [ openssl ]; 10034 + testHaskellDepends = [ base bytestring ]; 10035 + homepage = "https://github.com/vshabanov/HsOpenSSL"; 10036 + description = "Partial OpenSSL binding for Haskell"; 10037 + license = stdenv.lib.licenses.publicDomain; 10038 + hydraPlatforms = stdenv.lib.platforms.none; 9997 10039 }) {inherit (pkgs) openssl;}; 9998 10040 9999 10041 "HsOpenSSL-x509-system" = callPackage ··· 20783 20825 hydraPlatforms = stdenv.lib.platforms.none; 20784 20826 }) {}; 20785 20827 20828 + "acme-cuteboy" = callPackage 20829 + ({ mkDerivation, base }: 20830 + mkDerivation { 20831 + pname = "acme-cuteboy"; 20832 + version = "0.1.0.0"; 20833 + sha256 = "1x21mvm1n6cka07c3d3w8ycp84gx58af1nvpsfcaa7sccj13jvj9"; 20834 + isLibrary = true; 20835 + isExecutable = true; 20836 + libraryHaskellDepends = [ base ]; 20837 + executableHaskellDepends = [ base ]; 20838 + homepage = "https://github.com/chessai/acme-cuteboy"; 20839 + description = "Maybe gives you a cute boy"; 20840 + license = stdenv.lib.licenses.publicDomain; 20841 + }) {}; 20842 + 20786 20843 "acme-cutegirl" = callPackage 20787 20844 ({ mkDerivation, base }: 20788 20845 mkDerivation { ··· 22077 22134 ]; 22078 22135 homepage = "https://github.com/FPBrno/aeson-parsec-picky"; 22079 22136 description = "Alternative JSON parser based on Parsec and Aeson"; 22137 + license = stdenv.lib.licenses.bsd3; 22138 + }) {}; 22139 + 22140 + "aeson-picker" = callPackage 22141 + ({ mkDerivation, aeson, base, hspec, lens, lens-aeson, text }: 22142 + mkDerivation { 22143 + pname = "aeson-picker"; 22144 + version = "0.1.0.0"; 22145 + sha256 = "1976cf67y0077gd1s13vrfws5w5mcak94dc6ygnl1pir6ysanaf7"; 22146 + libraryHaskellDepends = [ aeson base lens lens-aeson text ]; 22147 + testHaskellDepends = [ base hspec text ]; 22148 + homepage = "https://github.com/ozzzzz/aeson-picker#readme"; 22080 22149 license = stdenv.lib.licenses.bsd3; 22081 22150 }) {}; 22082 22151 ··· 26396 26465 license = stdenv.lib.licenses.bsd3; 26397 26466 }) {}; 26398 26467 26399 - "ansi-terminal_0_8" = callPackage 26468 + "ansi-terminal_0_8_0_1" = callPackage 26400 26469 ({ mkDerivation, base, colour }: 26401 26470 mkDerivation { 26402 26471 pname = "ansi-terminal"; 26403 - version = "0.8"; 26404 - sha256 = "1gg2xy800vzj2xixx8ifis1z027v34xj1a3792v0y8b7kmypgwlb"; 26472 + version = "0.8.0.1"; 26473 + sha256 = "0na61wyqn686qvzy5xbi3c8i1ba5ps6qlwnkkigzhj3c2xf3bm0v"; 26405 26474 isLibrary = true; 26406 26475 isExecutable = true; 26407 26476 libraryHaskellDepends = [ base colour ]; ··· 29416 29485 hydraPlatforms = stdenv.lib.platforms.none; 29417 29486 }) {}; 29418 29487 29488 + "ats-pkg" = callPackage 29489 + ({ mkDerivation, base, bytestring, composition-prelude, dhall 29490 + , directory, filemanip, http-client, http-client-tls, lens 29491 + , optparse-applicative, parallel-io, process, shake, shake-ext, tar 29492 + , temporary, text, unix, zlib 29493 + }: 29494 + mkDerivation { 29495 + pname = "ats-pkg"; 29496 + version = "1.2.0.7"; 29497 + sha256 = "1lsyxdkb6nb10gsn2hf40kd8m5fgmggsnm0dy3sgnx2w4gywjmjz"; 29498 + isLibrary = true; 29499 + isExecutable = true; 29500 + libraryHaskellDepends = [ 29501 + base bytestring composition-prelude dhall directory filemanip 29502 + http-client http-client-tls lens optparse-applicative parallel-io 29503 + process shake shake-ext tar temporary text unix zlib 29504 + ]; 29505 + executableHaskellDepends = [ base ]; 29506 + homepage = "https://github.com/vmchale/ats-pkg#readme"; 29507 + description = "Package manager for ATS"; 29508 + license = stdenv.lib.licenses.bsd3; 29509 + }) {}; 29510 + 29419 29511 "attempt" = callPackage 29420 29512 ({ mkDerivation, base, failure }: 29421 29513 mkDerivation { ··· 32627 32719 hydraPlatforms = stdenv.lib.platforms.none; 32628 32720 }) {}; 32629 32721 32722 + "belka" = callPackage 32723 + ({ mkDerivation, aeson, aeson-value-parser, attoparsec, base 32724 + , base-prelude, base64-bytestring, bug, bytestring 32725 + , case-insensitive, hashable, http-client, http-client-tls 32726 + , http-media, http-types, iri, json-bytes-builder, mtl, potoki 32727 + , potoki-core, ptr, QuickCheck, quickcheck-instances, rerebase 32728 + , semigroups, tasty, tasty-hunit, tasty-quickcheck, text 32729 + , transformers, unordered-containers, vector 32730 + }: 32731 + mkDerivation { 32732 + pname = "belka"; 32733 + version = "0.8"; 32734 + sha256 = "1827pjvw13a2zk69rq98sddg70rp9hzjy79jkkc0xa4c6s7y5fny"; 32735 + libraryHaskellDepends = [ 32736 + aeson aeson-value-parser attoparsec base base-prelude 32737 + base64-bytestring bug bytestring case-insensitive hashable 32738 + http-client http-client-tls http-media http-types iri 32739 + json-bytes-builder mtl potoki potoki-core ptr semigroups text 32740 + transformers unordered-containers vector 32741 + ]; 32742 + testHaskellDepends = [ 32743 + bug iri potoki QuickCheck quickcheck-instances rerebase tasty 32744 + tasty-hunit tasty-quickcheck 32745 + ]; 32746 + homepage = "https://github.com/nikita-volkov/belka"; 32747 + description = "HTTP client DSL"; 32748 + license = stdenv.lib.licenses.mit; 32749 + }) {}; 32750 + 32630 32751 "bench" = callPackage 32631 32752 ({ mkDerivation, base, criterion, optparse-applicative, process 32632 32753 , silently, text, turtle ··· 32643 32764 homepage = "http://github.com/Gabriel439/bench"; 32644 32765 description = "Command-line benchmark tool"; 32645 32766 license = stdenv.lib.licenses.bsd3; 32767 + }) {}; 32768 + 32769 + "bench_1_0_8" = callPackage 32770 + ({ mkDerivation, base, criterion, optparse-applicative, process 32771 + , silently, text, turtle 32772 + }: 32773 + mkDerivation { 32774 + pname = "bench"; 32775 + version = "1.0.8"; 32776 + sha256 = "18lyjkyz1yynnln92ihn9g28w2s2xmahaqg1lr1cr2v3kpv8ilvl"; 32777 + isLibrary = false; 32778 + isExecutable = true; 32779 + executableHaskellDepends = [ 32780 + base criterion optparse-applicative process silently text turtle 32781 + ]; 32782 + homepage = "http://github.com/Gabriel439/bench"; 32783 + description = "Command-line benchmark tool"; 32784 + license = stdenv.lib.licenses.bsd3; 32785 + hydraPlatforms = stdenv.lib.platforms.none; 32646 32786 }) {}; 32647 32787 32648 32788 "benchmark-function" = callPackage ··· 35632 35772 }) {}; 35633 35773 35634 35774 "bizzlelude" = callPackage 35635 - ({ mkDerivation, base, containers, directory, text }: 35775 + ({ mkDerivation, base-noprelude, containers, directory, text }: 35636 35776 mkDerivation { 35637 35777 pname = "bizzlelude"; 35638 - version = "1.0.4"; 35639 - sha256 = "0vaw51cn9lmnd6pxb8kjf9k6lxzxwzv0nmgr7j1h8b6qbchf2i3q"; 35640 - libraryHaskellDepends = [ base containers directory text ]; 35778 + version = "1.1.0"; 35779 + sha256 = "1vpdh9fm4jrl7zkzp8wh8ng3x6glwk3h88fbjmajz6qpqw3z2w4h"; 35780 + libraryHaskellDepends = [ 35781 + base-noprelude containers directory text 35782 + ]; 35641 35783 homepage = "http://github.com/TheBizzle"; 35642 35784 description = "A lousy Prelude replacement by a lousy dude"; 35643 35785 license = stdenv.lib.licenses.bsd3; ··· 36490 36632 homepage = "https://github.com/bitemyapp/bloodhound"; 36491 36633 description = "ElasticSearch client library for Haskell"; 36492 36634 license = stdenv.lib.licenses.bsd3; 36635 + }) {}; 36636 + 36637 + "bloodhound_0_15_0_1" = callPackage 36638 + ({ mkDerivation, aeson, base, blaze-builder, bytestring, containers 36639 + , data-default-class, errors, exceptions, generics-sop, hashable 36640 + , hspec, http-client, http-types, mtl, mtl-compat, network-uri 36641 + , QuickCheck, quickcheck-properties, scientific, semigroups 36642 + , temporary, text, time, transformers, unix-compat 36643 + , unordered-containers, vector 36644 + }: 36645 + mkDerivation { 36646 + pname = "bloodhound"; 36647 + version = "0.15.0.1"; 36648 + sha256 = "0g85fp2vppx6p1zbx506jnsfcik8q7nmc98fwrhcckgvkbdpi2v8"; 36649 + libraryHaskellDepends = [ 36650 + aeson base blaze-builder bytestring containers data-default-class 36651 + exceptions hashable http-client http-types mtl mtl-compat 36652 + network-uri scientific semigroups text time transformers 36653 + unordered-containers vector 36654 + ]; 36655 + testHaskellDepends = [ 36656 + aeson base bytestring containers errors exceptions generics-sop 36657 + hspec http-client http-types mtl network-uri QuickCheck 36658 + quickcheck-properties semigroups temporary text time unix-compat 36659 + unordered-containers vector 36660 + ]; 36661 + homepage = "https://github.com/bitemyapp/bloodhound"; 36662 + description = "ElasticSearch client library for Haskell"; 36663 + license = stdenv.lib.licenses.bsd3; 36664 + hydraPlatforms = stdenv.lib.platforms.none; 36493 36665 }) {}; 36494 36666 36495 36667 "bloodhound-amazonka-auth" = callPackage ··· 37672 37844 hydraPlatforms = stdenv.lib.platforms.none; 37673 37845 }) {}; 37674 37846 37847 + "brick-skylighting" = callPackage 37848 + ({ mkDerivation, base, brick, containers, skylighting, text, vty }: 37849 + mkDerivation { 37850 + pname = "brick-skylighting"; 37851 + version = "0.1"; 37852 + sha256 = "189qpq2cg45binlb9nq43h05g97ch56855xlz2givxw8psb0kb1i"; 37853 + isLibrary = true; 37854 + isExecutable = true; 37855 + libraryHaskellDepends = [ 37856 + base brick containers skylighting text vty 37857 + ]; 37858 + executableHaskellDepends = [ base brick skylighting text vty ]; 37859 + homepage = "https://github.com/jtdaugherty/brick-skylighting/"; 37860 + description = "Show syntax-highlighted text in your Brick UI"; 37861 + license = stdenv.lib.licenses.bsd3; 37862 + }) {}; 37863 + 37675 37864 "bricks" = callPackage 37676 37865 ({ mkDerivation, base, containers, doctest, hedgehog, parsec 37677 37866 , template-haskell, text ··· 39849 40038 }) {}; 39850 40039 39851 40040 "cabal-plan" = callPackage 39852 - ({ mkDerivation, aeson, base, base-compat, base-orphans 39853 - , base16-bytestring, bytestring, containers, directory, filepath 39854 - , text, vector 40041 + ({ mkDerivation, aeson, ansi-terminal, base, base-compat 40042 + , base-orphans, base16-bytestring, bytestring, containers 40043 + , directory, filepath, mtl, optparse-applicative, parsec, text 40044 + , vector 39855 40045 }: 39856 40046 mkDerivation { 39857 40047 pname = "cabal-plan"; 39858 40048 version = "0.3.0.0"; 39859 40049 sha256 = "1axi3a60zq08d760w2x6akmszad599kij0r8zmlq8pin9mmmggls"; 40050 + configureFlags = [ "-fexe" ]; 39860 40051 isLibrary = true; 39861 40052 isExecutable = true; 39862 40053 libraryHaskellDepends = [ 39863 40054 aeson base base-compat base-orphans base16-bytestring bytestring 39864 40055 containers directory filepath text vector 40056 + ]; 40057 + executableHaskellDepends = [ 40058 + ansi-terminal base base-compat bytestring containers mtl 40059 + optparse-applicative parsec text vector 39865 40060 ]; 39866 40061 description = "Library and utiltity for processing cabal's plan.json file"; 39867 40062 license = stdenv.lib.licenses.gpl3; ··· 40218 40413 }) {}; 40219 40414 40220 40415 "cabal2spec" = callPackage 40221 - ({ mkDerivation, base, bytestring, Cabal, directory, filepath 40222 - , haskell98, old-locale, process, tar, time, unix, Unixutils, zlib 40416 + ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty 40417 + , tasty-golden, time 40223 40418 }: 40224 40419 mkDerivation { 40225 40420 pname = "cabal2spec"; 40226 - version = "1.0"; 40227 - sha256 = "08y8rwj86n7f3bqfv2ximlx8qas12zspiz6ix8gg01whsry43nsj"; 40228 - isLibrary = false; 40421 + version = "2.0.0"; 40422 + sha256 = "16xvv9qg1rxxnb9mdymx574kx6awhrn855x59ihl27bzp2q2pa53"; 40423 + isLibrary = true; 40229 40424 isExecutable = true; 40425 + libraryHaskellDepends = [ base Cabal filepath time ]; 40230 40426 executableHaskellDepends = [ 40231 - base bytestring Cabal directory filepath haskell98 old-locale 40232 - process tar time unix Unixutils zlib 40427 + base Cabal filepath optparse-applicative 40233 40428 ]; 40234 - homepage = "https://fedorahosted.org/cabal2spec/"; 40235 - description = "Generates RPM Spec files from cabal files"; 40236 - license = "GPL"; 40429 + testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; 40430 + homepage = "https://github.com/peti/cabal2spec"; 40431 + description = "Convert Cabal files into rpm spec files"; 40432 + license = stdenv.lib.licenses.gpl3; 40237 40433 hydraPlatforms = stdenv.lib.platforms.none; 40238 40434 }) {}; 40239 40435 ··· 41856 42052 41857 42053 "cassava-records" = callPackage 41858 42054 ({ mkDerivation, attoparsec, base, bytestring, cassava, containers 41859 - , foldl, HUnit, lens, pptable, QuickCheck, tasty, tasty-hunit 41860 - , tasty-quickcheck, template-haskell, text, unordered-containers 41861 - , vector 42055 + , foldl, HUnit, QuickCheck, tasty, tasty-hunit, tasty-quickcheck 42056 + , template-haskell, text, unordered-containers, vector 41862 42057 }: 41863 42058 mkDerivation { 41864 42059 pname = "cassava-records"; 41865 - version = "0.1.0.1"; 41866 - sha256 = "0j089vmjckdcvkbzr1w156kgxz9k94flja45xndsf602c7r21382"; 41867 - isLibrary = true; 41868 - isExecutable = true; 42060 + version = "0.1.0.4"; 42061 + sha256 = "13dgcqrlvcqifgisfk80f9siwzzbk96jhhbrnmrpmg95270k5y0i"; 41869 42062 libraryHaskellDepends = [ 41870 42063 attoparsec base bytestring cassava foldl template-haskell text 41871 42064 unordered-containers vector 41872 42065 ]; 41873 - executableHaskellDepends = [ 41874 - attoparsec base bytestring cassava foldl lens pptable 41875 - template-haskell text unordered-containers vector 41876 - ]; 41877 42066 testHaskellDepends = [ 41878 42067 attoparsec base bytestring cassava containers foldl HUnit 41879 42068 QuickCheck tasty tasty-hunit tasty-quickcheck template-haskell text ··· 42156 42345 pname = "cayley-client"; 42157 42346 version = "0.4.1"; 42158 42347 sha256 = "11q92jbc4sgvif6akd5vvsdj3ncx0xhwk0mimyc55m4m7srjdplq"; 42348 + libraryHaskellDepends = [ 42349 + aeson attoparsec base binary bytestring exceptions http-client 42350 + http-conduit lens lens-aeson mtl text transformers 42351 + unordered-containers vector 42352 + ]; 42353 + testHaskellDepends = [ aeson base hspec unordered-containers ]; 42354 + homepage = "https://github.com/MichelBoucey/cayley-client"; 42355 + description = "A Haskell client for the Cayley graph database"; 42356 + license = stdenv.lib.licenses.bsd3; 42357 + hydraPlatforms = stdenv.lib.platforms.none; 42358 + }) {}; 42359 + 42360 + "cayley-client_0_4_2" = callPackage 42361 + ({ mkDerivation, aeson, attoparsec, base, binary, bytestring 42362 + , exceptions, hspec, http-client, http-conduit, lens, lens-aeson 42363 + , mtl, text, transformers, unordered-containers, vector 42364 + }: 42365 + mkDerivation { 42366 + pname = "cayley-client"; 42367 + version = "0.4.2"; 42368 + sha256 = "1pzsr7jcqsi27mnxgq4y5np4ysig29cmk27iqp0m73xj5fiss6z8"; 42159 42369 libraryHaskellDepends = [ 42160 42370 aeson attoparsec base binary bytestring exceptions http-client 42161 42371 http-conduit lens lens-aeson mtl text transformers ··· 42481 42691 homepage = "https://github.com/GaloisInc/cereal"; 42482 42692 description = "A binary serialization library"; 42483 42693 license = stdenv.lib.licenses.bsd3; 42694 + }) {}; 42695 + 42696 + "cereal_0_5_5_0" = callPackage 42697 + ({ mkDerivation, array, base, bytestring, containers, ghc-prim 42698 + , QuickCheck, test-framework, test-framework-quickcheck2 42699 + }: 42700 + mkDerivation { 42701 + pname = "cereal"; 42702 + version = "0.5.5.0"; 42703 + sha256 = "08k8y6nf3n8h8gzw4a44mssy7rhgpmfj28lhczjz4vgszc7k55qb"; 42704 + libraryHaskellDepends = [ 42705 + array base bytestring containers ghc-prim 42706 + ]; 42707 + testHaskellDepends = [ 42708 + base bytestring QuickCheck test-framework 42709 + test-framework-quickcheck2 42710 + ]; 42711 + homepage = "https://github.com/GaloisInc/cereal"; 42712 + description = "A binary serialization library"; 42713 + license = stdenv.lib.licenses.bsd3; 42714 + hydraPlatforms = stdenv.lib.platforms.none; 42484 42715 }) {}; 42485 42716 42486 42717 "cereal-conduit" = callPackage ··· 43207 43438 license = stdenv.lib.licenses.mit; 43208 43439 }) {}; 43209 43440 43441 + "chatwork_0_1_3_0" = callPackage 43442 + ({ mkDerivation, aeson, aeson-casing, base, bytestring, connection 43443 + , data-default-class, hspec, http-api-data, http-client 43444 + , http-client-tls, http-types, req, servant-server, text, warp 43445 + }: 43446 + mkDerivation { 43447 + pname = "chatwork"; 43448 + version = "0.1.3.0"; 43449 + sha256 = "1b6s5f2v4qc19l2psbpwlx6nyq0285mpfl25gfv4p9xrsdmqcyr4"; 43450 + isLibrary = true; 43451 + isExecutable = true; 43452 + libraryHaskellDepends = [ 43453 + aeson aeson-casing base bytestring connection data-default-class 43454 + http-api-data http-client http-client-tls http-types req text 43455 + ]; 43456 + executableHaskellDepends = [ 43457 + aeson aeson-casing base bytestring connection data-default-class 43458 + http-api-data http-client http-client-tls http-types req text 43459 + ]; 43460 + testHaskellDepends = [ 43461 + aeson aeson-casing base bytestring connection data-default-class 43462 + hspec http-api-data http-client http-client-tls http-types req 43463 + servant-server text warp 43464 + ]; 43465 + homepage = "https://github.com/matsubara0507/chatwork#readme"; 43466 + description = "The ChatWork API in Haskell"; 43467 + license = stdenv.lib.licenses.mit; 43468 + hydraPlatforms = stdenv.lib.platforms.none; 43469 + }) {}; 43470 + 43210 43471 "cheapskate" = callPackage 43211 43472 ({ mkDerivation, base, blaze-html, bytestring, containers 43212 43473 , data-default, deepseq, mtl, syb, text, uniplate, xss-sanitize ··· 46117 46378 license = stdenv.lib.licenses.bsd3; 46118 46379 }) {}; 46119 46380 46381 + "cmdargs_0_10_20" = callPackage 46382 + ({ mkDerivation, base, filepath, process, template-haskell 46383 + , transformers 46384 + }: 46385 + mkDerivation { 46386 + pname = "cmdargs"; 46387 + version = "0.10.20"; 46388 + sha256 = "0cbkmgrcnwgigg6z88y3c09gm7g6dwm7gzbgr53h8k1xik29s9hf"; 46389 + isLibrary = true; 46390 + isExecutable = true; 46391 + libraryHaskellDepends = [ 46392 + base filepath process template-haskell transformers 46393 + ]; 46394 + executableHaskellDepends = [ 46395 + base filepath process template-haskell transformers 46396 + ]; 46397 + homepage = "https://github.com/ndmitchell/cmdargs#readme"; 46398 + description = "Command line argument processing"; 46399 + license = stdenv.lib.licenses.bsd3; 46400 + hydraPlatforms = stdenv.lib.platforms.none; 46401 + }) {}; 46402 + 46120 46403 "cmdargs-browser" = callPackage 46121 46404 ({ mkDerivation, base, bytestring, cmdargs, directory, filepath 46122 46405 , http-types, process, text, transformers, wai, wai-handler-launch ··· 47665 47948 ({ mkDerivation, base, containers, transformers, vector }: 47666 47949 mkDerivation { 47667 47950 pname = "compactable"; 47668 - version = "0.1.0.3"; 47669 - sha256 = "0zcazqwmyd458iv0j572fc8p13lbb57kdpfviqx2qlwmicb7i8z7"; 47951 + version = "0.1.0.4"; 47952 + sha256 = "1xf13k0syj8ssjgf2snddkgljwxpb4gpl0di9hsf1iy1wcx6pgh6"; 47670 47953 libraryHaskellDepends = [ base containers transformers vector ]; 47671 - description = "A generalization for containers that can be stripped of Nothings"; 47954 + description = "A typeclass for structures which can be catMaybed, filtered, and partitioned"; 47672 47955 license = stdenv.lib.licenses.bsd3; 47673 47956 hydraPlatforms = stdenv.lib.platforms.none; 47674 47957 }) {}; ··· 48082 48365 ({ mkDerivation, base }: 48083 48366 mkDerivation { 48084 48367 pname = "composition-prelude"; 48085 - version = "1.1.0.0"; 48086 - sha256 = "12wiwbpkh663xmdvw4rhf605vlghnl1gmq55zaqdpwymqzb0y5f4"; 48368 + version = "1.1.0.2"; 48369 + sha256 = "1r6i0b9kphx8pmmlkna50gdsqwsmsc538nxhax3imxydi2lhxsdd"; 48087 48370 libraryHaskellDepends = [ base ]; 48088 48371 homepage = "https://github.com/vmchale/composition-prelude#readme"; 48089 48372 description = "Higher-order function combinators"; ··· 48649 48932 license = stdenv.lib.licenses.bsd2; 48650 48933 }) {}; 48651 48934 48935 + "concurrent-output_1_10_2" = callPackage 48936 + ({ mkDerivation, ansi-terminal, async, base, directory, exceptions 48937 + , process, stm, terminal-size, text, transformers, unix 48938 + }: 48939 + mkDerivation { 48940 + pname = "concurrent-output"; 48941 + version = "1.10.2"; 48942 + sha256 = "02kfg61f7lm8796n4pdi7yvscg8n869vhl9i6rd9rpyb4l9myzd1"; 48943 + libraryHaskellDepends = [ 48944 + ansi-terminal async base directory exceptions process stm 48945 + terminal-size text transformers unix 48946 + ]; 48947 + description = "Ungarble output from several threads or commands"; 48948 + license = stdenv.lib.licenses.bsd2; 48949 + hydraPlatforms = stdenv.lib.platforms.none; 48950 + }) {}; 48951 + 48652 48952 "concurrent-rpc" = callPackage 48653 48953 ({ mkDerivation, base }: 48654 48954 mkDerivation { ··· 49399 49699 ({ mkDerivation, base, extra, hspec, lens, parsec, text }: 49400 49700 mkDerivation { 49401 49701 pname = "config-parser"; 49402 - version = "1.1.0.1"; 49403 - sha256 = "1v3lqq8bnp2s9zyfpa9jq80wwbnsx3mww82xmwc3yi4mvw7vnmc1"; 49702 + version = "1.2.0.0"; 49703 + sha256 = "1jmb8c2ksxp9gfryymg100hjfn5kfshi95a1533d6h18ypqd5zb3"; 49404 49704 libraryHaskellDepends = [ base parsec text ]; 49405 49705 testHaskellDepends = [ base extra hspec lens parsec text ]; 49406 49706 homepage = "https://github.com/protoben/config-parser"; ··· 50088 50388 hydraPlatforms = stdenv.lib.platforms.none; 50089 50389 }) {}; 50090 50390 50091 - "containers_0_5_10_2" = callPackage 50391 + "containers_0_5_11_0" = callPackage 50092 50392 ({ mkDerivation, array, base, ChasingBottoms, criterion, deepseq 50093 50393 , ghc-prim, HUnit, QuickCheck, random, test-framework 50094 50394 , test-framework-hunit, test-framework-quickcheck2, transformers 50095 50395 }: 50096 50396 mkDerivation { 50097 50397 pname = "containers"; 50098 - version = "0.5.10.2"; 50099 - sha256 = "08wc6asnyjdvabqyp15lsbccqwbjy77zjdhwrbg2q9xyj3rgwkm0"; 50398 + version = "0.5.11.0"; 50399 + sha256 = "0j29w09kvcn1c0yi4clmrdbgs2gqmpxs2m7q80ib2ix1smm25kaq"; 50100 50400 libraryHaskellDepends = [ array base deepseq ghc-prim ]; 50101 50401 testHaskellDepends = [ 50102 50402 array base ChasingBottoms deepseq ghc-prim HUnit QuickCheck ··· 50365 50665 ({ mkDerivation, base }: 50366 50666 mkDerivation { 50367 50667 pname = "control-dotdotdot"; 50368 - version = "0.1.0.0"; 50369 - sha256 = "0wacfs0s0dy2vzj8yxm3zqsjc93fm8m4iiw5x92wpiz2z2lm3k8d"; 50668 + version = "0.1.0.1"; 50669 + sha256 = "0rwi5zwvqn18g7qyp9aw51w3yzkqbff9g7rcqdk1l871fvq8qhha"; 50370 50670 libraryHaskellDepends = [ base ]; 50371 50671 homepage = "https://github.com/erisco/control-dotdotdot"; 50372 50672 description = "Haskell operator `g ... f = \x1 .. xn -> g (f x1 .. xn)`."; ··· 53691 53991 license = stdenv.lib.licenses.bsd3; 53692 53992 }) {}; 53693 53993 53994 + "cubicbezier_0_6_0_5" = callPackage 53995 + ({ mkDerivation, base, containers, fast-math, integration, matrices 53996 + , microlens, microlens-mtl, microlens-th, mtl, parsec, tasty 53997 + , tasty-hunit, vector, vector-space 53998 + }: 53999 + mkDerivation { 54000 + pname = "cubicbezier"; 54001 + version = "0.6.0.5"; 54002 + sha256 = "0n17nr20skrds3b9gzy0v86jgnqz8zbds796n9cl0z6rh9bq5jf5"; 54003 + libraryHaskellDepends = [ 54004 + base containers fast-math integration matrices microlens 54005 + microlens-mtl microlens-th mtl vector vector-space 54006 + ]; 54007 + testHaskellDepends = [ base parsec tasty tasty-hunit ]; 54008 + description = "Efficient manipulating of 2D cubic bezier curves"; 54009 + license = stdenv.lib.licenses.bsd3; 54010 + hydraPlatforms = stdenv.lib.platforms.none; 54011 + }) {}; 54012 + 53694 54013 "cubicspline" = callPackage 53695 54014 ({ mkDerivation, base, hmatrix, safe }: 53696 54015 mkDerivation { ··· 53919 54238 homepage = "https://github.com/koterpillar/current-locale"; 53920 54239 description = "Get the current system locale in System.Locale format"; 53921 54240 license = stdenv.lib.licenses.mit; 54241 + }) {}; 54242 + 54243 + "curry" = callPackage 54244 + ({ mkDerivation, base }: 54245 + mkDerivation { 54246 + pname = "curry"; 54247 + version = "0.0.0.0"; 54248 + sha256 = "09kwv72pww29xhp4sp7czp3pgjdggzs5ggj8cmzng8xzzgsgd1dv"; 54249 + libraryHaskellDepends = [ base ]; 54250 + description = "Curry types"; 54251 + license = stdenv.lib.licenses.bsd3; 53922 54252 }) {}; 53923 54253 53924 54254 "curry-base" = callPackage ··· 55658 55988 ({ mkDerivation, base, containers }: 55659 55989 mkDerivation { 55660 55990 pname = "data-foldapp"; 55661 - version = "0.1.0.0"; 55662 - sha256 = "0m2rwai52q712fxkpk4k23cc8x9dx87c8wwwsg9w5y5pxq78csn8"; 55991 + version = "0.1.1.0"; 55992 + sha256 = "1415cf59wkf1599qcqmrpn9m4v9br3d763v1809mwg9bm2310x65"; 55663 55993 libraryHaskellDepends = [ base containers ]; 55664 55994 homepage = "https://github.com/erisco/data-foldapp"; 55665 55995 description = "Fold function applications. Framework for variadic functions."; ··· 59307 59637 hydraPlatforms = stdenv.lib.platforms.none; 59308 59638 }) {}; 59309 59639 59640 + "diagrams-builder_0_8_0_2" = callPackage 59641 + ({ mkDerivation, base, base-orphans, bytestring, cmdargs 59642 + , diagrams-cairo, diagrams-lib, diagrams-postscript 59643 + , diagrams-rasterific, diagrams-svg, directory, exceptions 59644 + , filepath, hashable, haskell-src-exts, haskell-src-exts-simple 59645 + , hint, JuicyPixels, lens, mtl, split, svg-builder, transformers 59646 + }: 59647 + mkDerivation { 59648 + pname = "diagrams-builder"; 59649 + version = "0.8.0.2"; 59650 + sha256 = "1jr98sza6bhzq9myfb9f2p8lfbs9qcxck67h2hvxisgpvmy0gjn2"; 59651 + configureFlags = [ "-fcairo" "-fps" "-frasterific" "-fsvg" ]; 59652 + isLibrary = true; 59653 + isExecutable = true; 59654 + libraryHaskellDepends = [ 59655 + base base-orphans cmdargs diagrams-lib directory exceptions 59656 + filepath hashable haskell-src-exts haskell-src-exts-simple hint 59657 + lens mtl split transformers 59658 + ]; 59659 + executableHaskellDepends = [ 59660 + base bytestring cmdargs diagrams-cairo diagrams-lib 59661 + diagrams-postscript diagrams-rasterific diagrams-svg directory 59662 + filepath JuicyPixels lens svg-builder 59663 + ]; 59664 + homepage = "http://projects.haskell.org/diagrams"; 59665 + description = "hint-based build service for the diagrams graphics EDSL"; 59666 + license = stdenv.lib.licenses.bsd3; 59667 + hydraPlatforms = stdenv.lib.platforms.none; 59668 + }) {}; 59669 + 59310 59670 "diagrams-cairo" = callPackage 59311 59671 ({ mkDerivation, array, base, bytestring, cairo, colour, containers 59312 59672 , data-default-class, diagrams-core, diagrams-lib, filepath ··· 62114 62474 license = stdenv.lib.licenses.bsd3; 62115 62475 }) {}; 62116 62476 62477 + "dns_3_0_1" = callPackage 62478 + ({ mkDerivation, async, attoparsec, auto-update, base 62479 + , base64-bytestring, binary, bytestring, conduit, conduit-extra 62480 + , containers, cryptonite, doctest, hspec, iproute, mtl, network 62481 + , psqueues, QuickCheck, safe, time, word8 62482 + }: 62483 + mkDerivation { 62484 + pname = "dns"; 62485 + version = "3.0.1"; 62486 + sha256 = "1aq8n0qglvx134fl8ry1liw7kpw7flm631s9qb7is7bw510wgdd6"; 62487 + libraryHaskellDepends = [ 62488 + async attoparsec auto-update base base64-bytestring binary 62489 + bytestring conduit conduit-extra containers cryptonite iproute mtl 62490 + network psqueues safe time 62491 + ]; 62492 + testHaskellDepends = [ 62493 + base bytestring doctest hspec iproute QuickCheck word8 62494 + ]; 62495 + testTarget = "spec"; 62496 + description = "DNS library in Haskell"; 62497 + license = stdenv.lib.licenses.bsd3; 62498 + hydraPlatforms = stdenv.lib.platforms.none; 62499 + }) {}; 62500 + 62117 62501 "dnscache" = callPackage 62118 62502 ({ mkDerivation, base, bytestring, containers, contstuff, dns 62119 62503 , iproute, time ··· 62276 62660 license = stdenv.lib.licenses.bsd3; 62277 62661 }) {}; 62278 62662 62663 + "docker_0_5_0_0" = callPackage 62664 + ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit 62665 + , conduit-combinators, conduit-extra, connection, containers 62666 + , data-default-class, directory, exceptions, filemanip, filepath 62667 + , http-client, http-client-tls, http-conduit, http-types, lens 62668 + , lens-aeson, monad-control, mtl, network, process, QuickCheck 62669 + , resourcet, scientific, tar, tasty, tasty-hunit, tasty-quickcheck 62670 + , temporary, text, time, tls, transformers, transformers-base 62671 + , unordered-containers, uuid, vector, x509, x509-store, x509-system 62672 + , zlib 62673 + }: 62674 + mkDerivation { 62675 + pname = "docker"; 62676 + version = "0.5.0.0"; 62677 + sha256 = "1zaypbnk0dk5bwr8zxq5bmq5aqzgcgl0sqvxqq115ia863m0d1wv"; 62678 + libraryHaskellDepends = [ 62679 + aeson base blaze-builder bytestring conduit conduit-combinators 62680 + conduit-extra containers data-default-class directory exceptions 62681 + filemanip filepath http-client http-conduit http-types 62682 + monad-control mtl network resourcet scientific tar temporary text 62683 + time tls transformers transformers-base unordered-containers uuid 62684 + vector x509 x509-store x509-system zlib 62685 + ]; 62686 + testHaskellDepends = [ 62687 + aeson base bytestring connection containers directory http-client 62688 + http-client-tls http-types lens lens-aeson process QuickCheck tasty 62689 + tasty-hunit tasty-quickcheck text transformers unordered-containers 62690 + vector 62691 + ]; 62692 + homepage = "https://github.com/denibertovic/docker-hs"; 62693 + description = "An API client for docker written in Haskell"; 62694 + license = stdenv.lib.licenses.bsd3; 62695 + hydraPlatforms = stdenv.lib.platforms.none; 62696 + }) {}; 62697 + 62279 62698 "docker-build-cacher" = callPackage 62280 62699 ({ mkDerivation, base, containers, foldl, language-docker 62281 62700 , system-filepath, text, turtle ··· 64993 65412 ({ mkDerivation, base, type-level-sets }: 64994 65413 mkDerivation { 64995 65414 pname = "effect-monad"; 64996 - version = "0.7.0.0"; 64997 - sha256 = "05jlh86hfxawkbckvw2f2xj8yc36w2hr1w3l6q75359mwa7bp7fy"; 65415 + version = "0.8.1.0"; 65416 + sha256 = "0lrx586ij1c09hv1rj14l2xi3papzdg8496kas6czdld0kfj8kw1"; 64998 65417 libraryHaskellDepends = [ base type-level-sets ]; 64999 - description = "Embeds effect systems into Haskell using graded monads"; 65418 + description = "Embeds effect systems and program logics into Haskell using graded monads and parameterised monads"; 65000 65419 license = stdenv.lib.licenses.bsd3; 65001 65420 hydraPlatforms = stdenv.lib.platforms.none; 65002 65421 }) {}; ··· 66240 66659 license = stdenv.lib.licenses.bsd3; 66241 66660 }) {}; 66242 66661 66662 + "email-validate_2_3_2_1" = callPackage 66663 + ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec 66664 + , QuickCheck, template-haskell 66665 + }: 66666 + mkDerivation { 66667 + pname = "email-validate"; 66668 + version = "2.3.2.1"; 66669 + sha256 = "0qvxysiap3r4mi3xff5nsk9qv6diqxfgwj186bypbamzvzlz0lav"; 66670 + libraryHaskellDepends = [ 66671 + attoparsec base bytestring template-haskell 66672 + ]; 66673 + testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; 66674 + homepage = "https://github.com/Porges/email-validate-hs"; 66675 + description = "Email address validation"; 66676 + license = stdenv.lib.licenses.bsd3; 66677 + hydraPlatforms = stdenv.lib.platforms.none; 66678 + }) {}; 66679 + 66243 66680 "email-validate-json" = callPackage 66244 66681 ({ mkDerivation, aeson, base, email-validate, text }: 66245 66682 mkDerivation { ··· 69602 70039 license = stdenv.lib.licenses.bsd3; 69603 70040 }) {}; 69604 70041 70042 + "extensible_0_4_7_1" = callPackage 70043 + ({ mkDerivation, base, comonad, constraints, deepseq, ghc-prim 70044 + , hashable, lens, monad-skeleton, mtl, primitive, profunctors 70045 + , QuickCheck, semigroups, StateVar, tagged, template-haskell 70046 + , transformers, vector 70047 + }: 70048 + mkDerivation { 70049 + pname = "extensible"; 70050 + version = "0.4.7.1"; 70051 + sha256 = "04gb1havami26mkwdr9vbqs28r1rc9ggd9xxcaf6zw9s5z2hvr5a"; 70052 + libraryHaskellDepends = [ 70053 + base comonad constraints deepseq ghc-prim hashable monad-skeleton 70054 + mtl primitive profunctors QuickCheck semigroups StateVar tagged 70055 + template-haskell transformers vector 70056 + ]; 70057 + testHaskellDepends = [ base lens QuickCheck template-haskell ]; 70058 + homepage = "https://github.com/fumieval/extensible"; 70059 + description = "Extensible, efficient, optics-friendly data types and effects"; 70060 + license = stdenv.lib.licenses.bsd3; 70061 + hydraPlatforms = stdenv.lib.platforms.none; 70062 + }) {}; 70063 + 69605 70064 "extensible-data" = callPackage 69606 70065 ({ mkDerivation, base, data-lens, hashable, template-haskell 69607 70066 , unordered-containers ··· 71866 72325 license = stdenv.lib.licenses.bsd3; 71867 72326 }) {}; 71868 72327 71869 - "filepath_1_4_1_2" = callPackage 72328 + "filepath_1_4_2" = callPackage 71870 72329 ({ mkDerivation, base, QuickCheck }: 71871 72330 mkDerivation { 71872 72331 pname = "filepath"; 71873 - version = "1.4.1.2"; 71874 - sha256 = "1hrbi7ckrkqzw73ziqiyh00xp28c79pk0jrj1vqiq5nwfs3hryvv"; 72332 + version = "1.4.2"; 72333 + sha256 = "0bnryq00xbcsswxmahl42x85bfh23mxsap0gq8q0dm1v67ij7a0q"; 71875 72334 libraryHaskellDepends = [ base ]; 71876 72335 testHaskellDepends = [ base QuickCheck ]; 71877 72336 homepage = "https://github.com/haskell/filepath#readme"; ··· 73962 74421 }) {}; 73963 74422 73964 74423 "folgerhs" = callPackage 73965 - ({ mkDerivation, base, xml }: 74424 + ({ mkDerivation, array, base, containers, gloss 74425 + , optparse-applicative, xml 74426 + }: 73966 74427 mkDerivation { 73967 74428 pname = "folgerhs"; 73968 - version = "0.1.0.1"; 73969 - sha256 = "0kn89abvbk7faynhsyg177rayxddvwnkgsjb5cng8044n9glw9sb"; 74429 + version = "0.3.0.2"; 74430 + sha256 = "0dxig93mf29778sq71wz913d405g07dzkpbjp8cm4xsz1p86xryh"; 73970 74431 isLibrary = true; 73971 74432 isExecutable = true; 73972 - libraryHaskellDepends = [ base xml ]; 73973 - executableHaskellDepends = [ base xml ]; 73974 - homepage = "https://github.com/SU-LOSP/tools#readme"; 74433 + libraryHaskellDepends = [ array base containers gloss xml ]; 74434 + executableHaskellDepends = [ 74435 + array base containers gloss optparse-applicative xml 74436 + ]; 74437 + homepage = "https://github.com/SU-LOSP/folgerhs#readme"; 73975 74438 description = "Toolset for Folger Shakespeare Library's XML annotated plays"; 73976 74439 license = stdenv.lib.licenses.gpl3; 73977 74440 }) {}; ··· 75261 75724 }) {}; 75262 75725 75263 75726 "freelude" = callPackage 75264 - ({ mkDerivation, array, base, containers, doctest, indextype 75265 - , transformers 75727 + ({ mkDerivation, array, base, bytestring, containers, doctest 75728 + , indextype, text, transformers 75266 75729 }: 75267 75730 mkDerivation { 75268 75731 pname = "freelude"; 75269 - version = "0.1.0.1"; 75270 - sha256 = "0a16vbm17dvvfk9wp8y9df8qypy14vld4yq20hh273p2cdxx5p2n"; 75732 + version = "0.3.1.0"; 75733 + sha256 = "1rz7xpffyw4nl7iaxfmhzzmn7kyvv8rfh4wvv2d02i2ihfykirxs"; 75271 75734 libraryHaskellDepends = [ 75272 - array base containers indextype transformers 75735 + array base bytestring containers indextype text transformers 75273 75736 ]; 75274 75737 testHaskellDepends = [ 75275 - array base containers doctest indextype transformers 75738 + array base bytestring containers doctest indextype text 75739 + transformers 75276 75740 ]; 75277 75741 homepage = "https://github.com/clintonmead/freelude#readme"; 75278 75742 description = "A generalisation of the Category->Functor->Applicative->Monad hierarchy and more"; ··· 78791 79255 hydraPlatforms = stdenv.lib.platforms.none; 78792 79256 }) {}; 78793 79257 79258 + "geos" = callPackage 79259 + ({ mkDerivation, base, bytestring, cassava, geos_c, hspec, mtl 79260 + , transformers, vector 79261 + }: 79262 + mkDerivation { 79263 + pname = "geos"; 79264 + version = "0.1.0.0"; 79265 + sha256 = "02r9c063kkqalyadfqwhhwfb42kky7nkfp5k968l1qidyx6aha5j"; 79266 + libraryHaskellDepends = [ 79267 + base bytestring cassava mtl transformers vector 79268 + ]; 79269 + librarySystemDepends = [ geos_c ]; 79270 + testHaskellDepends = [ base bytestring cassava hspec mtl vector ]; 79271 + testSystemDepends = [ geos_c ]; 79272 + description = "Bindings for GEOS"; 79273 + license = stdenv.lib.licenses.mit; 79274 + }) {geos_c = null;}; 79275 + 78794 79276 "getemx" = callPackage 78795 79277 ({ mkDerivation, base, curl, directory, filepath, haskell98, hxt 78796 79278 , mtl, old-locale, process, time ··· 81810 82292 description = "backs up everything github knows about a repository, to the repository"; 81811 82293 license = stdenv.lib.licenses.gpl3; 81812 82294 }) {inherit (pkgs) git;}; 82295 + 82296 + "github-data" = callPackage 82297 + ({ mkDerivation, aeson, aeson-compat, base, base-compat 82298 + , base16-bytestring, binary, binary-orphans, bytestring, containers 82299 + , deepseq, deepseq-generics, exceptions, hashable, http-client 82300 + , http-types, iso8601-time, network-uri, text, time, tls 82301 + , transformers, transformers-compat, unordered-containers, vector 82302 + , vector-instances 82303 + }: 82304 + mkDerivation { 82305 + pname = "github-data"; 82306 + version = "0.18"; 82307 + sha256 = "1rqnjw8cz4xby1gbc9w8wpk1z0vg8wsm8jq7qz0ncjrm8manii5p"; 82308 + libraryHaskellDepends = [ 82309 + aeson aeson-compat base base-compat base16-bytestring binary 82310 + binary-orphans bytestring containers deepseq deepseq-generics 82311 + exceptions hashable http-client http-types iso8601-time network-uri 82312 + text time tls transformers transformers-compat unordered-containers 82313 + vector vector-instances 82314 + ]; 82315 + homepage = "https://github.com/strake/github.hs"; 82316 + description = "Access to the GitHub API, v3"; 82317 + license = stdenv.lib.licenses.bsd3; 82318 + }) {}; 81813 82319 81814 82320 "github-post-receive" = callPackage 81815 82321 ({ mkDerivation, aeson, base, bytestring, containers ··· 90548 91054 license = stdenv.lib.licenses.bsd3; 90549 91055 }) {}; 90550 91056 91057 + "hamilton_0_1_0_2" = callPackage 91058 + ({ mkDerivation, ad, ansi-wl-pprint, base, comonad, containers 91059 + , free, hmatrix, hmatrix-gsl, optparse-applicative 91060 + , typelits-witnesses, vector, vector-sized, vty 91061 + }: 91062 + mkDerivation { 91063 + pname = "hamilton"; 91064 + version = "0.1.0.2"; 91065 + sha256 = "1fhwvimqim9jj33wps42wsbwjz28h3waqn7wrwhqci307xbcib0m"; 91066 + isLibrary = true; 91067 + isExecutable = true; 91068 + libraryHaskellDepends = [ 91069 + ad base comonad free hmatrix hmatrix-gsl typelits-witnesses 91070 + vector-sized 91071 + ]; 91072 + executableHaskellDepends = [ 91073 + ansi-wl-pprint base containers hmatrix optparse-applicative vector 91074 + vector-sized vty 91075 + ]; 91076 + homepage = "https://github.com/mstksg/hamilton"; 91077 + description = "Physics on generalized coordinate systems using Hamiltonian Mechanics and AD"; 91078 + license = stdenv.lib.licenses.bsd3; 91079 + hydraPlatforms = stdenv.lib.platforms.none; 91080 + }) {}; 91081 + 90551 91082 "hamlet" = callPackage 90552 91083 ({ mkDerivation, base, shakespeare }: 90553 91084 mkDerivation { ··· 98078 98609 license = stdenv.lib.licenses.bsd3; 98079 98610 }) {}; 98080 98611 98612 + "hedgehog-corpus" = callPackage 98613 + ({ mkDerivation, base }: 98614 + mkDerivation { 98615 + pname = "hedgehog-corpus"; 98616 + version = "0.1.0"; 98617 + sha256 = "1whrszkd03d9a86vqnp38sq8gs2hfdc39wxcf5c12w3767c9qmn3"; 98618 + libraryHaskellDepends = [ base ]; 98619 + homepage = "https://github.com/tmcgilchrist/hedgehog-corpus"; 98620 + description = "hedgehog-corpus"; 98621 + license = stdenv.lib.licenses.bsd3; 98622 + }) {}; 98623 + 98081 98624 "hedgehog-gen-json" = callPackage 98082 98625 ({ mkDerivation, aeson, base, bytestring, containers, exceptions 98083 98626 , hedgehog, lens, protolude, regex-genex, regex-posix, scientific ··· 102034 102577 license = stdenv.lib.licenses.bsd3; 102035 102578 }) {}; 102036 102579 102580 + "hlist" = callPackage 102581 + ({ mkDerivation, base }: 102582 + mkDerivation { 102583 + pname = "hlist"; 102584 + version = "0.0.0.0"; 102585 + sha256 = "128y1l4bjyrsvx188mx58x8a98j7jk931h0nv5bprpxjkc71c32k"; 102586 + libraryHaskellDepends = [ base ]; 102587 + description = "Heterogeneous list"; 102588 + license = stdenv.lib.licenses.bsd3; 102589 + }) {}; 102590 + 102037 102591 "hlogger" = callPackage 102038 102592 ({ mkDerivation, base, old-locale, time }: 102039 102593 mkDerivation { ··· 102314 102868 ({ mkDerivation, base, doctest, hmatrix, nlopt-haskell, vector }: 102315 102869 mkDerivation { 102316 102870 pname = "hmatrix-nlopt"; 102317 - version = "0.1.0.0"; 102318 - sha256 = "12h2svm2x3bc9ivii90f8cr4npwpagchazlmgj36x381aqradsf2"; 102871 + version = "0.1.1.0"; 102872 + sha256 = "1fgicpzi811ifdyrc8gzd8dgb0f14lw92rdidmbps3yisczysz29"; 102319 102873 libraryHaskellDepends = [ base hmatrix nlopt-haskell vector ]; 102320 102874 testHaskellDepends = [ base doctest ]; 102321 102875 homepage = "https://github.com/peddie/hmatrix-nlopt"; ··· 102758 103312 license = stdenv.lib.licenses.bsd3; 102759 103313 }) {}; 102760 103314 103315 + "hnix_0_4_0" = callPackage 103316 + ({ mkDerivation, ansi-wl-pprint, base, containers, criterion 103317 + , data-fix, deepseq, deriving-compat, parsers, regex-tdfa 103318 + , regex-tdfa-text, semigroups, tasty, tasty-hunit, tasty-th, text 103319 + , transformers, trifecta, unordered-containers 103320 + }: 103321 + mkDerivation { 103322 + pname = "hnix"; 103323 + version = "0.4.0"; 103324 + sha256 = "0rgx97ckv5zvly6x76h7nncswfw0ik4bhnlj8n5bpl4rqzd7d4fd"; 103325 + isLibrary = true; 103326 + isExecutable = true; 103327 + libraryHaskellDepends = [ 103328 + ansi-wl-pprint base containers data-fix deepseq deriving-compat 103329 + parsers regex-tdfa regex-tdfa-text semigroups text transformers 103330 + trifecta unordered-containers 103331 + ]; 103332 + executableHaskellDepends = [ 103333 + ansi-wl-pprint base containers data-fix deepseq 103334 + ]; 103335 + testHaskellDepends = [ 103336 + base containers data-fix tasty tasty-hunit tasty-th text 103337 + ]; 103338 + benchmarkHaskellDepends = [ base containers criterion text ]; 103339 + homepage = "http://github.com/jwiegley/hnix"; 103340 + description = "Haskell implementation of the Nix language"; 103341 + license = stdenv.lib.licenses.bsd3; 103342 + hydraPlatforms = stdenv.lib.platforms.none; 103343 + }) {}; 103344 + 102761 103345 "hnn" = callPackage 102762 103346 ({ mkDerivation, base, binary, bytestring, hmatrix, mwc-random 102763 103347 , random, vector, vector-binary-instances, zlib ··· 104911 105495 license = stdenv.lib.licenses.bsd3; 104912 105496 }) {}; 104913 105497 105498 + "hpio_0_9_0_3" = callPackage 105499 + ({ mkDerivation, async, base, bytestring, containers, directory 105500 + , doctest, exceptions, filepath, hlint, hspec, monad-control 105501 + , monad-logger, mtl, optparse-applicative, protolude, QuickCheck 105502 + , text, transformers, transformers-base, unix, unix-bytestring 105503 + }: 105504 + mkDerivation { 105505 + pname = "hpio"; 105506 + version = "0.9.0.3"; 105507 + sha256 = "0cz7dxxxxfr142gr3hrq1k1x8axdgvyw7bsjsd1v9spka2i03rcd"; 105508 + isLibrary = true; 105509 + isExecutable = true; 105510 + libraryHaskellDepends = [ 105511 + base bytestring containers directory exceptions filepath 105512 + monad-control monad-logger mtl protolude QuickCheck text 105513 + transformers transformers-base unix unix-bytestring 105514 + ]; 105515 + executableHaskellDepends = [ 105516 + async base exceptions mtl optparse-applicative protolude text 105517 + transformers 105518 + ]; 105519 + testHaskellDepends = [ 105520 + base containers directory doctest exceptions filepath hlint hspec 105521 + protolude QuickCheck 105522 + ]; 105523 + homepage = "https://github.com/quixoftic/hpio#readme"; 105524 + description = "Monads for GPIO in Haskell"; 105525 + license = stdenv.lib.licenses.bsd3; 105526 + hydraPlatforms = stdenv.lib.platforms.none; 105527 + }) {}; 105528 + 104914 105529 "hplayground" = callPackage 104915 105530 ({ mkDerivation, base, containers, data-default, haste-compiler 104916 105531 , haste-perch, monads-tf, transformers ··· 105344 105959 hydraPlatforms = stdenv.lib.platforms.none; 105345 105960 }) {}; 105346 105961 105347 - "hruby_0_3_4_4" = callPackage 105348 - ({ mkDerivation, aeson, attoparsec, base, bytestring, QuickCheck 105349 - , ruby, scientific, stm, text, unordered-containers, vector 105350 - }: 105351 - mkDerivation { 105352 - pname = "hruby"; 105353 - version = "0.3.4.4"; 105354 - sha256 = "08997g32rnmwznzywf1k0bmki0kbcwss9s4lka6s501l54gp1ij9"; 105355 - libraryHaskellDepends = [ 105356 - aeson attoparsec base bytestring scientific stm text 105357 - unordered-containers vector 105358 - ]; 105359 - librarySystemDepends = [ ruby ]; 105360 - testHaskellDepends = [ 105361 - aeson attoparsec base QuickCheck text vector 105362 - ]; 105363 - description = "Embed a Ruby intepreter in your Haskell program !"; 105364 - license = stdenv.lib.licenses.bsd3; 105365 - hydraPlatforms = stdenv.lib.platforms.none; 105366 - }) {inherit (pkgs) ruby;}; 105367 - 105368 105962 "hruby" = callPackage 105369 105963 ({ mkDerivation, aeson, attoparsec, base, bytestring, QuickCheck 105370 105964 , ruby, scientific, stm, text, unordered-containers, vector ··· 106921 107515 }: 106922 107516 mkDerivation { 106923 107517 pname = "hsdev"; 106924 - version = "0.3.0.1"; 106925 - sha256 = "02wwwxbr6ymmxw3g0m47bxm82mdh755f8jr6vjcbmdb60bqn9lrn"; 107518 + version = "0.3.0.3"; 107519 + sha256 = "03silw148f3wr62j5zdyy1qq6jmsmfhijmghcv0bf7sgv0lgaycv"; 106926 107520 isLibrary = true; 106927 107521 isExecutable = true; 106928 107522 libraryHaskellDepends = [ ··· 110158 110752 license = stdenv.lib.licenses.mit; 110159 110753 }) {}; 110160 110754 110161 - "http-client_0_5_8" = callPackage 110755 + "http-client_0_5_9" = callPackage 110162 110756 ({ mkDerivation, array, async, base, base64-bytestring 110163 110757 , blaze-builder, bytestring, case-insensitive, containers, cookie 110164 110758 , deepseq, directory, exceptions, filepath, ghc-prim, hspec ··· 110167 110761 }: 110168 110762 mkDerivation { 110169 110763 pname = "http-client"; 110170 - version = "0.5.8"; 110171 - sha256 = "13khi2vsx2la0s4pvysdfharjnbway7nbv1fcw4bjld8crbpwb68"; 110172 - revision = "1"; 110173 - editedCabalFile = "023gnif575iaq25af2d4dwcppagnph74ig3xdsda1fp1k5cwif9q"; 110764 + version = "0.5.9"; 110765 + sha256 = "0bccpvinzc7z5v83grjzvd3g3kdz2q5h2206l7x9jh4bvz9prblf"; 110174 110766 libraryHaskellDepends = [ 110175 110767 array base base64-bytestring blaze-builder bytestring 110176 110768 case-insensitive containers cookie deepseq exceptions filepath ··· 115297 115889 pname = "imprint"; 115298 115890 version = "0.0.1.0"; 115299 115891 sha256 = "0f56zy6ay6wvcvqfplvc3gckngxngxm9r62h1w36lxm74xy8544v"; 115892 + revision = "1"; 115893 + editedCabalFile = "13418pfcsanj7cl651v4qqbypgjkrpld2gs560kpw3k2lj6w4wa0"; 115300 115894 libraryHaskellDepends = [ base binary bytestring constraints ]; 115301 115895 testHaskellDepends = [ base binary constraints hspec ]; 115302 115896 homepage = "https://github.com/mrkkrp/imprint"; ··· 115325 115919 }: 115326 115920 mkDerivation { 115327 115921 pname = "impure-containers"; 115328 - version = "0.4.2"; 115329 - sha256 = "04g7xsa9mylfcjahlr3d81k8cvf0fi4rg8wkk2x4z6hmidy5s4kg"; 115922 + version = "0.4.3"; 115923 + sha256 = "003r3ppwdwndg8q84bnh299f04b88bhnxxl65nbrz9xl77lfz2y0"; 115330 115924 libraryHaskellDepends = [ 115331 115925 base containers ghc-prim hashable primitive vector 115332 115926 ]; ··· 117098 117692 license = stdenv.lib.licenses.bsd3; 117099 117693 }) {}; 117100 117694 117695 + "invertible_0_2_0_3" = callPackage 117696 + ({ mkDerivation, base, haskell-src-meta, invariant, lens 117697 + , partial-isomorphisms, QuickCheck, semigroupoids, template-haskell 117698 + , transformers, TypeCompose 117699 + }: 117700 + mkDerivation { 117701 + pname = "invertible"; 117702 + version = "0.2.0.3"; 117703 + sha256 = "0pckhl1nv6w66k3ll9q1bwbmzl2rpbwk6c3xkm7dscxzjzw43qwf"; 117704 + libraryHaskellDepends = [ 117705 + base haskell-src-meta invariant lens partial-isomorphisms 117706 + semigroupoids template-haskell transformers TypeCompose 117707 + ]; 117708 + testHaskellDepends = [ base QuickCheck transformers ]; 117709 + description = "bidirectional arrows, bijective functions, and invariant functors"; 117710 + license = stdenv.lib.licenses.bsd3; 117711 + hydraPlatforms = stdenv.lib.platforms.none; 117712 + }) {}; 117713 + 117101 117714 "invertible-hlist" = callPackage 117102 117715 ({ mkDerivation, base, HList, invertible }: 117103 117716 mkDerivation { ··· 117438 118051 pname = "ip"; 117439 118052 version = "1.1.1"; 117440 118053 sha256 = "150gbl7589w1a1imqn8qh5g9ar68bkkx0ifiab5zf0gvxgkiz4jd"; 118054 + libraryHaskellDepends = [ 118055 + aeson attoparsec base bytestring hashable primitive text vector 118056 + ]; 118057 + testHaskellDepends = [ 118058 + attoparsec base bytestring doctest HUnit QuickCheck 118059 + quickcheck-classes test-framework test-framework-hunit 118060 + test-framework-quickcheck2 text 118061 + ]; 118062 + benchmarkHaskellDepends = [ 118063 + attoparsec base bytestring criterion text 118064 + ]; 118065 + homepage = "https://github.com/andrewthad/haskell-ip#readme"; 118066 + description = "Library for IP and MAC addresses"; 118067 + license = stdenv.lib.licenses.bsd3; 118068 + hydraPlatforms = stdenv.lib.platforms.none; 118069 + }) {}; 118070 + 118071 + "ip_1_1_2" = callPackage 118072 + ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion 118073 + , doctest, hashable, HUnit, primitive, QuickCheck 118074 + , quickcheck-classes, test-framework, test-framework-hunit 118075 + , test-framework-quickcheck2, text, vector 118076 + }: 118077 + mkDerivation { 118078 + pname = "ip"; 118079 + version = "1.1.2"; 118080 + sha256 = "16vjbcrjpvs4wh89r4k3d5hpkklvcvrk50qjnx67bsi2jjhcn0aj"; 117441 118081 libraryHaskellDepends = [ 117442 118082 aeson attoparsec base bytestring hashable primitive text vector 117443 118083 ]; ··· 119725 120365 homepage = "https://github.com/ndmitchell/js-jquery#readme"; 119726 120366 description = "Obtain minified jQuery code"; 119727 120367 license = stdenv.lib.licenses.mit; 120368 + }) {}; 120369 + 120370 + "js-jquery_3_3_1" = callPackage 120371 + ({ mkDerivation, base, HTTP }: 120372 + mkDerivation { 120373 + pname = "js-jquery"; 120374 + version = "3.3.1"; 120375 + sha256 = "16q68jzbs7kp07dnq8cprdcc8fd41rim38039vg0w4x11lgniq70"; 120376 + enableSeparateDataOutput = true; 120377 + libraryHaskellDepends = [ base ]; 120378 + testHaskellDepends = [ base HTTP ]; 120379 + doCheck = false; 120380 + homepage = "https://github.com/ndmitchell/js-jquery#readme"; 120381 + description = "Obtain minified jQuery code"; 120382 + license = stdenv.lib.licenses.mit; 120383 + hydraPlatforms = stdenv.lib.platforms.none; 119728 120384 }) {}; 119729 120385 119730 120386 "jsaddle" = callPackage ··· 123962 124618 }: 123963 124619 mkDerivation { 123964 124620 "nlopt-haskell" = callPackage 123965 - version = "0.1.0.3"; 123966 - "nlopt-haskell" = callPackage 124621 + version = "0.1.1.2"; 124622 + sha256 = "0cy5rk1b3blk8gwbnbmiiml0myccxgj127y0kzglfqwazal9i45g"; 123967 124623 enableSeparateDataOutput = true; 123968 124624 libraryHaskellDepends = [ 123969 124625 "nlopt-haskell" = callPackage ··· 124529 125185 ]; 124530 125186 "nlopt-haskell" = callPackage 124531 125187 "nlopt-haskell" = callPackage 125188 + license = stdenv.lib.licenses.bsd3; 125189 + }) {}; 125190 + 125191 + "language-js" = callPackage 125192 + ({ mkDerivation, base, hspec, parsec }: 125193 + mkDerivation { 125194 + pname = "language-js"; 125195 + version = "0.2.0"; 125196 + sha256 = "0j87w6sqyl67ad9qar2q240kbzksds3a301cdykjfa3n6a0r81z1"; 125197 + libraryHaskellDepends = [ base parsec ]; 125198 + testHaskellDepends = [ base hspec parsec ]; 125199 + homepage = "https://github.com/diasbruno/language-js#readme"; 125200 + description = "javascript parser for es6 and es7"; 124532 125201 license = stdenv.lib.licenses.bsd3; 124533 125202 }) {}; 124534 125203 ··· 127657 128326 homepage = "https://github.com/maoe/lifted-async"; 127658 128327 description = "Run lifted IO operations asynchronously and wait for their results"; 127659 128328 license = stdenv.lib.licenses.bsd3; 128329 + }) {}; 128330 + 128331 + "lifted-async_0_9_3_3" = callPackage 128332 + ({ mkDerivation, async, base, constraints, criterion, deepseq 128333 + , HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit 128334 + , tasty-th, transformers-base 128335 + }: 128336 + mkDerivation { 128337 + pname = "lifted-async"; 128338 + version = "0.9.3.3"; 128339 + sha256 = "1gqd4ih72mky1s97120yx9gmabaxb1l54b3jwijsl8fxng5djdxf"; 128340 + libraryHaskellDepends = [ 128341 + async base constraints lifted-base monad-control transformers-base 128342 + ]; 128343 + testHaskellDepends = [ 128344 + async base HUnit lifted-base monad-control mtl tasty tasty-hunit 128345 + tasty-th 128346 + ]; 128347 + benchmarkHaskellDepends = [ async base criterion deepseq ]; 128348 + homepage = "https://github.com/maoe/lifted-async"; 128349 + description = "Run lifted IO operations asynchronously and wait for their results"; 128350 + license = stdenv.lib.licenses.bsd3; 128351 + hydraPlatforms = stdenv.lib.platforms.none; 127660 128352 }) {}; 127661 128353 127662 128354 "lifted-base" = callPackage ··· 132480 133172 hydraPlatforms = stdenv.lib.platforms.none; 132481 133173 }) {}; 132482 133174 133175 + "magicbane_0_2_0" = callPackage 133176 + ({ mkDerivation, aeson, aeson-qq, async, attoparsec, base 133177 + , bytestring, conduit, conduit-combinators, data-default, data-has 133178 + , ekg-core, ekg-wai, envy, errors, fast-logger, http-api-data 133179 + , http-client, http-client-tls, http-conduit, http-link-header 133180 + , http-types, lifted-async, lifted-base, monad-control 133181 + , monad-logger, monad-metrics, mono-traversable, mtl, network-uri 133182 + , raw-strings-qq, refined, safe-exceptions, servant-server, split 133183 + , string-conversions, text, transformers, transformers-base 133184 + , unordered-containers, wai, wai-cli, wai-middleware-metrics 133185 + }: 133186 + mkDerivation { 133187 + pname = "magicbane"; 133188 + version = "0.2.0"; 133189 + sha256 = "0v67mycp7mgawcwnkw68pivyicp9p2nj0f9isrdb14x5smm1f1zd"; 133190 + libraryHaskellDepends = [ 133191 + aeson aeson-qq async attoparsec base bytestring conduit 133192 + conduit-combinators data-default data-has ekg-core ekg-wai envy 133193 + errors fast-logger http-api-data http-client http-client-tls 133194 + http-conduit http-link-header http-types lifted-async lifted-base 133195 + monad-control monad-logger monad-metrics mono-traversable mtl 133196 + network-uri raw-strings-qq refined safe-exceptions servant-server 133197 + split string-conversions text transformers transformers-base 133198 + unordered-containers wai wai-cli wai-middleware-metrics 133199 + ]; 133200 + homepage = "https://github.com/myfreeweb/magicbane#readme"; 133201 + description = "A web framework that integrates Servant, EKG, fast-logger, wai-cli…"; 133202 + license = stdenv.lib.licenses.publicDomain; 133203 + hydraPlatforms = stdenv.lib.platforms.none; 133204 + }) {}; 133205 + 132483 133206 "magico" = callPackage 132484 133207 ({ mkDerivation, base, hmatrix, transformers, utility-ht }: 132485 133208 mkDerivation { ··· 135402 136125 license = stdenv.lib.licenses.bsd3; 135403 136126 }) {}; 135404 136127 135405 - "memory_0_14_13" = callPackage 136128 + "memory_0_14_14" = callPackage 135406 136129 ({ mkDerivation, base, basement, bytestring, deepseq, foundation 135407 136130 , ghc-prim, tasty, tasty-hunit, tasty-quickcheck 135408 136131 }: 135409 136132 mkDerivation { 135410 136133 pname = "memory"; 135411 - version = "0.14.13"; 135412 - sha256 = "0ycxk9yp0bd29jqn48vzblxaa8sny8mw652icyvg3zg3sjg9pjxd"; 136134 + version = "0.14.14"; 136135 + sha256 = "03lnb7nqshddiwqbz1vpba7mb6l80nav896rr77vlp8m41b9h6qx"; 135413 136136 libraryHaskellDepends = [ 135414 136137 base basement bytestring deepseq foundation ghc-prim 135415 136138 ]; 135416 136139 testHaskellDepends = [ 135417 - base basement foundation tasty tasty-hunit tasty-quickcheck 136140 + base basement bytestring foundation tasty tasty-hunit 136141 + tasty-quickcheck 135418 136142 ]; 135419 136143 homepage = "https://github.com/vincenthz/hs-memory"; 135420 136144 description = "memory and related abstraction stuff"; ··· 137326 138050 license = stdenv.lib.licenses.bsd3; 137327 138051 }) {}; 137328 138052 137329 - "mmark_0_0_5_1" = callPackage 138053 + "mmark_0_0_5_2" = callPackage 137330 138054 ({ mkDerivation, aeson, base, case-insensitive, containers 137331 138055 , criterion, data-default-class, deepseq, dlist, email-validate 137332 138056 , foldl, hashable, hspec, hspec-megaparsec, html-entity-map, lucid ··· 137336 138060 }: 137337 138061 mkDerivation { 137338 138062 pname = "mmark"; 137339 - version = "0.0.5.1"; 137340 - sha256 = "0zx2lcz8ha1s5apr3hnxv4kms1n2c5rajyxhz9gck7kxpx2yviqz"; 138063 + version = "0.0.5.2"; 138064 + sha256 = "1ap0m90dcnxixr8nxvq8i2nj51gmf293cw8bya6i63zw69ip18z4"; 137341 138065 enableSeparateDataOutput = true; 137342 138066 libraryHaskellDepends = [ 137343 138067 aeson base case-insensitive containers data-default-class deepseq ··· 137363 138087 }: 137364 138088 mkDerivation { 137365 138089 pname = "mmark-cli"; 137366 - version = "0.0.1.0"; 137367 - sha256 = "1ix5c7xirhnrbnqp63ff78ddmwq8jimwmadavridanp3cf2wygx2"; 138090 + version = "0.0.2.0"; 138091 + sha256 = "108vrkpb61b1fpyqwqqxx9d3c8jsn0igk3rfm56pxyps2rdpx7px"; 137368 138092 isLibrary = false; 137369 138093 isExecutable = true; 137370 138094 executableHaskellDepends = [ ··· 137373 138097 unordered-containers 137374 138098 ]; 137375 138099 homepage = "https://github.com/mmark-md/mmark-cli"; 137376 - description = "Description"; 138100 + description = "Command line interface to MMark markdown processor"; 137377 138101 license = stdenv.lib.licenses.bsd3; 137378 138102 hydraPlatforms = stdenv.lib.platforms.none; 137379 138103 }) {}; ··· 137398 138122 license = stdenv.lib.licenses.bsd3; 137399 138123 }) {}; 137400 138124 137401 - "mmark-ext_0_1_0_0" = callPackage 138125 + "mmark-ext_0_1_1_0" = callPackage 137402 138126 ({ mkDerivation, base, blaze-html, foldl, hspec, lucid, microlens 137403 138127 , mmark, modern-uri, skylighting, text 137404 138128 }: 137405 138129 mkDerivation { 137406 138130 pname = "mmark-ext"; 137407 - version = "0.1.0.0"; 137408 - sha256 = "1qwwhjmphxry6dfalhalmyvaw41gr2b70g39acrx4zcqlif6gg3x"; 137409 - revision = "1"; 137410 - editedCabalFile = "0qnadhdn9di4wwib57r05c7xkp3ir7xjdixlpajycpgnzr2p038a"; 138131 + version = "0.1.1.0"; 138132 + sha256 = "0vgsdiagr8bp02dpi8hn4libn0np2z74ksj2vm2x0a76haqlv8kc"; 137411 138133 enableSeparateDataOutput = true; 137412 138134 libraryHaskellDepends = [ 137413 138135 base blaze-html foldl lucid microlens mmark modern-uri skylighting 137414 138136 text 137415 138137 ]; 137416 138138 testHaskellDepends = [ base hspec lucid mmark text ]; 137417 - homepage = "https://github.com/mrkkrp/mmark-ext"; 138139 + homepage = "https://github.com/mmark-md/mmark-ext"; 137418 138140 description = "Commonly useful extensions for MMark markdown processor"; 137419 138141 license = stdenv.lib.licenses.bsd3; 137420 138142 hydraPlatforms = stdenv.lib.platforms.none; ··· 138349 139071 license = stdenv.lib.licenses.mit; 138350 139072 }) {}; 138351 139073 138352 - "monad-logger_0_3_28" = callPackage 139074 + "monad-logger_0_3_28_1" = callPackage 138353 139075 ({ mkDerivation, base, blaze-builder, bytestring, conduit 138354 139076 , conduit-extra, exceptions, fast-logger, lifted-base 138355 139077 , monad-control, monad-loops, mtl, resourcet, stm, stm-chans ··· 138358 139080 }: 138359 139081 mkDerivation { 138360 139082 pname = "monad-logger"; 138361 - version = "0.3.28"; 138362 - sha256 = "0xmi4b52zdaydcjh4hzr3q3vajhkhjljjbfp3grhx1pc41wycfhr"; 139083 + version = "0.3.28.1"; 139084 + sha256 = "15gpr6wgyqfiz780p8l4lfxmxnanpviyvkba20hdsx92czq64cgr"; 138363 139085 libraryHaskellDepends = [ 138364 139086 base blaze-builder bytestring conduit conduit-extra exceptions 138365 139087 fast-logger lifted-base monad-control monad-loops mtl resourcet stm ··· 140708 141430 }) {}; 140709 141431 140710 141432 "mtl-tf" = callPackage 140711 - ({ mkDerivation, base }: 141433 + ({ mkDerivation, base, transformers }: 140712 141434 mkDerivation { 140713 141435 pname = "mtl-tf"; 140714 - version = "0.1"; 140715 - sha256 = "0qfmswdkj95bh6wkic8hh002wsxqlrylw45k6w9iyzv4saqnl22f"; 140716 - libraryHaskellDepends = [ base ]; 140717 - description = "Monad transformer library using type families"; 141436 + version = "0.2.1.0"; 141437 + sha256 = "0z9vinxhbbg4lpf8mxi0h3jbz4kv6x3ih05q44kjh4z8mpm9szzy"; 141438 + libraryHaskellDepends = [ base transformers ]; 141439 + description = "Monad Transformer Library with Type Families"; 140718 141440 license = stdenv.lib.licenses.bsd3; 140719 141441 hydraPlatforms = stdenv.lib.platforms.none; 140720 141442 }) {}; ··· 143155 143877 }: 143156 143878 mkDerivation { 143157 143879 pname = "nbt"; 143158 - version = "0.6"; 143159 - sha256 = "0lcnxlj0cfrw840saay3lxyjmc00rxhksqa6ccyhg8119y20gcjd"; 143880 + version = "0.7"; 143881 + sha256 = "10iby4sg50la1k635ygdqf5h50rvidl0k871brdjs8b9hi1vlv5r"; 143160 143882 enableSeparateDataOutput = true; 143161 143883 libraryHaskellDepends = [ array base bytestring cereal text ]; 143162 143884 testHaskellDepends = [ ··· 143494 144216 hydraPlatforms = stdenv.lib.platforms.none; 143495 144217 }) {}; 143496 144218 144219 + "nest" = callPackage 144220 + ({ mkDerivation, base, bytestring, containers, hedgehog, text 144221 + , transformers, unix 144222 + }: 144223 + mkDerivation { 144224 + pname = "nest"; 144225 + version = "0.0.1"; 144226 + sha256 = "1ndd93z9yqa1slhb8wq3j5fr3rc2fna0cb5xqh9s3dynb966zqqk"; 144227 + libraryHaskellDepends = [ 144228 + base bytestring containers text transformers unix 144229 + ]; 144230 + testHaskellDepends = [ base bytestring containers hedgehog text ]; 144231 + license = stdenv.lib.licenses.bsd3; 144232 + }) {}; 144233 + 143497 144234 "nested-routes" = callPackage 143498 144235 ({ mkDerivation, attoparsec, base, bifunctors, bytestring 143499 144236 , composition-extra, errors, exceptions, extractable-singleton ··· 145360 146097 }: 145361 146098 mkDerivation { 145362 146099 pname = "ngx-export"; 145363 - version = "1.0.1"; 145364 - sha256 = "1n2d9sh8df6532716pbyxklr3k7lykb6hjf2b976jfd9qrgw505z"; 146100 + version = "1.1.0"; 146101 + sha256 = "1d3xz1jsvnr0rg5y0rpkrlwzng589abq8w5ylg7d5pmr75ih2a0n"; 145365 146102 libraryHaskellDepends = [ 145366 146103 async base binary bytestring deepseq monad-loops template-haskell 145367 146104 unix ··· 145720 146457 ({ mkDerivation, base, nlopt, vector }: 145721 146458 mkDerivation { 145722 146459 pname = "nlopt-haskell"; 145723 - version = "0.1.0.0"; 145724 - sha256 = "0skh0bsms2nsw3dwi4ibjs579bbpc8ya158nrhyn3yxgdx79qgnj"; 146460 + version = "0.1.1.0"; 146461 + sha256 = "1jgszhkr6xc94rjasrhbfm618yz5l37zkibaxycn50fzvsilgfgg"; 145725 146462 libraryHaskellDepends = [ base vector ]; 145726 146463 librarySystemDepends = [ nlopt ]; 145727 146464 testHaskellDepends = [ base vector ]; ··· 147653 148390 hydraPlatforms = stdenv.lib.platforms.none; 147654 148391 }) {}; 147655 148392 148393 + "odpic-raw" = callPackage 148394 + ({ mkDerivation, base, bytestring, c2hs, odpic }: 148395 + mkDerivation { 148396 + pname = "odpic-raw"; 148397 + version = "0.1.1"; 148398 + sha256 = "0cvy2xkvdq6k93mly0avbvxmcyxq5s5bayl7zps27zad2b85myr2"; 148399 + libraryHaskellDepends = [ base bytestring ]; 148400 + librarySystemDepends = [ odpic ]; 148401 + libraryToolDepends = [ c2hs ]; 148402 + homepage = "https://github.com/leptonyu/odpic-raw#readme"; 148403 + license = stdenv.lib.licenses.bsd3; 148404 + }) {odpic = null;}; 148405 + 147656 148406 "oeis" = callPackage 147657 148407 ({ mkDerivation, base, HTTP, HUnit, network, network-uri 147658 148408 , test-framework, test-framework-hunit ··· 149233 149983 }: 149234 149984 mkDerivation { 149235 149985 pname = "optimization"; 149236 - version = "0.1.7"; 149237 - sha256 = "1y490h96qvn9w3z360adbxmbcvw3zpirgfs02hbjkarxi13z4shn"; 149986 + version = "0.1.9"; 149987 + sha256 = "0v1bi97jvdnn4jfknsnayaqdawckh7xxcnkr5nwvxqnpckg89yyf"; 149238 149988 libraryHaskellDepends = [ 149239 149989 ad base distributive linear semigroupoids vector 149240 149990 ]; ··· 152532 153282 homepage = "https://github.com/PasswordManager/passman-core#readme"; 152533 153283 description = "Deterministic password generator core"; 152534 153284 license = stdenv.lib.licenses.gpl3; 152535 - hydraPlatforms = stdenv.lib.platforms.none; 152536 - broken = true; 152537 153285 }) {}; 152538 153286 152539 153287 "passwords" = callPackage ··· 157377 158125 }: 157378 158126 mkDerivation { 157379 158127 pname = "plugins"; 157380 - version = "1.5.6.0"; 157381 - sha256 = "1l40i9n4iqsj2pw5kv7p8mkfg9vninplasz27zdgfs4hxd9pxl8q"; 157382 - revision = "1"; 157383 - editedCabalFile = "0l4sx1d9lgs6yr23dq4ccz1la9i94cz4nfvpdkpr5wni40mzl2m3"; 158128 + version = "1.5.7"; 158129 + sha256 = "1l9ymnsxvgjp7p2j5mvyygrsg7qf2yam1k4y3gz8s2l6kl78ri5f"; 157384 158130 libraryHaskellDepends = [ 157385 158131 array base Cabal containers directory filepath ghc ghc-paths 157386 158132 ghc-prim haskell-src process random 157387 158133 ]; 157388 - homepage = "http://hub.darcs.net/stepcut/plugins"; 158134 + homepage = "https://github.com/stepcut/plugins"; 157389 158135 description = "Dynamic linking for Haskell and C objects"; 157390 158136 license = stdenv.lib.licenses.bsd3; 157391 158137 hydraPlatforms = stdenv.lib.platforms.none; ··· 157597 158343 pname = "pointed"; 157598 158344 version = "5"; 157599 158345 sha256 = "05sxac90xv4j8glmf2mxs0smmv6vhia0qaaag5v37ar5a6pvh1l9"; 157600 - revision = "1"; 157601 - editedCabalFile = "170gqax34qch77zzqwq95z2lzq9da8gmfxg1vcll4aphhafwgzzp"; 158346 + revision = "2"; 158347 + editedCabalFile = "0x0x44mm29s3ycx17hw0clqvicbypf1w4r01gv3sbvzyy31qph7g"; 157602 158348 libraryHaskellDepends = [ 157603 158349 base comonad containers data-default-class hashable kan-extensions 157604 158350 semigroupoids semigroups stm tagged transformers ··· 157609 158355 license = stdenv.lib.licenses.bsd3; 157610 158356 }) {}; 157611 158357 158358 + "pointed_5_0_1" = callPackage 158359 + ({ mkDerivation, base, comonad, containers, data-default-class 158360 + , hashable, kan-extensions, semigroupoids, semigroups, stm, tagged 158361 + , transformers, transformers-compat, unordered-containers 158362 + }: 158363 + mkDerivation { 158364 + pname = "pointed"; 158365 + version = "5.0.1"; 158366 + sha256 = "1p91a762xglckscnhpflxzav8byf49a02mli3983i4kpr2jkaimr"; 158367 + libraryHaskellDepends = [ 158368 + base comonad containers data-default-class hashable kan-extensions 158369 + semigroupoids semigroups stm tagged transformers 158370 + transformers-compat unordered-containers 158371 + ]; 158372 + homepage = "http://github.com/ekmett/pointed/"; 158373 + description = "Pointed and copointed data"; 158374 + license = stdenv.lib.licenses.bsd3; 158375 + hydraPlatforms = stdenv.lib.platforms.none; 158376 + }) {}; 158377 + 157612 158378 "pointedalternative" = callPackage 157613 158379 ({ mkDerivation, base, mtl, semigroups, transformers }: 157614 158380 mkDerivation { ··· 158117 158883 }: 158118 158884 mkDerivation { 158119 158885 pname = "pomaps"; 158120 - version = "0.0.0.2"; 158121 - sha256 = "1lsiwpyg5bl5si5ral8lin4hbgbczbf8b4jwd8v1nh2s9293rpb9"; 158886 + version = "0.0.0.3"; 158887 + sha256 = "1gxfaqcg6d9wkm67d8rrjvigy9kvvh9403v3jk790x9pfydcjvym"; 158122 158888 libraryHaskellDepends = [ 158123 158889 base containers deepseq ghc-prim lattices 158124 158890 ]; ··· 159945 160711 hydraPlatforms = stdenv.lib.platforms.none; 159946 160712 }) {}; 159947 160713 160714 + "prefix-expression" = callPackage 160715 + ({ mkDerivation, base, hspec, regex-pcre-builtin }: 160716 + mkDerivation { 160717 + pname = "prefix-expression"; 160718 + version = "1.2.0"; 160719 + sha256 = "0yskcb3jzpdwiaydp2ys3bb9mybba2j67f9cnylwd1iqib13z8rs"; 160720 + libraryHaskellDepends = [ base regex-pcre-builtin ]; 160721 + testHaskellDepends = [ base hspec ]; 160722 + homepage = "https://github.com/VonFry/prefix-expression"; 160723 + license = stdenv.lib.licenses.gpl3; 160724 + }) {}; 160725 + 159948 160726 "prefix-units" = callPackage 159949 160727 ({ mkDerivation, base, Cabal, HUnit, QuickCheck, test-framework 159950 160728 , test-framework-hunit, test-framework-quickcheck2 ··· 160739 161517 license = stdenv.lib.licenses.bsd3; 160740 161518 }) {}; 160741 161519 161520 + "primitive_0_6_3_0" = callPackage 161521 + ({ mkDerivation, base, ghc-prim, transformers }: 161522 + mkDerivation { 161523 + pname = "primitive"; 161524 + version = "0.6.3.0"; 161525 + sha256 = "0mcmbnj08wd6zfwn7xk6zf5hy5zwbla5v78pw0dpymqg9s0gzpnd"; 161526 + libraryHaskellDepends = [ base ghc-prim transformers ]; 161527 + testHaskellDepends = [ base ghc-prim ]; 161528 + homepage = "https://github.com/haskell/primitive"; 161529 + description = "Primitive memory-related operations"; 161530 + license = stdenv.lib.licenses.bsd3; 161531 + hydraPlatforms = stdenv.lib.platforms.none; 161532 + }) {}; 161533 + 160742 161534 "primitive-simd" = callPackage 160743 161535 ({ mkDerivation, base, criterion, deepseq, ghc-prim, primitive 160744 161536 , random, vector ··· 161040 161832 license = stdenv.lib.licenses.mit; 161041 161833 }) {}; 161042 161834 161043 - "process_1_6_2_0" = callPackage 161835 + "process_1_6_3_0" = callPackage 161044 161836 ({ mkDerivation, base, bytestring, deepseq, directory, filepath 161045 161837 , unix 161046 161838 }: 161047 161839 mkDerivation { 161048 161840 pname = "process"; 161049 - version = "1.6.2.0"; 161050 - sha256 = "0gsyzwvid2w1z5m0w492sqb8q8c86q9wa7iqjadcdhbv8ag9z6xm"; 161841 + version = "1.6.3.0"; 161842 + sha256 = "0lxkl0gmyy2sn3r9c7dyz8vz1cm6nvygmgrizilliir5bp42m8cc"; 161051 161843 libraryHaskellDepends = [ base deepseq directory filepath unix ]; 161052 161844 testHaskellDepends = [ base bytestring directory ]; 161053 161845 description = "Process libraries"; ··· 164865 165657 pname = "quickcheck-special"; 164866 165658 version = "0.1.0.6"; 164867 165659 sha256 = "1dhwgy1jwglp4y3nbysr1i182415aibqlcsrvwxn2c5x162qjwwm"; 165660 + revision = "1"; 165661 + editedCabalFile = "1whwmij115vw0qwkzlkc4z4yhj7iwwqjhf5aaxn5np0gh2gzihb3"; 164868 165662 libraryHaskellDepends = [ base QuickCheck special-values ]; 164869 165663 homepage = "https://github.com/minad/quickcheck-special#readme"; 164870 165664 description = "Edge cases and special values for QuickCheck Arbitrary instances"; ··· 165783 166577 license = stdenv.lib.licenses.mit; 165784 166578 }) {}; 165785 166579 166580 + "rakuten_0_1_0_5" = callPackage 166581 + ({ mkDerivation, aeson, base, bytestring, connection, constraints 166582 + , data-default-class, extensible, hspec, http-api-data, http-client 166583 + , http-client-tls, http-types, lens, req, servant-server, text 166584 + , unordered-containers, warp 166585 + }: 166586 + mkDerivation { 166587 + pname = "rakuten"; 166588 + version = "0.1.0.5"; 166589 + sha256 = "1197vkml0pvrdqvh55bvsb52rzqfj6p6vrpihr5ci7flp4h9wkp1"; 166590 + libraryHaskellDepends = [ 166591 + aeson base bytestring connection constraints data-default-class 166592 + extensible http-api-data http-client http-client-tls http-types 166593 + lens req text unordered-containers 166594 + ]; 166595 + testHaskellDepends = [ 166596 + aeson base bytestring connection constraints data-default-class 166597 + extensible hspec http-api-data http-client http-client-tls 166598 + http-types lens req servant-server text unordered-containers warp 166599 + ]; 166600 + homepage = "https://github.com/matsubara0507/rakuten#readme"; 166601 + description = "The Rakuten API in Haskell"; 166602 + license = stdenv.lib.licenses.mit; 166603 + hydraPlatforms = stdenv.lib.platforms.none; 166604 + }) {}; 166605 + 165786 166606 "ralist" = callPackage 165787 166607 ({ mkDerivation, base, criterion, deepseq, hspec }: 165788 166608 mkDerivation { ··· 167754 168574 license = stdenv.lib.licenses.mit; 167755 168575 }) {}; 167756 168576 167757 - "rebase_1_2_2" = callPackage 168577 + "rebase_1_2_3" = callPackage 167758 168578 ({ mkDerivation, base, base-prelude, bifunctors, bytestring 167759 168579 , containers, contravariant, contravariant-extras, deepseq, dlist 167760 168580 , either, fail, hashable, mtl, profunctors, scientific ··· 167763 168583 }: 167764 168584 mkDerivation { 167765 168585 pname = "rebase"; 167766 - version = "1.2.2"; 167767 - sha256 = "11p4wg2xissj4xzw80dww2srj2ylgw3wlnapykizy2fwjl1az9k4"; 168586 + version = "1.2.3"; 168587 + sha256 = "1glnxvgf79qm2iz4xxdn6zygjff42cyakk1nah2wrzkkrr11axqk"; 167768 168588 libraryHaskellDepends = [ 167769 168589 base base-prelude bifunctors bytestring containers contravariant 167770 168590 contravariant-extras deepseq dlist either fail hashable mtl ··· 170802 171622 }: 170803 171623 mkDerivation { 170804 171624 pname = "reqcatcher"; 170805 - version = "0.1.0.0"; 170806 - sha256 = "0lcismi3aj6h2s2snv80w2pdk389zffd0cjrbd2y9285vw401mvm"; 171625 + version = "0.1.0.1"; 171626 + sha256 = "1ywh83ydy48mlix7mglnkhsjj3b13jqs2gs52by6q1g438nb31in"; 170807 171627 libraryHaskellDepends = [ base http-types network text wai warp ]; 170808 171628 testHaskellDepends = [ 170809 171629 base http-client http-types HUnit lens tasty tasty-hunit wai wreq ··· 172062 172882 }: 172063 172883 mkDerivation { 172064 172884 pname = "rio"; 172065 - version = "0.0.0.0"; 172066 - sha256 = "168v27a9m98qcychn4rwrb67sfqs4s1brg79q1fqanpjjqslh8id"; 172885 + version = "0.0.1.0"; 172886 + sha256 = "006avzlv6ghwang3dhllxj7absa32sxw2qss2wdf3hxqbij6fy0b"; 172067 172887 libraryHaskellDepends = [ 172068 172888 base bytestring containers deepseq directory exceptions filepath 172069 172889 hashable microlens mtl text time typed-process unix unliftio 172070 172890 unordered-containers vector 172071 172891 ]; 172892 + homepage = "https://github.com/commercialhaskell/rio#readme"; 172072 172893 description = "A standard library for Haskell"; 172073 172894 license = stdenv.lib.licenses.mit; 172074 172895 hydraPlatforms = stdenv.lib.platforms.none; ··· 178648 179469 license = stdenv.lib.licenses.bsd3; 178649 179470 }) {}; 178650 179471 179472 + "servant-exceptions_0_1_1" = callPackage 179473 + ({ mkDerivation, aeson, base, exceptions, http-media, http-types 179474 + , mtl, servant, servant-server, text, wai, warp 179475 + }: 179476 + mkDerivation { 179477 + pname = "servant-exceptions"; 179478 + version = "0.1.1"; 179479 + sha256 = "1qdb6ins7l0ryyrmg9j5pw428rlhkmzpbq5jqawfn01j8vf9yav5"; 179480 + isLibrary = true; 179481 + isExecutable = true; 179482 + libraryHaskellDepends = [ 179483 + aeson base exceptions http-media http-types mtl servant 179484 + servant-server text wai 179485 + ]; 179486 + executableHaskellDepends = [ 179487 + aeson base exceptions http-types servant-server text warp 179488 + ]; 179489 + homepage = "https://github.com/ch1bo/servant-exceptions#readme"; 179490 + license = stdenv.lib.licenses.bsd3; 179491 + hydraPlatforms = stdenv.lib.platforms.none; 179492 + }) {}; 179493 + 178651 179494 "servant-foreign" = callPackage 178652 179495 ({ mkDerivation, base, hspec, http-types, lens, servant, text }: 178653 179496 mkDerivation { ··· 178864 179707 license = stdenv.lib.licenses.mit; 178865 179708 }) {}; 178866 179709 179710 + "servant-kotlin_0_1_0_3" = callPackage 179711 + ({ mkDerivation, aeson, base, containers, directory, formatting 179712 + , hspec, http-api-data, lens, servant, servant-foreign, shelly 179713 + , text, time, wl-pprint-text 179714 + }: 179715 + mkDerivation { 179716 + pname = "servant-kotlin"; 179717 + version = "0.1.0.3"; 179718 + sha256 = "1idki7vf2yph8sndpl8r9a5cngix3163yxb73l5l5fm9a78pk5gd"; 179719 + libraryHaskellDepends = [ 179720 + base containers directory formatting lens servant servant-foreign 179721 + text time wl-pprint-text 179722 + ]; 179723 + testHaskellDepends = [ 179724 + aeson base containers directory formatting hspec http-api-data lens 179725 + servant servant-foreign text time wl-pprint-text 179726 + ]; 179727 + benchmarkHaskellDepends = [ 179728 + aeson base containers directory formatting http-api-data lens 179729 + servant servant-foreign shelly text time wl-pprint-text 179730 + ]; 179731 + homepage = "https://github.com/matsubara0507/servant-kotlin#readme"; 179732 + description = "Automatically derive Kotlin class to query servant webservices"; 179733 + license = stdenv.lib.licenses.mit; 179734 + hydraPlatforms = stdenv.lib.platforms.none; 179735 + }) {}; 179736 + 178867 179737 "servant-lucid" = callPackage 178868 179738 ({ mkDerivation, base, http-media, lucid, servant }: 178869 179739 mkDerivation { ··· 179593 180463 license = stdenv.lib.licenses.bsd3; 179594 180464 }) {}; 179595 180465 180466 + "servant-websockets_1_1_0" = callPackage 180467 + ({ mkDerivation, aeson, async, base, bytestring, conduit 180468 + , exceptions, resourcet, servant-server, text, wai, wai-websockets 180469 + , warp, websockets 180470 + }: 180471 + mkDerivation { 180472 + pname = "servant-websockets"; 180473 + version = "1.1.0"; 180474 + sha256 = "0l8a5zc6wiwdfxv2kirb7kxky4zwj71rcrrg1zh07gc3vf4lqf33"; 180475 + isLibrary = true; 180476 + isExecutable = true; 180477 + libraryHaskellDepends = [ 180478 + aeson async base bytestring conduit exceptions resourcet 180479 + servant-server text wai wai-websockets warp websockets 180480 + ]; 180481 + executableHaskellDepends = [ 180482 + aeson base conduit servant-server text wai warp websockets 180483 + ]; 180484 + homepage = "https://github.com/moesenle/servant-websockets#readme"; 180485 + description = "Small library providing WebSocket endpoints for servant"; 180486 + license = stdenv.lib.licenses.bsd3; 180487 + hydraPlatforms = stdenv.lib.platforms.none; 180488 + }) {}; 180489 + 179596 180490 "servant-yaml" = callPackage 179597 180491 ({ mkDerivation, aeson, base, base-compat, bytestring, http-media 179598 180492 , servant, servant-server, wai, warp, yaml ··· 179726 180620 }: 179727 180621 mkDerivation { 179728 180622 pname = "serverless-haskell"; 179729 - version = "0.3.0"; 179730 - sha256 = "0fvm7nsk3401xdh81gb7jc35k5phc1gfs7dd1gal48ryjc89p2sj"; 180623 + version = "0.3.1"; 180624 + sha256 = "1s4b0x6hs0dighmqgpwnifhy7w5cszd207lwwryn2qp1zq463i2h"; 179731 180625 libraryHaskellDepends = [ 179732 180626 aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base 179733 180627 bytestring lens text time unix unordered-containers ··· 180662 181556 }) {}; 180663 181557 180664 181558 "shake-ext" = callPackage 180665 - ({ mkDerivation, base, composition-prelude, language-ats, shake }: 181559 + ({ mkDerivation, base, composition-prelude, directory, language-ats 181560 + , mtl, shake, text 181561 + }: 180666 181562 mkDerivation { 180667 181563 pname = "shake-ext"; 180668 - version = "0.3.1.3"; 180669 - sha256 = "0yz8d4jycgr32sspdda1zy4z61bj91xi40dcr084w11z00a3yhms"; 181564 + version = "1.3.0.1"; 181565 + sha256 = "1rsn8rikw775b4cbxskijqcxqz60h70jnq7nzy7k1mc29ycjf9qv"; 180670 181566 libraryHaskellDepends = [ 180671 - base composition-prelude language-ats shake 181567 + base composition-prelude directory language-ats mtl shake text 180672 181568 ]; 180673 181569 homepage = "https://hub.darcs.net/vmchale/shake-ext"; 180674 181570 description = "Helper functions for linting with shake"; ··· 180807 181703 }: 180808 181704 mkDerivation { 180809 181705 pname = "shakers"; 180810 - version = "0.0.38"; 180811 - sha256 = "08wnf9cv4qsrnx2m3l1nfh74q6i14ng2js4h7gj3z5dv1ki3xwm9"; 181706 + version = "0.0.40"; 181707 + sha256 = "0jlihrgg0c2ksbj2dkzsp6c83m66dxdsy3993xpa018idjsm3cf9"; 180812 181708 isLibrary = true; 180813 181709 isExecutable = true; 180814 181710 libraryHaskellDepends = [ ··· 181269 182165 exceptions hspec HUnit lifted-async lifted-base monad-control mtl 181270 182166 process system-fileio system-filepath text time transformers 181271 182167 transformers-base unix-compat 182168 + ]; 182169 + homepage = "https://github.com/yesodweb/Shelly.hs"; 182170 + description = "shell-like (systems) programming in Haskell"; 182171 + license = stdenv.lib.licenses.bsd3; 182172 + hydraPlatforms = stdenv.lib.platforms.none; 182173 + }) {}; 182174 + 182175 + "shelly_1_7_0_1" = callPackage 182176 + ({ mkDerivation, async, base, bytestring, containers, directory 182177 + , enclosed-exceptions, exceptions, filepath, hspec, HUnit 182178 + , lifted-async, lifted-base, monad-control, mtl, process 182179 + , system-fileio, system-filepath, text, time, transformers 182180 + , transformers-base, unix-compat 182181 + }: 182182 + mkDerivation { 182183 + pname = "shelly"; 182184 + version = "1.7.0.1"; 182185 + sha256 = "0a4ngy8jqcscqhimgiyz7f9kqm23is7x7gyjxr0j6iq1dy57ahq3"; 182186 + isLibrary = true; 182187 + isExecutable = true; 182188 + libraryHaskellDepends = [ 182189 + async base bytestring containers directory enclosed-exceptions 182190 + exceptions lifted-async lifted-base monad-control mtl process 182191 + system-fileio system-filepath text time transformers 182192 + transformers-base unix-compat 182193 + ]; 182194 + testHaskellDepends = [ 182195 + async base bytestring containers directory enclosed-exceptions 182196 + exceptions filepath hspec HUnit lifted-async lifted-base 182197 + monad-control mtl process system-fileio system-filepath text time 182198 + transformers transformers-base unix-compat 181272 182199 ]; 181273 182200 homepage = "https://github.com/yesodweb/Shelly.hs"; 181274 182201 description = "shell-like (systems) programming in Haskell"; ··· 183919 184846 }: 183920 184847 mkDerivation { 183921 184848 pname = "smallcaps"; 183922 - version = "0.6.0.4"; 183923 - sha256 = "1lw5zzfpizwrbpm981xr7sx1ac7iwkhwp541g276sszq927ls8n5"; 184849 + version = "0.6.0.5"; 184850 + sha256 = "06cqknha64gmf3rjjmcr3358fd5rii6xlgph5fvan0h25cnlk7nw"; 183924 184851 isLibrary = true; 183925 184852 isExecutable = true; 183926 184853 libraryHaskellDepends = [ ··· 186722 187649 }: 186723 187650 mkDerivation { 186724 187651 pname = "spake2"; 186725 - version = "0.4.1"; 186726 - sha256 = "0b9zs1mp7r8y1w79z1w7kpj84jyryhvy7md9ikihnl80cvnl6p7c"; 187652 + version = "0.4.2"; 187653 + sha256 = "02zvlh7pva2d2k56n3070wdp4chv6avhwzn7mg2zax1mzswd21r4"; 186727 187654 isLibrary = true; 186728 187655 isExecutable = true; 186729 187656 enableSeparateDataOutput = true; ··· 187404 188331 testHaskellDepends = [ base QuickCheck ]; 187405 188332 description = "Combinator library for splitting lists"; 187406 188333 license = stdenv.lib.licenses.bsd3; 188334 + }) {}; 188335 + 188336 + "split_0_2_3_3" = callPackage 188337 + ({ mkDerivation, base, QuickCheck }: 188338 + mkDerivation { 188339 + pname = "split"; 188340 + version = "0.2.3.3"; 188341 + sha256 = "04qlmkcyklznl03gsjg95b4nzb6i96gdapqg60rny9szgi7ngk8x"; 188342 + libraryHaskellDepends = [ base ]; 188343 + testHaskellDepends = [ base QuickCheck ]; 188344 + description = "Combinator library for splitting lists"; 188345 + license = stdenv.lib.licenses.bsd3; 188346 + hydraPlatforms = stdenv.lib.platforms.none; 187407 188347 }) {}; 187408 188348 187409 188349 "split-channel" = callPackage ··· 190856 191796 }: 190857 191797 mkDerivation { 190858 191798 pname = "streaming-cassava"; 190859 - version = "0.1.0.0"; 190860 - sha256 = "17swzhq069rr041l33bwa5ybx1j6w9lvh3l3xs40m842njli2bac"; 191799 + version = "0.1.0.1"; 191800 + sha256 = "0dr58azgyw7ihxrabva7fh0yafq2kx12yvap4jl6ljnlwvcapa5i"; 190861 191801 libraryHaskellDepends = [ 190862 191802 base bytestring cassava mtl streaming streaming-bytestring 190863 191803 transformers ··· 191699 192639 license = stdenv.lib.licenses.mit; 191700 192640 }) {}; 191701 192641 192642 + "stripe-core_2_3_0" = callPackage 192643 + ({ mkDerivation, aeson, base, bytestring, mtl, text, time 192644 + , transformers, unordered-containers 192645 + }: 192646 + mkDerivation { 192647 + pname = "stripe-core"; 192648 + version = "2.3.0"; 192649 + sha256 = "08656c3s9326kgppwiys7whil47yw6qibjzmivjzykh6858j0kfm"; 192650 + libraryHaskellDepends = [ 192651 + aeson base bytestring mtl text time transformers 192652 + unordered-containers 192653 + ]; 192654 + homepage = "https://github.com/dmjio/stripe-haskell"; 192655 + description = "Stripe API for Haskell - Pure Core"; 192656 + license = stdenv.lib.licenses.mit; 192657 + hydraPlatforms = stdenv.lib.platforms.none; 192658 + }) {}; 192659 + 191702 192660 "stripe-haskell" = callPackage 191703 192661 ({ mkDerivation, base, stripe-core, stripe-http-streams }: 191704 192662 mkDerivation { ··· 191711 192669 license = stdenv.lib.licenses.mit; 191712 192670 }) {}; 191713 192671 192672 + "stripe-haskell_2_3_0" = callPackage 192673 + ({ mkDerivation, base, stripe-core, stripe-http-streams }: 192674 + mkDerivation { 192675 + pname = "stripe-haskell"; 192676 + version = "2.3.0"; 192677 + sha256 = "18358axxx2rkv06bh1n48hsx3bh3bj4h3xx1ma3hvv68l9cprwsm"; 192678 + libraryHaskellDepends = [ base stripe-core stripe-http-streams ]; 192679 + homepage = "https://github.com/dmjio/stripe"; 192680 + description = "Stripe API for Haskell"; 192681 + license = stdenv.lib.licenses.mit; 192682 + hydraPlatforms = stdenv.lib.platforms.none; 192683 + }) {}; 192684 + 191714 192685 "stripe-http-streams" = callPackage 191715 192686 ({ mkDerivation, aeson, base, bytestring, free, HsOpenSSL, hspec 191716 192687 , http-streams, io-streams, stripe-core, stripe-tests, text ··· 191731 192702 license = stdenv.lib.licenses.mit; 191732 192703 }) {}; 191733 192704 192705 + "stripe-http-streams_2_3_0" = callPackage 192706 + ({ mkDerivation, aeson, base, bytestring, free, HsOpenSSL, hspec 192707 + , http-streams, io-streams, stripe-core, stripe-tests, text 192708 + }: 192709 + mkDerivation { 192710 + pname = "stripe-http-streams"; 192711 + version = "2.3.0"; 192712 + sha256 = "0nn244ghmyibdrvzfz9k8skhsfh47sh8g34v1c63rkswqb4wpnsp"; 192713 + libraryHaskellDepends = [ 192714 + aeson base bytestring HsOpenSSL http-streams io-streams stripe-core 192715 + text 192716 + ]; 192717 + testHaskellDepends = [ 192718 + base free HsOpenSSL hspec http-streams stripe-core stripe-tests 192719 + ]; 192720 + doCheck = false; 192721 + description = "Stripe API for Haskell - http-streams backend"; 192722 + license = stdenv.lib.licenses.mit; 192723 + hydraPlatforms = stdenv.lib.platforms.none; 192724 + }) {}; 192725 + 191734 192726 "stripe-tests" = callPackage 191735 192727 ({ mkDerivation, aeson, base, bytestring, free, hspec, hspec-core 191736 192728 , mtl, random, stripe-core, text, time, transformers ··· 191747 192739 homepage = "https://github.com/dmjio/stripe-haskell"; 191748 192740 description = "Tests for Stripe API bindings for Haskell"; 191749 192741 license = stdenv.lib.licenses.mit; 192742 + }) {}; 192743 + 192744 + "stripe-tests_2_3_0" = callPackage 192745 + ({ mkDerivation, aeson, base, bytestring, free, hspec, hspec-core 192746 + , mtl, random, stripe-core, text, time, transformers 192747 + , unordered-containers 192748 + }: 192749 + mkDerivation { 192750 + pname = "stripe-tests"; 192751 + version = "2.3.0"; 192752 + sha256 = "14j0zvnrl0s2br0vwpm105wscdyddan62iqwrf0fg8c4mj6kpfrw"; 192753 + libraryHaskellDepends = [ 192754 + aeson base bytestring free hspec hspec-core mtl random stripe-core 192755 + text time transformers unordered-containers 192756 + ]; 192757 + homepage = "https://github.com/dmjio/stripe-haskell"; 192758 + description = "Tests for Stripe API bindings for Haskell"; 192759 + license = stdenv.lib.licenses.mit; 192760 + hydraPlatforms = stdenv.lib.platforms.none; 191750 192761 }) {}; 191751 192762 191752 192763 "strips" = callPackage ··· 195052 196063 license = stdenv.lib.licenses.bsd3; 195053 196064 }) {}; 195054 196065 196066 + "tagsoup_0_14_3" = callPackage 196067 + ({ mkDerivation, base, bytestring, containers, deepseq, directory 196068 + , process, QuickCheck, text, time 196069 + }: 196070 + mkDerivation { 196071 + pname = "tagsoup"; 196072 + version = "0.14.3"; 196073 + sha256 = "00j2rm2sx0syn16kg2402fz4k8yqfl9knmi367jsiycds1q9zzf9"; 196074 + libraryHaskellDepends = [ base bytestring containers text ]; 196075 + testHaskellDepends = [ 196076 + base bytestring deepseq directory process QuickCheck time 196077 + ]; 196078 + homepage = "https://github.com/ndmitchell/tagsoup#readme"; 196079 + description = "Parsing and extracting information from (possibly malformed) HTML/XML documents"; 196080 + license = stdenv.lib.licenses.bsd3; 196081 + hydraPlatforms = stdenv.lib.platforms.none; 196082 + }) {}; 196083 + 195055 196084 "tagsoup-ht" = callPackage 195056 196085 ({ mkDerivation, base, bytestring, containers, data-accessor 195057 196086 , explicit-exception, old-time, tagsoup, transformers, utility-ht ··· 195445 196474 license = stdenv.lib.licenses.mit; 195446 196475 }) {}; 195447 196476 196477 + "tar-conduit_0_2_0" = callPackage 196478 + ({ mkDerivation, base, bytestring, conduit, conduit-combinators 196479 + , containers, criterion, deepseq, directory, filepath, hspec, unix 196480 + , weigh 196481 + }: 196482 + mkDerivation { 196483 + pname = "tar-conduit"; 196484 + version = "0.2.0"; 196485 + sha256 = "01fqvm5wji1rgivqri0prp3k3drhr3gmmlcwy0v4qcwdhwgi0r2r"; 196486 + libraryHaskellDepends = [ 196487 + base bytestring conduit-combinators directory filepath unix 196488 + ]; 196489 + testHaskellDepends = [ 196490 + base bytestring conduit conduit-combinators containers deepseq 196491 + directory filepath hspec weigh 196492 + ]; 196493 + benchmarkHaskellDepends = [ 196494 + base bytestring conduit conduit-combinators containers criterion 196495 + deepseq directory filepath hspec 196496 + ]; 196497 + homepage = "https://github.com/snoyberg/tar-conduit#readme"; 196498 + description = "Extract and create tar files using conduit for streaming"; 196499 + license = stdenv.lib.licenses.mit; 196500 + hydraPlatforms = stdenv.lib.platforms.none; 196501 + }) {}; 196502 + 195448 196503 "tardis" = callPackage 195449 196504 ({ mkDerivation, base, mmorph, mtl }: 195450 196505 mkDerivation { ··· 195844 196899 pname = "tasty-hspec"; 195845 196900 version = "1.1.3.2"; 195846 196901 sha256 = "0n4pn89jz9i8d7mxsdp6ynwkg5gjyaipdy261parx64m3nxi4vcv"; 195847 - revision = "2"; 195848 - editedCabalFile = "1si8bkb5rqx0hfm2y52676x7d4zr4mpgd82sqp7na57f0w2j8hg2"; 196902 + revision = "3"; 196903 + editedCabalFile = "1qyk0mrzy4nv175xhva1wp7dchx7jnzb5p32bc0vd8pxz19pfljm"; 195849 196904 libraryHaskellDepends = [ 195850 196905 base hspec hspec-core QuickCheck random tagged tasty 195851 196906 tasty-quickcheck tasty-smallcheck ··· 196548 197603 }) {}; 196549 197604 196550 197605 "telegram-api" = callPackage 196551 - ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, filepath 196552 - , hjpath, hspec, http-api-data, http-client, http-client-tls 196553 - , http-media, http-types, mime-types, mtl, optparse-applicative 196554 - , random, servant, servant-client, string-conversions, text 196555 - , transformers, utf8-string 197606 + ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring 197607 + , containers, filepath, hjpath, hspec, http-api-data, http-client 197608 + , http-client-tls, http-media, http-types, mime-types, mtl 197609 + , optparse-applicative, random, servant, servant-client 197610 + , servant-client-core, string-conversions, text, transformers 197611 + , utf8-string 196556 197612 }: 196557 197613 mkDerivation { 196558 197614 pname = "telegram-api"; 196559 - version = "0.7.1.0"; 196560 - sha256 = "0shb5al3ih6qrs2aw1h03mfqk954gml1lnyh6svzcsz9z6f7hvbb"; 197615 + version = "0.7.2.0"; 197616 + sha256 = "1aixgyxz3izv9z3zwwsbvdnlg4lrhy7aa33zw98v70072a0rqaj2"; 196561 197617 enableSeparateDataOutput = true; 196562 197618 libraryHaskellDepends = [ 196563 - aeson base bytestring http-api-data http-client http-media 196564 - http-types mime-types mtl servant servant-client string-conversions 196565 - text transformers 197619 + aeson base bytestring containers http-api-data http-client 197620 + http-media http-types mime-types mtl servant servant-client 197621 + servant-client-core string-conversions text transformers 196566 197622 ]; 196567 197623 testHaskellDepends = [ 196568 197624 aeson ansi-wl-pprint base filepath hjpath hspec http-client 196569 197625 http-client-tls http-types optparse-applicative random servant 196570 - servant-client text transformers utf8-string 197626 + servant-client servant-client-core text transformers utf8-string 196571 197627 ]; 196572 197628 homepage = "http://github.com/klappvisor/haskell-telegram-api#readme"; 196573 197629 description = "Telegram Bot API bindings"; ··· 197338 198394 license = stdenv.lib.licenses.bsd3; 197339 198395 }) {}; 197340 198396 198397 + "terminal-progress-bar_0_1_2" = callPackage 198398 + ({ mkDerivation, async, base, HUnit, stm, stm-chans, terminal-size 198399 + , test-framework, test-framework-hunit 198400 + }: 198401 + mkDerivation { 198402 + pname = "terminal-progress-bar"; 198403 + version = "0.1.2"; 198404 + sha256 = "1r4i8h4625f4ixnppx3ng5lsay4msdgqy0mzl3p1z57aqxg1l84l"; 198405 + isLibrary = true; 198406 + isExecutable = true; 198407 + libraryHaskellDepends = [ async base stm stm-chans terminal-size ]; 198408 + testHaskellDepends = [ 198409 + base HUnit test-framework test-framework-hunit 198410 + ]; 198411 + homepage = "https://github.com/roelvandijk/terminal-progress-bar"; 198412 + description = "A simple progress bar in the terminal"; 198413 + license = stdenv.lib.licenses.bsd3; 198414 + hydraPlatforms = stdenv.lib.platforms.none; 198415 + }) {}; 198416 + 197341 198417 "terminal-size" = callPackage 197342 198418 ({ mkDerivation, base }: 197343 198419 mkDerivation { ··· 197362 198438 hydraPlatforms = stdenv.lib.platforms.none; 197363 198439 }) {}; 197364 198440 197365 - "terminfo_0_4_1_0" = callPackage 198441 + "terminfo_0_4_1_1" = callPackage 197366 198442 ({ mkDerivation, base, ncurses }: 197367 198443 mkDerivation { 197368 198444 pname = "terminfo"; 197369 - version = "0.4.1.0"; 197370 - sha256 = "0pgzx7byi4p2fwk6hcqnbs59bv4igzmhfkr5wrkkfsh4msqxflrz"; 198445 + version = "0.4.1.1"; 198446 + sha256 = "1pfd2vdk298v23af2zqcl66xxivrzwjjpdf3dr0fa0isl70fi3hp"; 197371 198447 libraryHaskellDepends = [ base ]; 197372 198448 librarySystemDepends = [ ncurses ]; 197373 198449 homepage = "https://github.com/judah/terminfo"; ··· 200674 201750 hydraPlatforms = stdenv.lib.platforms.none; 200675 201751 }) {}; 200676 201752 200677 - "time_1_8_0_4" = callPackage 201753 + "time_1_9" = callPackage 200678 201754 ({ mkDerivation, base, deepseq, QuickCheck, random, tasty 200679 201755 , tasty-hunit, tasty-quickcheck, unix 200680 201756 }: 200681 201757 mkDerivation { 200682 201758 pname = "time"; 200683 - version = "1.8.0.4"; 200684 - sha256 = "18m58vj490pk6vxfpda5r2rc1vkv0gy5sqgp5nhql0562m5xi8mk"; 201759 + version = "1.9"; 201760 + sha256 = "13nfiwsh1bq4w9rwmqm1iy9kxwrqbi82qpqlpcd02ywklh21silx"; 200685 201761 libraryHaskellDepends = [ base deepseq ]; 200686 201762 testHaskellDepends = [ 200687 201763 base deepseq QuickCheck random tasty tasty-hunit tasty-quickcheck ··· 205234 206310 license = stdenv.lib.licenses.bsd3; 205235 206311 }) {}; 205236 206312 205237 - "type-combinators-singletons_0_2_0_0" = callPackage 206313 + "type-combinators-singletons_0_2_1_0" = callPackage 205238 206314 ({ mkDerivation, base, singletons, type-combinators }: 205239 206315 mkDerivation { 205240 206316 pname = "type-combinators-singletons"; 205241 - version = "0.2.0.0"; 205242 - sha256 = "0mqg2c36z22zdjgmix54xfj9d218ypwjgvhvhxlhzw5x0ka506s5"; 206317 + version = "0.2.1.0"; 206318 + sha256 = "00cwlfcka2d1wcp7159r3sk3gz852dmc71jvjfr8bn1rrr781n0q"; 205243 206319 libraryHaskellDepends = [ base singletons type-combinators ]; 205244 206320 homepage = "https://github.com/mstksg/type-combinators-singletons"; 205245 206321 description = "Interop between /type-combinators/ and /singletons/"; ··· 205996 207072 license = stdenv.lib.licenses.mit; 205997 207073 }) {}; 205998 207074 205999 - "typelits-witnesses_0_3_0_0" = callPackage 207075 + "typelits-witnesses_0_3_0_1" = callPackage 206000 207076 ({ mkDerivation, base, base-compat, constraints, reflection 206001 207077 , transformers 206002 207078 }: 206003 207079 mkDerivation { 206004 207080 pname = "typelits-witnesses"; 206005 - version = "0.3.0.0"; 206006 - sha256 = "1rjc2wxm6cmvf03m3w3r19a9kya5ksk27zy00dmm3zqhq58ccb4v"; 207081 + version = "0.3.0.1"; 207082 + sha256 = "0d2537dwz5kiq81amrj2v00bvlwjfkidlz45g1h96zv78mlw1l7c"; 206007 207083 libraryHaskellDepends = [ 206008 207084 base base-compat constraints reflection transformers 206009 207085 ]; ··· 206807 207883 }) {}; 206808 207884 206809 207885 "unconstrained" = callPackage 206810 - ({ mkDerivation, base }: 207886 + ({ mkDerivation }: 206811 207887 mkDerivation { 206812 207888 pname = "unconstrained"; 206813 - version = "0.1.0.1"; 206814 - sha256 = "0wzkf8fqlqd11rcb7cvb7zsyg1ws5wyplgmsll6xbfbh68adh32p"; 206815 - libraryHaskellDepends = [ base ]; 207889 + version = "0.1.0.2"; 207890 + sha256 = "03811shhcfkcrsai3a1vw99g0pmg8m3cfi8gfiaf8b13l1k7lwfj"; 206816 207891 description = "Null constraint"; 206817 207892 license = stdenv.lib.licenses.bsd3; 206818 207893 }) {}; ··· 210669 211744 license = stdenv.lib.licenses.bsd3; 210670 211745 }) {}; 210671 211746 211747 + "vector-space_0_13" = callPackage 211748 + ({ mkDerivation, base, Boolean, MemoTrie, NumInstances }: 211749 + mkDerivation { 211750 + pname = "vector-space"; 211751 + version = "0.13"; 211752 + sha256 = "05yn93vnhzhpp2i6qb4b3dasvmpk71rab6vhssqvpb3qhdvxb482"; 211753 + libraryHaskellDepends = [ base Boolean MemoTrie NumInstances ]; 211754 + description = "Vector & affine spaces, linear maps, and derivatives"; 211755 + license = stdenv.lib.licenses.bsd3; 211756 + hydraPlatforms = stdenv.lib.platforms.none; 211757 + }) {}; 211758 + 210672 211759 "vector-space-map" = callPackage 210673 211760 ({ mkDerivation, base, containers, doctest, vector-space }: 210674 211761 mkDerivation { ··· 211044 212131 homepage = "https://github.com/maoe/viewprof"; 211045 212132 description = "Text-based interactive GHC .prof viewer"; 211046 212133 license = stdenv.lib.licenses.bsd3; 212134 + }) {}; 212135 + 212136 + "viewprof_0_0_0_13" = callPackage 212137 + ({ mkDerivation, base, brick, containers, directory, ghc-prof, lens 212138 + , scientific, text, vector, vector-algorithms, vty 212139 + }: 212140 + mkDerivation { 212141 + pname = "viewprof"; 212142 + version = "0.0.0.13"; 212143 + sha256 = "1ichcff012k1f9cqk01sixv3yx52krnhjfnw73yw06kacpd7i74z"; 212144 + isLibrary = false; 212145 + isExecutable = true; 212146 + executableHaskellDepends = [ 212147 + base brick containers directory ghc-prof lens scientific text 212148 + vector vector-algorithms vty 212149 + ]; 212150 + homepage = "https://github.com/maoe/viewprof"; 212151 + description = "Text-based interactive GHC .prof viewer"; 212152 + license = stdenv.lib.licenses.bsd3; 212153 + hydraPlatforms = stdenv.lib.platforms.none; 211047 212154 }) {}; 211048 212155 211049 212156 "views" = callPackage ··· 215018 216125 license = stdenv.lib.licenses.bsd3; 215019 216126 }) {}; 215020 216127 215021 - "weeder_0_1_13" = callPackage 216128 + "weeder_1_0" = callPackage 215022 216129 ({ mkDerivation, aeson, base, bytestring, cmdargs, deepseq 215023 216130 , directory, extra, filepath, foundation, hashable, process, text 215024 216131 , unordered-containers, vector, yaml 215025 216132 }: 215026 216133 mkDerivation { 215027 216134 pname = "weeder"; 215028 - version = "0.1.13"; 215029 - sha256 = "0a0zfp1g5mh393v4d1js5a0fnkj03q5kzycsyp3x4nk37dnc67fy"; 216135 + version = "1.0"; 216136 + sha256 = "1s6xfzv49pism1z4qpid3745w8x06nddifzb9165j2h6n7fivgav"; 215030 216137 isLibrary = false; 215031 216138 isExecutable = true; 215032 216139 executableHaskellDepends = [ ··· 219034 220141 ({ mkDerivation, base, magic, mtl, random, unix, xmonad }: 219035 220142 mkDerivation { 219036 220143 pname = "xmonad-wallpaper"; 219037 - version = "0.0.1.3"; 219038 - sha256 = "0vw1pcfpsxcaqnq9s5p7my3jr6q38ndm7qd5x7m06wmakcalcbyy"; 220144 + version = "0.0.1.4"; 220145 + sha256 = "0f6214kqp86xnk1zginjiprnqlj2fzcvh3w5sv3yvqg98mwdd0cg"; 219039 220146 libraryHaskellDepends = [ base magic mtl random unix xmonad ]; 219040 220147 description = "xmonad wallpaper extension"; 219041 220148 license = stdenv.lib.licenses.lgpl3; ··· 220921 222028 license = stdenv.lib.licenses.mit; 220922 222029 }) {}; 220923 222030 222031 + "yesod-core_1_4_37_3" = callPackage 222032 + ({ mkDerivation, aeson, async, auto-update, base, blaze-builder 222033 + , blaze-html, blaze-markup, byteable, bytestring, case-insensitive 222034 + , cereal, clientsession, conduit, conduit-extra, containers, cookie 222035 + , criterion, data-default, deepseq, deepseq-generics, directory 222036 + , exceptions, fast-logger, hspec, hspec-expectations, http-types 222037 + , HUnit, lifted-base, monad-control, monad-logger, mtl, mwc-random 222038 + , network, old-locale, parsec, path-pieces, primitive, QuickCheck 222039 + , random, resourcet, safe, semigroups, shakespeare 222040 + , streaming-commons, template-haskell, text, time, transformers 222041 + , transformers-base, unix-compat, unordered-containers, vector, wai 222042 + , wai-extra, wai-logger, warp, word8 222043 + }: 222044 + mkDerivation { 222045 + pname = "yesod-core"; 222046 + version = "1.4.37.3"; 222047 + sha256 = "1jw1302p5s9jy7xghxzg9j63pn6b1hp957n1808qyk1iz7yrfsg0"; 222048 + libraryHaskellDepends = [ 222049 + aeson auto-update base blaze-builder blaze-html blaze-markup 222050 + byteable bytestring case-insensitive cereal clientsession conduit 222051 + conduit-extra containers cookie data-default deepseq 222052 + deepseq-generics directory exceptions fast-logger http-types 222053 + lifted-base monad-control monad-logger mtl mwc-random old-locale 222054 + parsec path-pieces primitive random resourcet safe semigroups 222055 + shakespeare template-haskell text time transformers 222056 + transformers-base unix-compat unordered-containers vector wai 222057 + wai-extra wai-logger warp word8 222058 + ]; 222059 + testHaskellDepends = [ 222060 + async base blaze-builder bytestring clientsession conduit 222061 + conduit-extra containers cookie hspec hspec-expectations http-types 222062 + HUnit lifted-base mwc-random network path-pieces QuickCheck random 222063 + resourcet shakespeare streaming-commons template-haskell text 222064 + transformers wai wai-extra 222065 + ]; 222066 + benchmarkHaskellDepends = [ 222067 + base blaze-html bytestring criterion shakespeare text transformers 222068 + ]; 222069 + homepage = "http://www.yesodweb.com/"; 222070 + description = "Creation of type-safe, RESTful web applications"; 222071 + license = stdenv.lib.licenses.mit; 222072 + hydraPlatforms = stdenv.lib.platforms.none; 222073 + }) {}; 222074 + 220924 222075 "yesod-crud" = callPackage 220925 222076 ({ mkDerivation, base, classy-prelude, containers, MissingH 220926 222077 , monad-control, persistent, random, safe, stm, uuid, yesod-core ··· 223632 224783 license = stdenv.lib.licenses.bsd3; 223633 224784 }) {inherit (pkgs) zip;}; 223634 224785 223635 - "zip-archive_0_3_2" = callPackage 224786 + "zip-archive_0_3_2_2" = callPackage 223636 224787 ({ mkDerivation, array, base, binary, bytestring, containers 223637 224788 , digest, directory, filepath, HUnit, mtl, old-time, pretty 223638 224789 , process, temporary, text, time, unix, zip, zlib 223639 224790 }: 223640 224791 mkDerivation { 223641 224792 pname = "zip-archive"; 223642 - version = "0.3.2"; 223643 - sha256 = "1k413av98vchpsqd3930w4sznih4jip98vbgyif86nbpji7mp44f"; 224793 + version = "0.3.2.2"; 224794 + sha256 = "1xyabamc3670r8qjwpyfxcbsxhsnzy6i9n5zx58maq830lwp2m9c"; 223644 224795 isLibrary = true; 223645 224796 isExecutable = true; 223646 224797 libraryHaskellDepends = [ ··· 223649 224800 ]; 223650 224801 executableHaskellDepends = [ base bytestring directory ]; 223651 224802 testHaskellDepends = [ 223652 - base bytestring directory HUnit old-time process temporary time 223653 - unix 224803 + base bytestring directory filepath HUnit old-time process temporary 224804 + time unix 223654 224805 ]; 223655 224806 testToolDepends = [ zip ]; 223656 224807 homepage = "http://github.com/jgm/zip-archive"; ··· 224226 225377 ]; 224227 225378 description = "Multi-file, colored, filtered log tailer"; 224228 225379 license = stdenv.lib.licenses.bsd3; 225380 + }) {}; 225381 + 225382 + "zuramaru" = callPackage 225383 + ({ mkDerivation, base, cmdargs, containers, distributive, doctest 225384 + , either, extensible, extra, lens, megaparsec, mono-traversable 225385 + , mtl, profunctors, readline, safe, safe-exceptions, silently 225386 + , singletons, string-qq, tasty, tasty-discover, tasty-hunit 225387 + , template-haskell, text, text-show, throwable-exceptions 225388 + , transformers 225389 + }: 225390 + mkDerivation { 225391 + pname = "zuramaru"; 225392 + version = "0.1.0.0"; 225393 + sha256 = "0g8kkwyjmsj5wqsqn6yxg9qr79ljfskc5qy4wg0xvlb8781xbj8m"; 225394 + isLibrary = true; 225395 + isExecutable = true; 225396 + libraryHaskellDepends = [ 225397 + base cmdargs containers distributive either extensible extra lens 225398 + megaparsec mono-traversable mtl profunctors readline safe 225399 + safe-exceptions singletons string-qq template-haskell text 225400 + text-show throwable-exceptions transformers 225401 + ]; 225402 + executableHaskellDepends = [ 225403 + base cmdargs containers distributive either extensible extra lens 225404 + megaparsec mono-traversable mtl profunctors readline safe 225405 + safe-exceptions singletons string-qq template-haskell text 225406 + text-show throwable-exceptions transformers 225407 + ]; 225408 + testHaskellDepends = [ 225409 + base cmdargs containers distributive doctest either extensible 225410 + extra lens megaparsec mono-traversable mtl profunctors readline 225411 + safe safe-exceptions silently singletons string-qq tasty 225412 + tasty-discover tasty-hunit template-haskell text text-show 225413 + throwable-exceptions transformers 225414 + ]; 225415 + homepage = "https://github.com/aiya000/hs-zuramaru"; 225416 + description = "A lisp processor, An inline-lisp, in Haskell"; 225417 + license = stdenv.lib.licenses.mit; 224229 225418 }) {}; 224230 225419 224231 225420 "zxcvbn-c" = callPackage