Merge pull request #65852 from NixOS/haskell-updates

LTS Haskell 13.30

authored by Peter Simons and committed by GitHub 020685de 0423b5d7

+3089 -860
+10 -9
pkgs/development/haskell-modules/configuration-common.nix
··· 72 name = "git-annex-${super.git-annex.version}-src"; 73 url = "git://git-annex.branchable.com/"; 74 rev = "refs/tags/" + super.git-annex.version; 75 - sha256 = "11d4qyhmc774h2xyrpyn9rxx99x3vjs0fcxsg49gj5ayzmykafap"; 76 }; 77 }).override { 78 dbus = if pkgs.stdenv.isLinux then self.dbus else null; ··· 1111 ''; 1112 }); 1113 1114 - hsdev_0_3_3_1 = super.hsdev_0_3_3_1.overrideScope (self: super: { 1115 haskell-names = self.haskell-names_0_9_6; 1116 network = self.network_3_0_1_1; 1117 }); ··· 1129 concurrent-output = self.concurrent-output_1_10_10; # needed for new ansi-terminal version 1130 hi-file-parser = dontCheck (unmarkBroken super.hi-file-parser); # Avoid depending on newer hspec versions. 1131 http-download = dontCheck (unmarkBroken super.http-download); 1132 - pantry-tmp = dontCheck (unmarkBroken super.pantry-tmp); 1133 - rio = self.rio_0_1_10_0; 1134 rio-prettyprint = unmarkBroken super.rio-prettyprint; 1135 })); 1136 1137 # musl fixes ··· 1253 cmark-gfm = self.cmark-gfm_0_2_0; 1254 pandoc = dontCheck (doDistribute super.pandoc_2_7_3); # test suite failure: https://github.com/jgm/pandoc/issues/5582 1255 pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2; 1256 - skylighting = self.skylighting_0_8_1_1; 1257 - skylighting-core = self.skylighting-core_0_8_1_1; 1258 1259 # Current versions of tasty-hedgehog need hedgehog 1.x, which 1260 # we don't have in LTS-13.x. ··· 1299 temporary-resourcet = doJailbreak super.temporary-resourcet; 1300 1301 # Requires dhall >= 1.23.0 1302 - ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_24_0; }; 1303 - dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_24_0; }; 1304 1305 # Test suite doesn't work with current QuickCheck 1306 # https://github.com/pruvisto/heap/issues/11 ··· 1313 constraints-deriving = dontCheck super.constraints-deriving; 1314 1315 # The old LTS-13.x version does not compile. 1316 - ip = self.ip_1_5_0; 1317 1318 # Needs deque >= 0.3, but latest version on stackage is 2.7 1319 butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
··· 72 name = "git-annex-${super.git-annex.version}-src"; 73 url = "git://git-annex.branchable.com/"; 74 rev = "refs/tags/" + super.git-annex.version; 75 + sha256 = "1pz12l0awshdq5xyac5awjd902sy9l65z6ihya4pzapik4gqfdcd"; 76 }; 77 }).override { 78 dbus = if pkgs.stdenv.isLinux then self.dbus else null; ··· 1111 ''; 1112 }); 1113 1114 + hsdev_0_3_3_2 = super.hsdev_0_3_3_2.overrideScope (self: super: { 1115 haskell-names = self.haskell-names_0_9_6; 1116 network = self.network_3_0_1_1; 1117 }); ··· 1129 concurrent-output = self.concurrent-output_1_10_10; # needed for new ansi-terminal version 1130 hi-file-parser = dontCheck (unmarkBroken super.hi-file-parser); # Avoid depending on newer hspec versions. 1131 http-download = dontCheck (unmarkBroken super.http-download); 1132 + pantry = dontCheck (unmarkBroken super.pantry); 1133 + rio = self.rio_0_1_11_0; 1134 rio-prettyprint = unmarkBroken super.rio-prettyprint; 1135 + unliftio = self.unliftio_0_2_12; 1136 })); 1137 1138 # musl fixes ··· 1254 cmark-gfm = self.cmark-gfm_0_2_0; 1255 pandoc = dontCheck (doDistribute super.pandoc_2_7_3); # test suite failure: https://github.com/jgm/pandoc/issues/5582 1256 pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2; 1257 + skylighting = self.skylighting_0_8_2; 1258 + skylighting-core = self.skylighting-core_0_8_2; 1259 1260 # Current versions of tasty-hedgehog need hedgehog 1.x, which 1261 # we don't have in LTS-13.x. ··· 1300 temporary-resourcet = doJailbreak super.temporary-resourcet; 1301 1302 # Requires dhall >= 1.23.0 1303 + ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_25_0; }; 1304 + dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_25_0; }; 1305 1306 # Test suite doesn't work with current QuickCheck 1307 # https://github.com/pruvisto/heap/issues/11 ··· 1314 constraints-deriving = dontCheck super.constraints-deriving; 1315 1316 # The old LTS-13.x version does not compile. 1317 + ip = self.ip_1_5_1; 1318 1319 # Needs deque >= 0.3, but latest version on stackage is 2.7 1320 butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
+70 -2
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 43 - ghcjs-base-0 44 45 default-package-overrides: 46 - # LTS Haskell 13.27 47 - abstract-deque ==0.3 48 - abstract-deque-tests ==0.3 49 - abstract-par ==0.3.3 ··· 345 - bzlib ==0.5.0.5 346 - bzlib-conduit ==0.3.0.1 347 - c2hs ==0.28.6 348 - cabal2spec ==2.2.2.1 349 - cabal-doctest ==1.0.6 350 - cabal-rpm ==0.12.6 ··· 901 - hashids ==1.0.2.4 902 - hashmap ==1.3.3 903 - hashtables ==1.2.3.3 904 - haskell-gi ==0.21.5 905 - haskell-gi-base ==0.21.5 906 - haskell-gi-overloading ==1.0 ··· 1375 - mono-traversable ==1.0.11.0 1376 - mono-traversable-instances ==0.1.0.0 1377 - mountpoints ==1.0.2 1378 - mtl-compat ==0.2.2 1379 - mtl-prelude ==2.0.3.1 1380 - multiarg ==0.30.0.10 ··· 1500 - parallel-io ==0.3.3 1501 - paripari ==0.6.0.0 1502 - parseargs ==0.2.0.9 1503 - parsec-class ==1.0.0.0 1504 - parsec-numbers ==0.1.0 1505 - parsec-numeric ==0.1.0.0 ··· 1913 - statistics ==0.15.0.0 1914 - stb-image-redux ==0.2.1.2 1915 - step-function ==0.2 1916 - stm-chans ==3.0.0.4 1917 - stm-conduit ==4.0.1 1918 - stm-delay ==0.1.1.1 ··· 2021 - testing-feat ==1.1.0.0 2022 - testing-type-modifiers ==0.1.0.1 2023 - texmath ==0.11.2.2 2024 - text-binary ==0.2.1.1 2025 - text-builder ==0.6.5.1 2026 - text-conversions ==0.3.0 ··· 2277 - xdg-basedir ==0.2.2 2278 - xeno ==0.3.5.1 2279 - xenstore ==0.1.1 2280 - xls ==0.1.2 2281 - xlsx ==0.7.2 2282 - xlsx-tabular ==0.2.2.1 ··· 2427 - funcmp 2428 - git-annex 2429 - hackage-db 2430 - hledger 2431 - hledger-interest 2432 - hledger-ui ··· 2791 - apelsin 2792 - api-builder 2793 - api-tools 2794 - apiary 2795 - apiary-authenticate 2796 - apiary-clientsession ··· 2887 - atomic-primops-vector 2888 - atomo 2889 - ats-format 2890 - ats-setup 2891 - ats-storable 2892 - attic-schedule ··· 2956 - azurify 2957 - b9 2958 - babylon 2959 - backdropper 2960 - backtracking-exceptions 2961 - backward-state 2962 - bag ··· 3003 - bdcs-api 3004 - beam 3005 - beam-newtype-field 3006 - beam-th 3007 - beamable 3008 - beautifHOL ··· 3171 - blunt 3172 - BNFC-meta 3173 - bno055-haskell 3174 - bogre-banana 3175 - bolt 3176 - boltzmann-brain ··· 3183 - boolexpr 3184 - boombox 3185 - boomslang 3186 - borel 3187 - boring-window-switcher 3188 - bot 3189 - bounded-array 3190 - bowntz 3191 - braid 3192 - brain-bleep 3193 - Bravo ··· 3319 - call-haskell-from-anything 3320 - camfort 3321 - campfire 3322 - canonical-filepath 3323 - canonical-json 3324 - canteven-http ··· 3413 - checked 3414 - Checked 3415 - checkmate 3416 - chessIO 3417 - chevalier-common 3418 - chiasma ··· 3743 - crf-chain2-generic 3744 - crf-chain2-tiers 3745 - critbit 3746 - criterion-plus 3747 - criterion-to-html 3748 - criu-rpc ··· 3863 - data-type 3864 - data-util 3865 - data-variant 3866 - database-study 3867 - datadog 3868 - datadog-tracing ··· 3974 - dgim 3975 - dgs 3976 - dhall-check 3977 - dhall-nix 3978 - dhcp-lease-parser 3979 - dia-base 3980 - dia-functions 3981 - diagrams-boolean ··· 4029 - dirtree 4030 - discogs-haskell 4031 - discord-gateway 4032 - - discord-haskell 4033 - discord-hs 4034 - discord-rest 4035 - discord-types ··· 4192 - effect-handlers 4193 - effect-stack 4194 - effin 4195 - egison-quote 4196 - egison-tutorial 4197 - ehaskell ··· 4232 - entangle 4233 - EntrezHTTP 4234 - entwine 4235 - EnumContainers 4236 - enumerate 4237 - enumerate-function ··· 4500 - FM-SBLEX 4501 - fmark 4502 - FModExRaw 4503 - fn-extra 4504 - foldl-incremental 4505 - foldl-statistics ··· 4629 - gact 4630 - game-probability 4631 - gameclock 4632 - Gamgine 4633 - gamma 4634 - Ganymede ··· 4743 - ghcjs-promise 4744 - ghcjs-xhr 4745 - ghclive 4746 - ght 4747 - gi-cairo-again 4748 - gi-dbusmenu ··· 4756 - gi-gstpbutils 4757 - gi-gsttag 4758 - gi-gstvideo 4759 - gi-gtkosxapplication 4760 - gi-handy 4761 - gi-notify 4762 - gi-ostree ··· 4764 - gi-poppler 4765 - gi-secret 4766 - gi-soup 4767 - gi-wnck 4768 - gi-xlib 4769 - giak ··· 4945 - gtfs 4946 - gtk-serialized-event 4947 - gtk-sni-tray 4948 - gtk-toy 4949 - gtk2hs-hello 4950 - gtk2hs-rpn ··· 5109 - hArduino 5110 - hardware-edsl 5111 - HaRe 5112 - hark 5113 - harmony 5114 - HarmTrace ··· 5512 - hjson-query 5513 - hjsonpointer 5514 - hjsonschema 5515 - HJVM 5516 - hkgr 5517 - hlatex ··· 5999 - identifiers 6000 - idiii 6001 - idna2008 6002 - IDynamic 6003 - ieee-utils 6004 - ifcxt 6005 - IFS 6006 - ig ··· 6323 - ks-test 6324 - KSP 6325 - ktx 6326 - kure 6327 - kure-your-boilerplate 6328 - KyotoCabinet ··· 6339 - lambda-calculator 6340 - lambda-canvas 6341 - lambda-devs 6342 - lambda-toolbox 6343 - lambda2js 6344 - lambdaBase ··· 6740 - marxup 6741 - masakazu-bot 6742 - MASMGen 6743 - master-plan 6744 - matchers 6745 - math-grads ··· 6791 - mellon-gpio 6792 - mellon-web 6793 - melody 6794 - memcache-conduit 6795 - memcache-haskell 6796 - memcached-binary ··· 7140 - network-netpacket 7141 - network-protocol-xmpp 7142 - network-rpca 7143 - network-server 7144 - network-service 7145 - network-simple ··· 7316 - optional 7317 - options-time 7318 - optparse-applicative-simple 7319 - orc 7320 - orchestrate 7321 - OrchestrateDB ··· 7371 - pang-a-lambda 7372 - pangraph 7373 - panpipe 7374 - pantry-tmp 7375 - papa-export 7376 - papa-implement ··· 7419 - pasta 7420 - pastis 7421 - pasty 7422 - patches-vector 7423 - Pathfinder 7424 - pathfindingcore ··· 7653 - postgresql-named 7654 - postgresql-query 7655 - postgresql-simple-bind 7656 - postgresql-simple-queue 7657 - postgresql-simple-sop 7658 - postgresql-simple-typed ··· 7979 - Referees 7980 - refh 7981 - reflection-extras 7982 - reflex-animation 7983 - reflex-backend-wai 7984 - reflex-dom-svg 7985 - reflex-gloss 7986 - reflex-gloss-scene ··· 8104 - rfc1413-server 8105 - rhythm-game-tutorial 8106 - RichConditional 8107 - riemann 8108 - riff 8109 - ring-buffer ··· 8263 - scotty-binding-play 8264 - scotty-blaze 8265 - scotty-fay 8266 - scotty-format 8267 - scotty-hastache 8268 - scotty-resource ··· 8773 - statsd-client 8774 - statsdi 8775 - stb-image-redux 8776 - stdata 8777 - stdf 8778 - stdio ··· 8802 - StrappedTemplates 8803 - stratum-tool 8804 - stratux 8805 - stratux-http 8806 - stratux-types 8807 - stratux-websockets ··· 8896 - symantic-cli 8897 - symantic-http-test 8898 - symantic-lib 8899 - symengine 8900 - symengine-hs 8901 - sync ··· 9017 - terminal-punch 9018 - terminal-text 9019 - termination-combinators 9020 - termplot 9021 - terntup 9022 - terrahs ··· 9187 - trace-function-call 9188 - traced 9189 - tracetree 9190 - tracker 9191 - traction 9192 - tracy ··· 9208 - translatable-intset 9209 - translate 9210 - translate-cli 9211 - travis 9212 - travis-meta-yaml 9213 - trawl ··· 9386 - unsequential 9387 - unused 9388 - uom-plugin 9389 - update-nix-fetchgit 9390 - Updater 9391 - uploadcare ··· 9405 - urldecode 9406 - UrlDisp 9407 - urldisp-happstack 9408 - URLT 9409 - urn 9410 - urn-random ··· 9489 - verilog 9490 - versioning 9491 - versioning-servant 9492 - vfr-waypoints 9493 - vgrep 9494 - vhd ··· 9682 - writer-cps-lens 9683 - writer-cps-monads-tf 9684 - writer-cps-morph 9685 - wsdl 9686 - wsedit 9687 - wss-client ··· 9702 - wxSimpleCanvas 9703 - wxturtle 9704 - wyvern 9705 - x-dsp 9706 - X11-extras 9707 - X11-rm ··· 9808 - yate 9809 - yavie 9810 - yaya 9811 - yaya-unsafe 9812 - ycextra 9813 - yeller
··· 43 - ghcjs-base-0 44 45 default-package-overrides: 46 + # LTS Haskell 13.30 47 - abstract-deque ==0.3 48 - abstract-deque-tests ==0.3 49 - abstract-par ==0.3.3 ··· 345 - bzlib ==0.5.0.5 346 - bzlib-conduit ==0.3.0.1 347 - c2hs ==0.28.6 348 + - Cabal ==2.4.1.0 349 - cabal2spec ==2.2.2.1 350 - cabal-doctest ==1.0.6 351 - cabal-rpm ==0.12.6 ··· 902 - hashids ==1.0.2.4 903 - hashmap ==1.3.3 904 - hashtables ==1.2.3.3 905 + - haskeline ==0.7.5.0 906 - haskell-gi ==0.21.5 907 - haskell-gi-base ==0.21.5 908 - haskell-gi-overloading ==1.0 ··· 1377 - mono-traversable ==1.0.11.0 1378 - mono-traversable-instances ==0.1.0.0 1379 - mountpoints ==1.0.2 1380 + - mtl ==2.2.2 1381 - mtl-compat ==0.2.2 1382 - mtl-prelude ==2.0.3.1 1383 - multiarg ==0.30.0.10 ··· 1503 - parallel-io ==0.3.3 1504 - paripari ==0.6.0.0 1505 - parseargs ==0.2.0.9 1506 + - parsec ==3.1.13.0 1507 - parsec-class ==1.0.0.0 1508 - parsec-numbers ==0.1.0 1509 - parsec-numeric ==0.1.0.0 ··· 1917 - statistics ==0.15.0.0 1918 - stb-image-redux ==0.2.1.2 1919 - step-function ==0.2 1920 + - stm ==2.5.0.0 1921 - stm-chans ==3.0.0.4 1922 - stm-conduit ==4.0.1 1923 - stm-delay ==0.1.1.1 ··· 2026 - testing-feat ==1.1.0.0 2027 - testing-type-modifiers ==0.1.0.1 2028 - texmath ==0.11.2.2 2029 + - text ==1.2.3.1 2030 - text-binary ==0.2.1.1 2031 - text-builder ==0.6.5.1 2032 - text-conversions ==0.3.0 ··· 2283 - xdg-basedir ==0.2.2 2284 - xeno ==0.3.5.1 2285 - xenstore ==0.1.1 2286 + - xhtml ==3000.2.2.1 2287 - xls ==0.1.2 2288 - xlsx ==0.7.2 2289 - xlsx-tabular ==0.2.2.1 ··· 2434 - funcmp 2435 - git-annex 2436 - hackage-db 2437 + - haskell-ci 2438 - hledger 2439 - hledger-interest 2440 - hledger-ui ··· 2799 - apelsin 2800 - api-builder 2801 - api-tools 2802 + - api-yoti 2803 - apiary 2804 - apiary-authenticate 2805 - apiary-clientsession ··· 2896 - atomic-primops-vector 2897 - atomo 2898 - ats-format 2899 + - ats-pkg 2900 - ats-setup 2901 - ats-storable 2902 - attic-schedule ··· 2966 - azurify 2967 - b9 2968 - babylon 2969 + - backblaze-b2-hs 2970 - backdropper 2971 + - backstop 2972 - backtracking-exceptions 2973 - backward-state 2974 - bag ··· 3015 - bdcs-api 3016 - beam 3017 - beam-newtype-field 3018 + - beam-postgres 3019 - beam-th 3020 - beamable 3021 - beautifHOL ··· 3184 - blunt 3185 - BNFC-meta 3186 - bno055-haskell 3187 + - board-games 3188 - bogre-banana 3189 - bolt 3190 - boltzmann-brain ··· 3197 - boolexpr 3198 - boombox 3199 - boomslang 3200 + - boots 3201 - borel 3202 - boring-window-switcher 3203 - bot 3204 - bounded-array 3205 - bowntz 3206 + - box 3207 - braid 3208 - brain-bleep 3209 - Bravo ··· 3335 - call-haskell-from-anything 3336 - camfort 3337 - campfire 3338 + - canon 3339 - canonical-filepath 3340 - canonical-json 3341 - canteven-http ··· 3430 - checked 3431 - Checked 3432 - checkmate 3433 + - chell 3434 + - chell-hunit 3435 + - chell-quickcheck 3436 - chessIO 3437 - chevalier-common 3438 - chiasma ··· 3763 - crf-chain2-generic 3764 - crf-chain2-tiers 3765 - critbit 3766 + - criterion-compare 3767 - criterion-plus 3768 - criterion-to-html 3769 - criu-rpc ··· 3884 - data-type 3885 - data-util 3886 - data-variant 3887 + - database-id-groundhog 3888 - database-study 3889 - datadog 3890 - datadog-tracing ··· 3996 - dgim 3997 - dgs 3998 - dhall-check 3999 + - dhall-lsp-server 4000 - dhall-nix 4001 + - dhall-to-cabal 4002 - dhcp-lease-parser 4003 + - dhrun 4004 - dia-base 4005 - dia-functions 4006 - diagrams-boolean ··· 4054 - dirtree 4055 - discogs-haskell 4056 - discord-gateway 4057 - discord-hs 4058 - discord-rest 4059 - discord-types ··· 4216 - effect-handlers 4217 - effect-stack 4218 - effin 4219 + - egison 4220 - egison-quote 4221 - egison-tutorial 4222 - ehaskell ··· 4257 - entangle 4258 - EntrezHTTP 4259 - entwine 4260 + - enum-text-rio 4261 - EnumContainers 4262 - enumerate 4263 - enumerate-function ··· 4526 - FM-SBLEX 4527 - fmark 4528 - FModExRaw 4529 + - fmt-for-rio 4530 - fn-extra 4531 - foldl-incremental 4532 - foldl-statistics ··· 4656 - gact 4657 - game-probability 4658 - gameclock 4659 + - gamgee 4660 - Gamgine 4661 - gamma 4662 - Ganymede ··· 4771 - ghcjs-promise 4772 - ghcjs-xhr 4773 - ghclive 4774 + - ghcprofview 4775 - ght 4776 - gi-cairo-again 4777 - gi-dbusmenu ··· 4785 - gi-gstpbutils 4786 - gi-gsttag 4787 - gi-gstvideo 4788 + - gi-gtk 4789 + - gi-gtk-declarative 4790 + - gi-gtk-declarative-app-simple 4791 + - gi-gtk-hs 4792 - gi-gtkosxapplication 4793 + - gi-gtksource 4794 - gi-handy 4795 - gi-notify 4796 - gi-ostree ··· 4798 - gi-poppler 4799 - gi-secret 4800 - gi-soup 4801 + - gi-vte 4802 - gi-wnck 4803 - gi-xlib 4804 - giak ··· 4980 - gtfs 4981 - gtk-serialized-event 4982 - gtk-sni-tray 4983 + - gtk-strut 4984 - gtk-toy 4985 - gtk2hs-hello 4986 - gtk2hs-rpn ··· 5145 - hArduino 5146 - hardware-edsl 5147 - HaRe 5148 + - harg 5149 - hark 5150 - harmony 5151 - HarmTrace ··· 5549 - hjson-query 5550 - hjsonpointer 5551 - hjsonschema 5552 + - hjugement-cli 5553 - HJVM 5554 - hkgr 5555 - hlatex ··· 6037 - identifiers 6038 - idiii 6039 - idna2008 6040 + - idris 6041 - IDynamic 6042 - ieee-utils 6043 + - iexcloud 6044 - ifcxt 6045 - IFS 6046 - ig ··· 6363 - ks-test 6364 - KSP 6365 - ktx 6366 + - kubernetes-client 6367 + - kubernetes-client-core 6368 - kure 6369 - kure-your-boilerplate 6370 - KyotoCabinet ··· 6381 - lambda-calculator 6382 - lambda-canvas 6383 - lambda-devs 6384 + - lambda-options 6385 - lambda-toolbox 6386 - lambda2js 6387 - lambdaBase ··· 6783 - marxup 6784 - masakazu-bot 6785 - MASMGen 6786 + - massiv-test 6787 - master-plan 6788 - matchers 6789 - math-grads ··· 6835 - mellon-gpio 6836 - mellon-web 6837 - melody 6838 + - membrain 6839 - memcache-conduit 6840 - memcache-haskell 6841 - memcached-binary ··· 7185 - network-netpacket 7186 - network-protocol-xmpp 7187 - network-rpca 7188 + - network-run 7189 - network-server 7190 - network-service 7191 - network-simple ··· 7362 - optional 7363 - options-time 7364 - optparse-applicative-simple 7365 + - optparse-enum 7366 - orc 7367 - orchestrate 7368 - OrchestrateDB ··· 7418 - pang-a-lambda 7419 - pangraph 7420 - panpipe 7421 + - pantry 7422 - pantry-tmp 7423 - papa-export 7424 - papa-implement ··· 7467 - pasta 7468 - pastis 7469 - pasty 7470 + - patat 7471 - patches-vector 7472 - Pathfinder 7473 - pathfindingcore ··· 7702 - postgresql-named 7703 - postgresql-query 7704 - postgresql-simple-bind 7705 + - postgresql-simple-named 7706 - postgresql-simple-queue 7707 - postgresql-simple-sop 7708 - postgresql-simple-typed ··· 8029 - Referees 8030 - refh 8031 - reflection-extras 8032 + - reflex 8033 - reflex-animation 8034 - reflex-backend-wai 8035 + - reflex-basic-host 8036 - reflex-dom-svg 8037 - reflex-gloss 8038 - reflex-gloss-scene ··· 8156 - rfc1413-server 8157 - rhythm-game-tutorial 8158 - RichConditional 8159 + - ridley 8160 + - ridley-extras 8161 - riemann 8162 - riff 8163 - ring-buffer ··· 8317 - scotty-binding-play 8318 - scotty-blaze 8319 - scotty-fay 8320 + - scotty-form 8321 - scotty-format 8322 - scotty-hastache 8323 - scotty-resource ··· 8828 - statsd-client 8829 - statsdi 8830 - stb-image-redux 8831 + - stc-lang 8832 - stdata 8833 - stdf 8834 - stdio ··· 8858 - StrappedTemplates 8859 - stratum-tool 8860 - stratux 8861 + - stratux-demo 8862 - stratux-http 8863 - stratux-types 8864 - stratux-websockets ··· 8953 - symantic-cli 8954 - symantic-http-test 8955 - symantic-lib 8956 + - symantic-xml 8957 - symengine 8958 - symengine-hs 8959 - sync ··· 9075 - terminal-punch 9076 - terminal-text 9077 - termination-combinators 9078 + - termonad 9079 - termplot 9080 - terntup 9081 - terrahs ··· 9246 - trace-function-call 9247 - traced 9248 - tracetree 9249 + - tracing 9250 - tracker 9251 - traction 9252 - tracy ··· 9268 - translatable-intset 9269 - translate 9270 - translate-cli 9271 + - trasa-extra 9272 + - trasa-th 9273 - travis 9274 - travis-meta-yaml 9275 - trawl ··· 9448 - unsequential 9449 - unused 9450 - uom-plugin 9451 + - up 9452 - update-nix-fetchgit 9453 - Updater 9454 - uploadcare ··· 9468 - urldecode 9469 - UrlDisp 9470 - urldisp-happstack 9471 + - urlpath 9472 - URLT 9473 - urn 9474 - urn-random ··· 9553 - verilog 9554 - versioning 9555 - versioning-servant 9556 + - vflow-types 9557 - vfr-waypoints 9558 - vgrep 9559 - vhd ··· 9747 - writer-cps-lens 9748 - writer-cps-monads-tf 9749 - writer-cps-morph 9750 + - ws 9751 - wsdl 9752 - wsedit 9753 - wss-client ··· 9768 - wxSimpleCanvas 9769 - wxturtle 9770 - wyvern 9771 + - X 9772 - x-dsp 9773 - X11-extras 9774 - X11-rm ··· 9875 - yate 9876 - yavie 9877 - yaya 9878 + - yaya-hedgehog 9879 - yaya-unsafe 9880 - ycextra 9881 - yeller
+1 -1
pkgs/development/haskell-modules/configuration-nix.nix
··· 584 snap-server = dontCheck super.snap-server; 585 586 # Tests require internet 587 - dhall_1_24_0 = dontCheck super.dhall_1_24_0; 588 589 }
··· 584 snap-server = dontCheck super.snap-server; 585 586 # Tests require internet 587 + dhall_1_25_0 = dontCheck super.dhall_1_25_0; 588 589 }
+3008 -848
pkgs/development/haskell-modules/hackage-packages.nix
··· 636 }: 637 mkDerivation { 638 pname = "AbortT-transformers"; 639 - version = "1.0.1.2"; 640 - sha256 = "1skqp7zmh7vzrfhfnc6mn125xmqz2p0c8pmaccxynga9623dmsb2"; 641 libraryHaskellDepends = [ base transformers ]; 642 testHaskellDepends = [ 643 base HUnit QuickCheck test-framework test-framework-hunit ··· 2664 pname = "Cabal"; 2665 version = "2.4.1.0"; 2666 sha256 = "151mrrd9sskghvlwmj32da5gafwqj6sv9xz9fmp84b7vm4nr0skk"; 2667 - revision = "1"; 2668 - editedCabalFile = "1dvs2i0kfk8rji9wbrv7y0iydbif9jzg4c7rmaa6lxg8hp7mij2n"; 2669 setupHaskellDepends = [ mtl parsec ]; 2670 libraryHaskellDepends = [ 2671 array base binary bytestring containers deepseq directory filepath ··· 2954 }: 2955 mkDerivation { 2956 pname = "ChasingBottoms"; 2957 - version = "1.3.1.5"; 2958 - sha256 = "0hfk2cb9da5fvr96x8lzij93yl3rvax2id9a8gihd5j5aq4kxx30"; 2959 libraryHaskellDepends = [ 2960 base containers mtl QuickCheck random syb 2961 ]; ··· 11761 ({ mkDerivation, base, containers }: 11762 mkDerivation { 11763 pname = "LParse"; 11764 - version = "0.3.0.0"; 11765 - sha256 = "0nl76ycq608p2wm61pqn64wmq5aqmnwc9p8k4mvx8zwqw06jqlmm"; 11766 libraryHaskellDepends = [ base containers ]; 11767 testHaskellDepends = [ base ]; 11768 description = "A continuation-based parser library"; ··· 13319 }) {}; 13320 13321 "Monadoro" = callPackage 13322 - ({ mkDerivation, ansi-terminal, base, process, time }: 13323 mkDerivation { 13324 pname = "Monadoro"; 13325 - version = "0.1.2.0"; 13326 - sha256 = "1bqaiarr5gv42xl8fww67iryyh1mscwdkgcahdc988y19ag8a4j9"; 13327 isLibrary = true; 13328 isExecutable = true; 13329 - libraryHaskellDepends = [ ansi-terminal base process time ]; 13330 - executableHaskellDepends = [ ansi-terminal base process time ]; 13331 - testHaskellDepends = [ ansi-terminal base process time ]; 13332 - description = "A minimalistic CLI Pomodoro timer, based on a library of the same purpose"; 13333 license = stdenv.lib.licenses.mit; 13334 }) {}; 13335 ··· 15301 }: 15302 mkDerivation { 15303 pname = "Persistence"; 15304 - version = "1.1.4.2"; 15305 - sha256 = "0lvzzcmsmpmsj63ysf3ad6a2v14cf61daz767fxkcf7b7cl50cjp"; 15306 libraryHaskellDepends = [ 15307 base containers maximal-cliques parallel vector 15308 ]; 15309 - description = "Quickly detect clusters and holes in data"; 15310 license = stdenv.lib.licenses.bsd3; 15311 hydraPlatforms = stdenv.lib.platforms.none; 15312 broken = true; ··· 17518 }) {}; 17519 17520 "ShellCheck" = callPackage 17521 - ({ mkDerivation, aeson, base, bytestring, Cabal, containers 17522 - , directory, mtl, parsec, process, QuickCheck, regex-tdfa 17523 }: 17524 mkDerivation { 17525 pname = "ShellCheck"; 17526 - version = "0.6.0"; 17527 - sha256 = "1xkxrn1j5qvh2pxm0cnjpqqqsvwr7xy8pk31cwbh8r879nrrzrzn"; 17528 isLibrary = true; 17529 isExecutable = true; 17530 setupHaskellDepends = [ base Cabal process ]; 17531 libraryHaskellDepends = [ 17532 - aeson base bytestring containers directory mtl parsec process 17533 - QuickCheck regex-tdfa 17534 ]; 17535 executableHaskellDepends = [ 17536 - aeson base bytestring containers directory mtl parsec QuickCheck 17537 - regex-tdfa 17538 ]; 17539 testHaskellDepends = [ 17540 - aeson base bytestring containers directory mtl parsec QuickCheck 17541 - regex-tdfa 17542 ]; 17543 description = "Shell script analysis tool"; 17544 license = stdenv.lib.licenses.gpl3; ··· 18868 }: 18869 mkDerivation { 18870 pname = "TeX-my-math"; 18871 - version = "0.201.1.1"; 18872 - sha256 = "064ram3i1a59ypd8i3wnp7x9vbkc8zawby52676y4pfkqvddnhnm"; 18873 libraryHaskellDepends = [ 18874 base decimal-literals dumb-cas hashable haskell-src-meta HaTeX 18875 template-haskell text unordered-containers vector-space void 18876 ]; 18877 testHaskellDepends = [ 18878 base directory dumb-cas filepath haskell-src-meta HaTeX process ··· 20407 broken = true; 20408 }) {}; 20409 20410 "X11" = callPackage 20411 ({ mkDerivation, base, data-default, libX11, libXext, libXinerama 20412 , libXrandr, libXrender, libXScrnSaver ··· 24872 ({ mkDerivation, base }: 24873 mkDerivation { 24874 pname = "alist"; 24875 - version = "0.1.1.7"; 24876 - sha256 = "1kklhgksg0lvl4v80y82c5zsfwrr7nbdb8sl64529589sfrsrpsw"; 24877 libraryHaskellDepends = [ base ]; 24878 description = "lists with O(1) append"; 24879 license = stdenv.lib.licenses.bsd3; ··· 28715 license = stdenv.lib.licenses.mit; 28716 }) {}; 28717 28718 - "antiope-athena_7_1_2" = callPackage 28719 ({ mkDerivation, amazonka, amazonka-athena, amazonka-core, base 28720 , lens, resourcet, text, unliftio-core 28721 }: 28722 mkDerivation { 28723 pname = "antiope-athena"; 28724 - version = "7.1.2"; 28725 - sha256 = "19xh9cm859r3p5n0plpwddp4zkgr3sg74xx8m4zv160xi3dggjia"; 28726 libraryHaskellDepends = [ 28727 amazonka amazonka-athena amazonka-core base lens resourcet text 28728 unliftio-core ··· 28740 ({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }: 28741 mkDerivation { 28742 pname = "antiope-contract"; 28743 - version = "7.1.2"; 28744 - sha256 = "0k6zn6nhl5b92qjbaxlm1fk21k4anhlm1p86ggydnw8alh9r2lwc"; 28745 libraryHaskellDepends = [ 28746 aeson antiope-s3 avro base bytestring text 28747 ]; ··· 28771 license = stdenv.lib.licenses.mit; 28772 }) {}; 28773 28774 - "antiope-core_7_1_2" = callPackage 28775 ({ mkDerivation, aeson, aeson-lens, amazonka, amazonka-core, base 28776 , bytestring, exceptions, generic-lens, hedgehog, hspec 28777 , http-client, http-types, hw-hspec-hedgehog, lens, mtl, resourcet ··· 28779 }: 28780 mkDerivation { 28781 pname = "antiope-core"; 28782 - version = "7.1.2"; 28783 - sha256 = "0i3gwc07hkl50abkk80jnjkp6iixn6hr6q2h1kj206d6cigjx0cn"; 28784 libraryHaskellDepends = [ 28785 aeson amazonka amazonka-core base bytestring exceptions 28786 generic-lens http-client http-types lens mtl resourcet text ··· 28817 license = stdenv.lib.licenses.mit; 28818 }) {}; 28819 28820 - "antiope-dynamodb_7_1_2" = callPackage 28821 - ({ mkDerivation, amazonka, amazonka-core, amazonka-dynamodb 28822 , antiope-core, base, generic-lens, lens, text, unliftio-core 28823 , unordered-containers 28824 }: 28825 mkDerivation { 28826 pname = "antiope-dynamodb"; 28827 - version = "7.1.2"; 28828 - sha256 = "0g74fg6fclmrfjkhgqyhq95l967bhjah6rk0davrbd3dfandr612"; 28829 libraryHaskellDepends = [ 28830 - amazonka amazonka-core amazonka-dynamodb antiope-core base 28831 generic-lens lens text unliftio-core unordered-containers 28832 ]; 28833 testHaskellDepends = [ ··· 28861 license = stdenv.lib.licenses.mit; 28862 }) {}; 28863 28864 - "antiope-messages_7_1_2" = callPackage 28865 ({ mkDerivation, aeson, amazonka, amazonka-core, base, bytestring 28866 , generic-lens, hedgehog, hspec, hw-hspec-hedgehog, lens 28867 , lens-aeson, monad-loops, network-uri, scientific, text ··· 28869 }: 28870 mkDerivation { 28871 pname = "antiope-messages"; 28872 - version = "7.1.2"; 28873 - sha256 = "0y2dwf0sbay4dm9ns11k2qpjqmgnvxswmd508bwf52305avi97vc"; 28874 libraryHaskellDepends = [ 28875 aeson amazonka amazonka-core base bytestring generic-lens lens 28876 lens-aeson monad-loops network-uri text unliftio-core ··· 28891 }: 28892 mkDerivation { 28893 pname = "antiope-optparse-applicative"; 28894 - version = "7.1.2"; 28895 - sha256 = "0cp9yizvibhi7bwm22z62gx8hv3cm1vbpbv70a0ws4k2i2cq8yrr"; 28896 libraryHaskellDepends = [ 28897 amazonka amazonka-core amazonka-s3 base optparse-applicative text 28898 ]; ··· 28929 license = stdenv.lib.licenses.mit; 28930 }) {}; 28931 28932 - "antiope-s3_7_1_2" = callPackage 28933 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3 28934 , antiope-core, antiope-messages, attoparsec, base, bytestring 28935 , conduit, conduit-extra, exceptions, generic-lens, hedgehog, hspec ··· 28938 }: 28939 mkDerivation { 28940 pname = "antiope-s3"; 28941 - version = "7.1.2"; 28942 - sha256 = "1z85kn6675r54f1hnfn6g0yhg7cjfka32h913qnljd7qmb6ikhhs"; 28943 libraryHaskellDepends = [ 28944 aeson amazonka amazonka-core amazonka-s3 antiope-core 28945 antiope-messages attoparsec base bytestring conduit conduit-extra ··· 28976 license = stdenv.lib.licenses.mit; 28977 }) {}; 28978 28979 - "antiope-sns_7_1_2" = callPackage 28980 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sns, base 28981 , bytestring, generic-lens, hedgehog, hspec, hw-hspec-hedgehog 28982 , lens, text, time, unliftio-core 28983 }: 28984 mkDerivation { 28985 pname = "antiope-sns"; 28986 - version = "7.1.2"; 28987 - sha256 = "14mq13q6gvg8r3dm329xzbbxlxxx0p5r5gyyqglpqfmdi5dy9948"; 28988 libraryHaskellDepends = [ 28989 aeson amazonka amazonka-core amazonka-sns base bytestring 28990 generic-lens lens text time unliftio-core ··· 29021 license = stdenv.lib.licenses.mit; 29022 }) {}; 29023 29024 - "antiope-sqs_7_1_2" = callPackage 29025 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sqs, base 29026 , bytestring, conduit, generic-lens, hedgehog, hspec 29027 , hw-hspec-hedgehog, lens, lens-aeson, monad-loops, mtl ··· 29030 }: 29031 mkDerivation { 29032 pname = "antiope-sqs"; 29033 - version = "7.1.2"; 29034 - sha256 = "0gpg340nwnni7ybzcq82i7p3j61gw1120209s9ziyqfrlbs7r976"; 29035 libraryHaskellDepends = [ 29036 aeson amazonka amazonka-core amazonka-sqs base bytestring conduit 29037 generic-lens lens lens-aeson monad-loops mtl network-uri split text ··· 29045 description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>"; 29046 license = stdenv.lib.licenses.mit; 29047 hydraPlatforms = stdenv.lib.platforms.none; 29048 }) {}; 29049 29050 "antiprimes" = callPackage ··· 29274 license = stdenv.lib.licenses.bsd3; 29275 }) {}; 29276 29277 "apecs-gloss" = callPackage 29278 ({ mkDerivation, apecs, apecs-physics, base, containers, gloss 29279 , linear ··· 29289 license = stdenv.lib.licenses.bsd3; 29290 }) {}; 29291 29292 "apecs-physics" = callPackage 29293 ({ mkDerivation, apecs, base, Cabal, containers, inline-c, linear 29294 , template-haskell, vector ··· 29305 license = stdenv.lib.licenses.bsd3; 29306 }) {}; 29307 29308 "apecs-physics-gloss" = callPackage 29309 ({ mkDerivation, apecs, apecs-physics, base, gloss }: 29310 mkDerivation { ··· 29322 }: 29323 mkDerivation { 29324 pname = "apecs-stm"; 29325 - version = "0.1.1"; 29326 - sha256 = "0d0l48fynsk84y2ifb004dpr39s2hdcwrgfp1ds3qff6784sh66b"; 29327 libraryHaskellDepends = [ 29328 apecs base containers list-t stm stm-containers template-haskell 29329 vector ··· 29403 }: 29404 mkDerivation { 29405 pname = "api-monobank"; 29406 - version = "0.1.2.0"; 29407 - sha256 = "0n9nj6cfszp2wz003sn0xk9533pawlv3afk5p96l6id964dpcdhb"; 29408 isLibrary = true; 29409 isExecutable = true; 29410 libraryHaskellDepends = [ ··· 29467 ]; 29468 description = "DSL for generating API boilerplate and docs"; 29469 license = stdenv.lib.licenses.bsd3; 29470 hydraPlatforms = stdenv.lib.platforms.none; 29471 broken = true; 29472 }) {}; ··· 30815 }: 30816 mkDerivation { 30817 pname = "arithmetic"; 30818 - version = "1.2"; 30819 - sha256 = "0yipdx61ky9db46fy2cbal4qc9y94arkcj4z1dj28bx7j7fnmvzk"; 30820 isLibrary = true; 30821 isExecutable = true; 30822 libraryHaskellDepends = [ ··· 32608 }: 32609 mkDerivation { 32610 pname = "ats-pkg"; 32611 - version = "3.2.5.17"; 32612 - sha256 = "0ss71fn4d1grasgm1rvg7y4sngfnhsknmf6gxby0yvwfm95fi8aj"; 32613 isLibrary = true; 32614 isExecutable = true; 32615 enableSeparateDataOutput = true; ··· 32628 doHaddock = false; 32629 description = "A build tool for ATS"; 32630 license = stdenv.lib.licenses.bsd3; 32631 }) {}; 32632 32633 "ats-setup" = callPackage ··· 33777 license = stdenv.lib.licenses.bsd3; 33778 }) {}; 33779 33780 "avwx" = callPackage 33781 ({ mkDerivation, attoparsec, base, HTTP, lens, optparse-applicative 33782 , parsers, pretty-show, text ··· 34758 pname = "b-tree"; 34759 version = "0.1.4"; 34760 sha256 = "17hcv85020dm5h3449bfa763bcbl723h17chah4418dby2ql5lxg"; 34761 libraryHaskellDepends = [ 34762 base binary bytestring containers directory errors exceptions 34763 filepath lens mmap mtl pipes pipes-interleave transformers vector ··· 34840 broken = true; 34841 }) {}; 34842 34843 "backdropper" = callPackage 34844 ({ mkDerivation, base, directory, haskell98, hslogger, old-time 34845 , process, random ··· 34878 ]; 34879 description = "Heterogeneous automatic differentation"; 34880 license = stdenv.lib.licenses.bsd3; 34881 }) {}; 34882 34883 "backtracking-exceptions" = callPackage ··· 35531 license = stdenv.lib.licenses.bsd3; 35532 }) {}; 35533 35534 "base16-bytestring" = callPackage 35535 ({ mkDerivation, base, bytestring, ghc-prim }: 35536 mkDerivation { ··· 35756 license = stdenv.lib.licenses.bsd3; 35757 }) {}; 35758 35759 "basen-bytestring" = callPackage 35760 ({ mkDerivation, base, bytestring, QuickCheck }: 35761 mkDerivation { ··· 36437 ]; 36438 description = "Connection layer between beam and postgres"; 36439 license = stdenv.lib.licenses.mit; 36440 }) {}; 36441 36442 "beam-sqlite" = callPackage ··· 36666 36667 "bench-show" = callPackage 36668 ({ mkDerivation, ansi-wl-pprint, base, Chart, Chart-diagrams, csv 36669 - , directory, filepath, mwc-random, split, statistics, text 36670 , transformers, vector 36671 }: 36672 mkDerivation { 36673 pname = "bench-show"; 36674 - version = "0.2.2"; 36675 - sha256 = "12fi59j9a98n4q6gjvjsf0hjc2rsy33b7kzjiqxy5wzh8isciaa4"; 36676 libraryHaskellDepends = [ 36677 ansi-wl-pprint base Chart Chart-diagrams csv directory filepath 36678 mwc-random split statistics transformers vector 36679 ]; 36680 testHaskellDepends = [ base split text ]; 36681 description = "Show, plot and compare benchmark results"; ··· 38822 license = stdenv.lib.licenses.bsd3; 38823 hydraPlatforms = stdenv.lib.platforms.none; 38824 broken = true; 38825 - }) {inherit (pkgs) wlc;}; 38826 38827 "bindings-yices" = callPackage 38828 ({ mkDerivation, base, gmp, yices }: ··· 39178 }: 39179 mkDerivation { 39180 pname = "birch-beer"; 39181 - version = "0.1.4.0"; 39182 - sha256 = "0vmyp13lxppkar2lgkc231kx7am0h8p2gq6m0swzaz3ra64yh39c"; 39183 isLibrary = true; 39184 isExecutable = true; 39185 libraryHaskellDepends = [ ··· 39913 }) {}; 39914 39915 "bitvec" = callPackage 39916 - ({ mkDerivation, base, HUnit, primitive, QuickCheck 39917 - , quickcheck-classes, test-framework, test-framework-hunit 39918 - , test-framework-quickcheck2, vector 39919 }: 39920 mkDerivation { 39921 pname = "bitvec"; 39922 - version = "0.2.0.1"; 39923 - sha256 = "0mgmf60gy3nzp66mf4bydls46bddk76rz40zkdfp0hhsspasia9b"; 39924 - libraryHaskellDepends = [ base primitive vector ]; 39925 testHaskellDepends = [ 39926 - base HUnit primitive QuickCheck quickcheck-classes test-framework 39927 - test-framework-hunit test-framework-quickcheck2 vector 39928 ]; 39929 description = "Unboxed bit vectors"; 39930 - license = stdenv.lib.licenses.publicDomain; 39931 hydraPlatforms = stdenv.lib.platforms.none; 39932 broken = true; 39933 }) {}; ··· 41113 }) {}; 41114 41115 "board-games" = callPackage 41116 - ({ mkDerivation, array, base, cgi, containers, criterion, html 41117 - , httpd-shed, network-uri, non-empty, QuickCheck, random 41118 - , transformers, utility-ht 41119 }: 41120 mkDerivation { 41121 pname = "board-games"; 41122 - version = "0.2.1"; 41123 - sha256 = "1gsbk1m58f82b1ic0fv1ygslz4lyxxdl0a849q5hl4qbl9s7rbqb"; 41124 isLibrary = true; 41125 isExecutable = true; 41126 libraryHaskellDepends = [ 41127 - array base cgi containers html non-empty random transformers 41128 - utility-ht 41129 ]; 41130 executableHaskellDepends = [ 41131 array base cgi containers html httpd-shed network-uri non-empty 41132 random transformers utility-ht 41133 ]; 41134 testHaskellDepends = [ 41135 - array base containers non-empty QuickCheck random transformers 41136 - utility-ht 41137 ]; 41138 benchmarkHaskellDepends = [ 41139 - base containers criterion non-empty utility-ht 41140 ]; 41141 description = "Three games for inclusion in a web server"; 41142 license = "GPL"; 41143 }) {}; 41144 41145 "bogocopy" = callPackage ··· 41612 license = stdenv.lib.licenses.bsd3; 41613 }) {}; 41614 41615 "bootstrap-types" = callPackage 41616 ({ mkDerivation, base, text }: 41617 mkDerivation { ··· 41899 broken = true; 41900 }) {}; 41901 41902 "box-tuples" = callPackage 41903 ({ mkDerivation, base, ghc-prim }: 41904 mkDerivation { ··· 43488 license = stdenv.lib.licenses.bsd3; 43489 }) {}; 43490 43491 - "bv-little_1_0_1" = callPackage 43492 ({ mkDerivation, base, criterion, deepseq, hashable, integer-gmp 43493 , keys, mono-traversable, mono-traversable-keys, primitive 43494 , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck ··· 43496 }: 43497 mkDerivation { 43498 pname = "bv-little"; 43499 - version = "1.0.1"; 43500 - sha256 = "1as21xhzrzcqmrqybczwxhh81avgkmdgn7hhk534dxv6csd7jyp6"; 43501 libraryHaskellDepends = [ 43502 base deepseq hashable integer-gmp keys mono-traversable 43503 mono-traversable-keys primitive QuickCheck text-show ··· 43569 }) {}; 43570 43571 "byte-order" = callPackage 43572 - ({ mkDerivation, base, primitive }: 43573 mkDerivation { 43574 pname = "byte-order"; 43575 - version = "0.1.0.0"; 43576 - sha256 = "1g0bqx4xzv9y5shjn4wbnrrskahrmybzm1sw1kryyn5z8w7srw34"; 43577 - libraryHaskellDepends = [ base primitive ]; 43578 testHaskellDepends = [ base primitive ]; 43579 description = "Portable big-endian and little-endian conversions"; 43580 license = stdenv.lib.licenses.bsd3; ··· 43677 broken = true; 43678 }) {}; 43679 43680 - "bytestring_0_10_8_2" = callPackage 43681 ({ mkDerivation, base, byteorder, deepseq, directory, dlist 43682 , ghc-prim, HUnit, integer-gmp, mtl, QuickCheck, random 43683 , test-framework, test-framework-hunit, test-framework-quickcheck2 43684 }: 43685 mkDerivation { 43686 pname = "bytestring"; 43687 - version = "0.10.8.2"; 43688 - sha256 = "0fjc5ybxx67l0kh27l6vq4saf88hp1wnssj5ka90ii588y76cvys"; 43689 libraryHaskellDepends = [ base deepseq ghc-prim integer-gmp ]; 43690 testHaskellDepends = [ 43691 base byteorder deepseq directory dlist ghc-prim HUnit mtl ··· 44552 }: 44553 mkDerivation { 44554 pname = "cabal-cache"; 44555 - version = "1.0.1.0"; 44556 - sha256 = "0x013n44ppwm6vh9n9wch8hki2g3pr2bahngymdm7vd6628jpshz"; 44557 isLibrary = true; 44558 isExecutable = true; 44559 libraryHaskellDepends = [ ··· 45129 pname = "cabal-rpm"; 45130 version = "0.12.6"; 45131 sha256 = "1k602v7v87w6xcd9a5m8n5grnjbkyn79rdi9azl7djna0rs129ns"; 45132 isLibrary = false; 45133 isExecutable = true; 45134 executableHaskellDepends = [ ··· 45148 pname = "cabal-rpm"; 45149 version = "0.13.3"; 45150 sha256 = "04d5m74i0r6livhkhmccrwhshpa2aizyb77i2qcqhxradw0lkvl4"; 45151 isLibrary = false; 45152 isExecutable = true; 45153 executableHaskellDepends = [ ··· 46348 broken = true; 46349 }) {}; 46350 46351 "canon" = callPackage 46352 ({ mkDerivation, arithmoi, array, base, containers, random }: 46353 mkDerivation { 46354 pname = "canon"; 46355 - version = "0.1.1.1"; 46356 - sha256 = "0z2s4bk6xs9p2lgg7r70nhr6igvw3z5iarc29slsg0cv9w4232c1"; 46357 libraryHaskellDepends = [ arithmoi array base containers random ]; 46358 description = "Arithmetic for Psychedelically Large Numbers"; 46359 license = stdenv.lib.licenses.mit; 46360 }) {}; 46361 46362 "canonical-filepath" = callPackage ··· 46373 }) {}; 46374 46375 "canonical-json" = callPackage 46376 - ({ mkDerivation, aeson, base, bytestring, containers, parsec 46377 - , pretty, QuickCheck, tasty, tasty-quickcheck, unordered-containers 46378 - , vector 46379 }: 46380 mkDerivation { 46381 pname = "canonical-json"; 46382 - version = "0.5.0.1"; 46383 - sha256 = "1r52f69afsnl6kmn0h2rl6wp21jjain4kz6123a1haacfm2f2hwj"; 46384 libraryHaskellDepends = [ 46385 - base bytestring containers parsec pretty 46386 ]; 46387 testHaskellDepends = [ 46388 - aeson base bytestring QuickCheck tasty tasty-quickcheck 46389 unordered-containers vector 46390 ]; 46391 description = "Canonical JSON for signing and hashing JSON values"; 46392 license = stdenv.lib.licenses.bsd3; 46393 hydraPlatforms = stdenv.lib.platforms.none; ··· 47661 broken = true; 47662 }) {}; 47663 47664 "category-extras" = callPackage 47665 ({ mkDerivation, adjunctions, bifunctors, categories, comonad 47666 , comonad-extras, comonad-transformers, comonads-fd, contravariant ··· 47894 license = stdenv.lib.licenses.bsd3; 47895 }) {}; 47896 47897 "cborg-json" = callPackage 47898 ({ mkDerivation, aeson, aeson-pretty, base, cborg, scientific, text 47899 , unordered-containers, vector ··· 49232 ]; 49233 description = "A simple and intuitive library for automated testing"; 49234 license = stdenv.lib.licenses.mit; 49235 }) {}; 49236 49237 "chell-hunit" = callPackage ··· 49243 libraryHaskellDepends = [ base chell HUnit ]; 49244 description = "HUnit support for the Chell testing library"; 49245 license = stdenv.lib.licenses.mit; 49246 }) {}; 49247 49248 "chell-quickcheck" = callPackage ··· 49254 libraryHaskellDepends = [ base chell QuickCheck random ]; 49255 description = "QuickCheck support for the Chell testing library"; 49256 license = stdenv.lib.licenses.mit; 49257 }) {}; 49258 49259 "chessIO" = callPackage ··· 49724 49725 "chronos" = callPackage 49726 ({ mkDerivation, aeson, attoparsec, base, bytestring, clock 49727 - , criterion, deepseq, hashable, HUnit, old-locale, primitive 49728 - , QuickCheck, semigroups, test-framework, test-framework-hunit 49729 - , test-framework-quickcheck2, text, thyme, time, torsor, vector 49730 }: 49731 mkDerivation { 49732 pname = "chronos"; 49733 - version = "1.0.5"; 49734 - sha256 = "0274b5qv1wf52vsdjm1siksh07qgdgid0a9316b7nab2gc7jgpdz"; 49735 - revision = "3"; 49736 - editedCabalFile = "13gjxvybjkgw0qs1vi45b7vs4d2lbh7l76kl8m99dd13dvvb49qf"; 49737 libraryHaskellDepends = [ 49738 aeson attoparsec base bytestring clock hashable primitive 49739 semigroups text torsor vector 49740 ]; 49741 testHaskellDepends = [ 49742 - attoparsec base bytestring HUnit QuickCheck test-framework 49743 - test-framework-hunit test-framework-quickcheck2 text 49744 ]; 49745 benchmarkHaskellDepends = [ 49746 attoparsec base bytestring criterion deepseq old-locale QuickCheck ··· 50540 }: 50541 mkDerivation { 50542 pname = "clang-pure"; 50543 - version = "0.2.0.4"; 50544 - sha256 = "13c03zj15xx8hq6gqvq62dfqz936mrrz34irk7bqyi0sbhqgrjn1"; 50545 isLibrary = true; 50546 isExecutable = true; 50547 setupHaskellDepends = [ base Cabal inline-c process ]; ··· 53477 pname = "colour-space"; 53478 version = "0.1.4.0"; 53479 sha256 = "0sr341chqhngm7ihyy3ym3w345sk101gznw80iksjwxjg3iiqxmq"; 53480 - revision = "1"; 53481 - editedCabalFile = "1n9n76g9zjp1i02f964dlfy65m978m8whbcivd063pf1acp9njax"; 53482 libraryHaskellDepends = [ 53483 base colour constrained-categories JuicyPixels linear 53484 linearmap-category manifolds semigroups vector-space ··· 53529 broken = true; 53530 }) {}; 53531 53532 "com" = callPackage 53533 ({ mkDerivation }: 53534 mkDerivation { ··· 56746 pname = "constrained-categories"; 56747 version = "0.4.0.0"; 56748 sha256 = "1wq4ivkgxbwxxrfk5lwn2psbbiaq87dr8zf1z9b9yhw2hi75lsgw"; 56749 libraryHaskellDepends = [ 56750 base contravariant semigroups tagged trivial-constraint void 56751 ]; ··· 56923 }: 56924 mkDerivation { 56925 pname = "constraints-deriving"; 56926 - version = "1.0.4.0"; 56927 - sha256 = "1a78bb8gld07g5m9lwg6phdx3i87pmlk47hic2vbpi9n68kl055v"; 56928 isLibrary = true; 56929 isExecutable = true; 56930 setupHaskellDepends = [ base Cabal ]; ··· 57241 57242 "contiguous" = callPackage 57243 ({ mkDerivation, base, deepseq, primitive, primitive-unlifted 57244 - , QuickCheck, quickcheck-instances, vector 57245 }: 57246 mkDerivation { 57247 pname = "contiguous"; 57248 - version = "0.4.0.1"; 57249 - sha256 = "1hs9jvl9zzy7jdbxna0aw8nbq3af327xfgb0cgzwmp55iwpjn9rn"; 57250 libraryHaskellDepends = [ 57251 base deepseq primitive primitive-unlifted 57252 ]; 57253 testHaskellDepends = [ 57254 - base primitive QuickCheck quickcheck-instances vector 57255 ]; 57256 description = "Unified interface for primitive arrays"; 57257 license = stdenv.lib.licenses.bsd3; ··· 58087 license = stdenv.lib.licenses.mit; 58088 }) {}; 58089 58090 "core-haskell" = callPackage 58091 ({ mkDerivation, base, haskeline, haskell-src-exts, hint }: 58092 mkDerivation { ··· 58102 license = stdenv.lib.licenses.bsd3; 58103 hydraPlatforms = stdenv.lib.platforms.none; 58104 broken = true; 58105 }) {}; 58106 58107 "corebot-bliki" = callPackage ··· 58545 }) {}; 58546 58547 "cpkg" = callPackage 58548 - ({ mkDerivation, base, binary, bytestring, bzlib, containers, cpphs 58549 - , dhall, dir-traverse, directory, filemanip, filepath, hashable 58550 - , hspec, hspec-megaparsec, http-client, http-client-tls, libarchive 58551 - , lzma, megaparsec, microlens, mtl, network-uri 58552 - , optparse-applicative, prettyprinter, process, recursion, tar 58553 - , temporary, text, zip-archive, zlib 58554 }: 58555 mkDerivation { 58556 pname = "cpkg"; 58557 - version = "0.2.1.0"; 58558 - sha256 = "0wwfdw4qvgf25zych8pvknx99pr4zrxknyi80laqx7b7w5l0rnvc"; 58559 isLibrary = true; 58560 isExecutable = true; 58561 libraryHaskellDepends = [ 58562 - base binary bytestring bzlib containers dhall dir-traverse 58563 - directory filemanip filepath hashable http-client http-client-tls 58564 - libarchive lzma megaparsec microlens mtl network-uri prettyprinter 58565 - process recursion tar temporary text zip-archive zlib 58566 ]; 58567 libraryToolDepends = [ cpphs ]; 58568 executableHaskellDepends = [ ··· 58815 broken = true; 58816 }) {}; 58817 58818 - "cql-io_1_1_0" = callPackage 58819 ({ mkDerivation, async, auto-update, base, bytestring, containers 58820 , cql, cryptonite, data-default-class, Decimal, exceptions 58821 , hashable, HsOpenSSL, iproute, lens, mtl, mwc-random, network ··· 58825 }: 58826 mkDerivation { 58827 pname = "cql-io"; 58828 - version = "1.1.0"; 58829 - sha256 = "1pqqq31f9xcpn5rykkgrakgl17dm1nnskh1m88fxaynzjj485pkw"; 58830 - revision = "1"; 58831 - editedCabalFile = "0zxc28i4c26qi6xpgsyhn0f539ni6wv6c1pixh056bzm9pwp60d7"; 58832 libraryHaskellDepends = [ 58833 async auto-update base bytestring containers cql cryptonite 58834 data-default-class exceptions hashable HsOpenSSL iproute lens mtl ··· 59524 ]; 59525 description = "Robust, reliable performance measurement and analysis"; 59526 license = stdenv.lib.licenses.bsd3; 59527 }) {}; 59528 59529 "criterion-measurement" = callPackage ··· 62546 ({ mkDerivation, base, deepseq, QuickCheck }: 62547 mkDerivation { 62548 pname = "data-clist"; 62549 - version = "0.1.2.2"; 62550 - sha256 = "1aibiml1vs983lbxq18zcn9h11k3zjrxpsx4rxssqdjwni1kg9yi"; 62551 libraryHaskellDepends = [ base deepseq QuickCheck ]; 62552 description = "Simple functional ring type"; 62553 license = stdenv.lib.licenses.bsd3; ··· 64042 broken = true; 64043 }) {}; 64044 64045 "database-migrate" = callPackage 64046 ({ mkDerivation, base, bytestring, cmdargs, containers, directory 64047 , either, filepath, lens, postgresql-simple, text, time ··· 64113 pname = "datadog-tracing"; 64114 version = "1.5.1"; 64115 sha256 = "1jjgavp9winbl2gyix61y30myvzhvzb500l2zwcb087cqzy7z6nb"; 64116 isLibrary = true; 64117 isExecutable = true; 64118 libraryHaskellDepends = [ ··· 65519 pname = "decimal-literals"; 65520 version = "0.1.0.1"; 65521 sha256 = "0lbpnc4c266fbqjzzrnig648zzsqfaphlxqwyly9xd15qggzasb0"; 65522 libraryHaskellDepends = [ base ]; 65523 testHaskellDepends = [ base tasty tasty-hunit ]; 65524 description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; ··· 67144 license = stdenv.lib.licenses.bsd3; 67145 }) {}; 67146 67147 - "dhall_1_24_0" = callPackage 67148 ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base 67149 , bytestring, case-insensitive, cborg, cborg-json, containers 67150 - , contravariant, criterion, cryptonite, deepseq, Diff, directory 67151 - , doctest, dotgen, exceptions, filepath, foldl, haskeline 67152 , http-client, http-client-tls, http-types, lens-family-core 67153 , megaparsec, memory, mockery, mtl, optparse-applicative, parsers 67154 , prettyprinter, prettyprinter-ansi-terminal, profunctors 67155 - , QuickCheck, quickcheck-instances, repline, scientific, serialise 67156 - , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text 67157 - , transformers, transformers-compat, turtle, unordered-containers 67158 - , uri-encode, vector 67159 }: 67160 mkDerivation { 67161 pname = "dhall"; 67162 - version = "1.24.0"; 67163 - sha256 = "1n04jk45qjl00wx7gxzp36j7d1m1ca7h7y4qlp8gxhykpkr6zzv7"; 67164 - revision = "1"; 67165 - editedCabalFile = "1b0gqva12rh0fynddal7q8jy6i3yax79br8xbfp9kh7936w9cs1j"; 67166 isLibrary = true; 67167 isExecutable = true; 67168 libraryHaskellDepends = [ 67169 aeson aeson-pretty ansi-terminal base bytestring case-insensitive 67170 - cborg cborg-json containers contravariant cryptonite Diff directory 67171 - dotgen exceptions filepath haskeline http-client http-client-tls 67172 - http-types lens-family-core megaparsec memory mtl 67173 optparse-applicative parsers prettyprinter 67174 prettyprinter-ansi-terminal profunctors repline scientific 67175 - serialise template-haskell text transformers transformers-compat 67176 - unordered-containers uri-encode vector 67177 ]; 67178 executableHaskellDepends = [ base ]; 67179 testHaskellDepends = [ 67180 base bytestring cborg containers deepseq directory doctest filepath 67181 - foldl megaparsec mockery prettyprinter QuickCheck 67182 - quickcheck-instances serialise tasty tasty-hunit tasty-quickcheck 67183 - text transformers turtle vector 67184 ]; 67185 benchmarkHaskellDepends = [ 67186 - base bytestring containers criterion directory serialise text 67187 ]; 67188 description = "A configuration language guaranteed to terminate"; 67189 license = stdenv.lib.licenses.bsd3; ··· 67211 license = stdenv.lib.licenses.bsd3; 67212 }) {}; 67213 67214 - "dhall-bash_1_0_21" = callPackage 67215 ({ mkDerivation, base, bytestring, containers, dhall 67216 , neat-interpolation, optparse-generic, shell-escape, text 67217 }: 67218 mkDerivation { 67219 pname = "dhall-bash"; 67220 - version = "1.0.21"; 67221 - sha256 = "06rv0wrs1ym6szy78wg3nyfwaqm279vy6m7zny9s90lnpa6dc098"; 67222 isLibrary = true; 67223 isExecutable = true; 67224 libraryHaskellDepends = [ ··· 67279 license = stdenv.lib.licenses.bsd3; 67280 }) {}; 67281 67282 - "dhall-json_1_3_0" = callPackage 67283 - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers 67284 - , dhall, exceptions, lens, libyaml, optparse-applicative 67285 , scientific, tasty, tasty-hunit, text, unordered-containers 67286 , vector, yaml 67287 }: 67288 mkDerivation { 67289 pname = "dhall-json"; 67290 - version = "1.3.0"; 67291 - sha256 = "176i30shaklranbhmb4m4zqn13cn9hd6lqiqdjv9qmckkapbkjpi"; 67292 - revision = "1"; 67293 - editedCabalFile = "101xfp3zg9i7qyibknjpcdhha8sc024xmylphiwb509h3fjy3yks"; 67294 isLibrary = true; 67295 isExecutable = true; 67296 libraryHaskellDepends = [ 67297 - aeson aeson-pretty base bytestring containers dhall exceptions lens 67298 libyaml optparse-applicative scientific text unordered-containers 67299 vector yaml 67300 ]; 67301 executableHaskellDepends = [ 67302 - aeson aeson-pretty base bytestring dhall exceptions 67303 - optparse-applicative text 67304 ]; 67305 testHaskellDepends = [ 67306 aeson base bytestring dhall tasty tasty-hunit text ··· 67329 license = stdenv.lib.licenses.bsd3; 67330 }) {}; 67331 67332 "dhall-nix" = callPackage 67333 ({ mkDerivation, base, containers, data-fix, dhall, hnix 67334 - , insert-ordered-containers, neat-interpolation, optparse-generic 67335 - , text 67336 }: 67337 mkDerivation { 67338 pname = "dhall-nix"; 67339 - version = "1.1.6"; 67340 - sha256 = "0pchanzgcag6z7fywqm09xj29n0pfxd2ya2ky64aapykq038jxbs"; 67341 isLibrary = true; 67342 isExecutable = true; 67343 libraryHaskellDepends = [ 67344 - base containers data-fix dhall hnix insert-ordered-containers 67345 - neat-interpolation text 67346 ]; 67347 executableHaskellDepends = [ 67348 base dhall hnix optparse-generic text ··· 67396 ]; 67397 description = "Compile Dhall expressions to Cabal files"; 67398 license = stdenv.lib.licenses.mit; 67399 }) {}; 67400 67401 "dhcp-lease-parser" = callPackage ··· 67414 ]; 67415 description = "Parse a DHCP lease file"; 67416 license = stdenv.lib.licenses.bsd3; 67417 hydraPlatforms = stdenv.lib.platforms.none; 67418 broken = true; 67419 }) {}; ··· 69319 69320 "discord-haskell" = callPackage 69321 ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 69322 - , containers, data-default, http-client, iso8601-time, JuicyPixels 69323 - , MonadRandom, req, safe-exceptions, text, time 69324 , unordered-containers, vector, websockets, wuss 69325 }: 69326 mkDerivation { 69327 pname = "discord-haskell"; 69328 - version = "0.8.4"; 69329 - sha256 = "1x2rqnvmxcyf320l0vyrj2dw5p1nql588zp8nknnwpk0sp0dxmjm"; 69330 libraryHaskellDepends = [ 69331 aeson async base base64-bytestring bytestring containers 69332 - data-default http-client iso8601-time JuicyPixels MonadRandom req 69333 - safe-exceptions text time unordered-containers vector websockets 69334 - wuss 69335 ]; 69336 description = "Write bots for Discord in Haskell"; 69337 license = stdenv.lib.licenses.mit; 69338 - hydraPlatforms = stdenv.lib.platforms.none; 69339 - broken = true; 69340 }) {}; 69341 69342 "discord-hs" = callPackage ··· 70364 license = stdenv.lib.licenses.bsd3; 70365 }) {}; 70366 70367 "diversity" = callPackage 70368 ({ mkDerivation, base, containers, data-ordlist, fasta 70369 , math-functions, MonadRandom, optparse-applicative, parsec, pipes ··· 70714 license = stdenv.lib.licenses.bsd3; 70715 }) {}; 70716 70717 "dnscache" = callPackage 70718 ({ mkDerivation, base, bytestring, containers, contstuff, dns 70719 , iproute, time ··· 71026 license = stdenv.lib.licenses.bsd3; 71027 }) {}; 71028 71029 "doctest" = callPackage 71030 ({ mkDerivation, base, base-compat, code-page, deepseq, directory 71031 , filepath, ghc, ghc-paths, hspec, HUnit, mockery, process ··· 71294 broken = true; 71295 }) {}; 71296 71297 "dollaridoos" = callPackage 71298 ({ mkDerivation, base, profunctors, semigroups }: 71299 mkDerivation { ··· 71500 broken = true; 71501 }) {}; 71502 71503 - "dotenv_0_8_0_1" = callPackage 71504 ({ mkDerivation, base, base-compat, containers, directory 71505 , exceptions, hspec, hspec-megaparsec, megaparsec 71506 , optparse-applicative, process, text, transformers, yaml 71507 }: 71508 mkDerivation { 71509 pname = "dotenv"; 71510 - version = "0.8.0.1"; 71511 - sha256 = "1mp6j3wcxiz75yjf9bnb4kc5gw09v0ax1fz0hhh9i2glxi53m27l"; 71512 isLibrary = true; 71513 isExecutable = true; 71514 enableSeparateDataOutput = true; ··· 72624 pname = "dumb-cas"; 72625 version = "0.2.0.0"; 72626 sha256 = "1zcq9r2p5gjpfivprjp9hspqpayrj9in2jck5vf5ibxpc671isb4"; 72627 libraryHaskellDepends = [ 72628 base containers decimal-literals hashable template-haskell 72629 unordered-containers ··· 73045 }: 73046 mkDerivation { 73047 pname = "dynamic-graph"; 73048 - version = "0.1.0.12"; 73049 - sha256 = "1jygkj2jryjxlkyf0104abhkhjmfdvjaaa4zcyz7kgpny342fhiy"; 73050 enableSeparateDataOutput = true; 73051 libraryHaskellDepends = [ 73052 base cairo colour GLFW-b GLUtil OpenGL pango pipes transformers ··· 73154 pname = "dynamic-plot"; 73155 version = "0.4.0.0"; 73156 sha256 = "1klq7lwvfwwp6z842g50a2xx6cqihp8a6551f935nr2sx9hwdr94"; 73157 libraryHaskellDepends = [ 73158 base colour colour-space constrained-categories containers 73159 data-default deepseq diagrams-cairo diagrams-core diagrams-gtk ··· 74093 ({ mkDerivation, base, constraints, mtl, transformers }: 74094 mkDerivation { 74095 pname = "effect-stack"; 74096 - version = "0.2.1"; 74097 - sha256 = "0sram572nbzpgwb3vi5fmg2f4ynsh693q05w0n5yjj8zl4a7p4ds"; 74098 libraryHaskellDepends = [ base constraints mtl transformers ]; 74099 description = "Reducing the pain of transformer stacks with duplicated effects"; 74100 license = stdenv.lib.licenses.bsd3; ··· 74180 }) {}; 74181 74182 "egison" = callPackage 74183 - ({ mkDerivation, array, base, containers, criterion, deepseq 74184 - , directory, filepath, ghc, ghc-paths, Glob, hashable, haskeline 74185 - , HUnit, lens, mtl, parallel, parsec, process, random, regex-tdfa 74186 - , split, test-framework, test-framework-hunit, text, transformers 74187 - , unordered-containers, vector 74188 }: 74189 mkDerivation { 74190 pname = "egison"; 74191 - version = "3.8.2"; 74192 - sha256 = "090zhf89faakidbf8kkbsa8ck0rl7fqbpg3fwymjqlafgnfx1jc2"; 74193 isLibrary = true; 74194 isExecutable = true; 74195 enableSeparateDataOutput = true; 74196 libraryHaskellDepends = [ 74197 array base containers directory ghc ghc-paths hashable haskeline 74198 - lens mtl parallel parsec process random regex-tdfa split text 74199 transformers unordered-containers vector 74200 ]; 74201 executableHaskellDepends = [ 74202 array base containers directory filepath ghc ghc-paths haskeline 74203 - mtl parsec process regex-tdfa text transformers 74204 - unordered-containers vector 74205 ]; 74206 testHaskellDepends = [ 74207 base filepath Glob HUnit mtl test-framework test-framework-hunit ··· 74212 ]; 74213 description = "Programming language with non-linear pattern-matching against non-free data"; 74214 license = stdenv.lib.licenses.mit; 74215 }) {}; 74216 74217 "egison-quote" = callPackage ··· 75805 }: 75806 mkDerivation { 75807 pname = "engine-io-wai"; 75808 - version = "1.0.9"; 75809 - sha256 = "1zdin34gfi2059n1wjfxs4i2kfc0r53f3wpwhjd0fbp0as56h94s"; 75810 libraryHaskellDepends = [ 75811 attoparsec base bytestring either engine-io http-types mtl text 75812 transformers transformers-compat unordered-containers wai ··· 75942 ]; 75943 description = "A text rendering and parsing toolkit for enumerated types"; 75944 license = stdenv.lib.licenses.bsd3; 75945 }) {}; 75946 75947 "enum-types" = callPackage ··· 76137 pname = "enummapset"; 76138 version = "0.6.0.1"; 76139 sha256 = "0nljpb5fxk4piwl5mh1v23ps9bzhxxcybfhd8mmb66k20gxxxf7q"; 76140 libraryHaskellDepends = [ base containers deepseq semigroups ]; 76141 testHaskellDepends = [ 76142 array base containers deepseq ghc-prim HUnit QuickCheck semigroups ··· 78949 pname = "explicit-constraint-lens"; 78950 version = "0.1.0.0"; 78951 sha256 = "181frvmgv65rcjpiya4gswvpq9ahz97c8lalhgmwknx9jx5nqd98"; 78952 libraryHaskellDepends = [ base ]; 78953 testHaskellDepends = [ base tasty tasty-hunit ]; 78954 description = "Fully-flexible polymorphic lenses, without any bizarre profunctors"; ··· 79240 }) {}; 79241 79242 "extensible" = callPackage 79243 - ({ mkDerivation, aeson, base, bytestring, cassava, comonad 79244 , constraints, deepseq, exceptions, ghc-prim, hashable, lens 79245 , membership, monad-skeleton, mtl, prettyprinter, primitive 79246 , profunctors, QuickCheck, resourcet, StateVar, tagged ··· 79249 }: 79250 mkDerivation { 79251 pname = "extensible"; 79252 - version = "0.5.1"; 79253 - sha256 = "0rqq2pwp5zzpl9xzjmk0m8a54mbs10d7dywswfd84wqrngknkp10"; 79254 libraryHaskellDepends = [ 79255 - aeson base bytestring cassava comonad constraints deepseq 79256 exceptions ghc-prim hashable membership monad-skeleton mtl 79257 prettyprinter primitive profunctors QuickCheck resourcet StateVar 79258 tagged template-haskell text th-lift transformers ··· 79306 }) {}; 79307 79308 "extensible-effects-concurrent" = callPackage 79309 - ({ mkDerivation, async, base, bytestring, containers, data-default 79310 - , deepseq, directory, exceptions, extensible-effects, filepath 79311 - , hostname, HUnit, lens, monad-control, mtl, network, parallel 79312 - , pretty-types, process, QuickCheck, safe-exceptions, stm, tagged 79313 - , tasty, tasty-discover, tasty-hunit, text, time, transformers-base 79314 }: 79315 mkDerivation { 79316 pname = "extensible-effects-concurrent"; 79317 - version = "0.29.2"; 79318 - sha256 = "0a2nbnr8giil05jy5nr7d3gy3cgvq9058dzqb49as65n232n1iv1"; 79319 isLibrary = true; 79320 isExecutable = true; 79321 libraryHaskellDepends = [ 79322 - async base bytestring containers data-default deepseq directory 79323 - exceptions extensible-effects filepath hostname lens monad-control 79324 - mtl network parallel pretty-types process QuickCheck 79325 - safe-exceptions stm tagged text time transformers-base 79326 ]; 79327 executableHaskellDepends = [ 79328 - base data-default deepseq directory extensible-effects filepath 79329 - lens pretty-types text 79330 ]; 79331 testHaskellDepends = [ 79332 async base containers data-default deepseq extensible-effects 79333 - filepath hostname HUnit lens pretty-types QuickCheck stm tasty 79334 - tasty-discover tasty-hunit text time 79335 ]; 79336 testToolDepends = [ tasty-discover ]; 79337 description = "Message passing concurrency as extensible-effect"; ··· 79511 broken = true; 79512 }) {}; 79513 79514 "f-ree-hack-cheats-free-v-bucks-generator" = callPackage 79515 ({ mkDerivation, base }: 79516 mkDerivation { ··· 79819 ({ mkDerivation, base, containers, hspec, mtl, QuickCheck }: 79820 mkDerivation { 79821 pname = "fakefs"; 79822 - version = "0.2.0.0"; 79823 - sha256 = "0r20w8grmcfr5vwh8j2kfg9lm9pkcq9cvgnrw1sj2vi38s96icwx"; 79824 libraryHaskellDepends = [ base containers mtl ]; 79825 testHaskellDepends = [ base containers hspec QuickCheck ]; 79826 description = "Extensible fake file system for testing"; ··· 80906 pname = "fedora-haskell-tools"; 80907 version = "0.8"; 80908 sha256 = "03wk335dpkbcdgxqsjiavnqc43jkw8gh7y41dyfwivwd9mr32y2w"; 80909 isLibrary = false; 80910 isExecutable = true; 80911 executableHaskellDepends = [ ··· 81004 license = stdenv.lib.licenses.bsd3; 81005 }) {}; 81006 81007 - "feed_1_1_0_0" = callPackage 81008 ({ mkDerivation, base, base-compat, bytestring, HUnit 81009 , markdown-unlit, old-locale, old-time, safe, test-framework 81010 , test-framework-hunit, text, time, time-locale-compat, utf8-string ··· 81012 }: 81013 mkDerivation { 81014 pname = "feed"; 81015 - version = "1.1.0.0"; 81016 - sha256 = "05hiasa6k13v1pzp9cs991zh04njda0ax9868rc7k906b19qqkjg"; 81017 - revision = "1"; 81018 - editedCabalFile = "0bn0vnn6v373ycrbxwqzp1ncmq649h13f2na8q8yf0i68mxampks"; 81019 enableSeparateDataOutput = true; 81020 libraryHaskellDepends = [ 81021 base base-compat bytestring old-locale old-time safe text time ··· 83206 }) {}; 83207 83208 "flags-applicative" = callPackage 83209 - ({ mkDerivation, base, containers, hspec, mtl, network, text }: 83210 mkDerivation { 83211 pname = "flags-applicative"; 83212 - version = "0.0.5.2"; 83213 - sha256 = "1yjwnh6mqq3ypc3rs7a13j998zizfn6fn35d2wijdkm4ahyjpjhv"; 83214 - libraryHaskellDepends = [ base containers mtl network text ]; 83215 - testHaskellDepends = [ base hspec text ]; 83216 description = "Applicative flag parsing"; 83217 license = stdenv.lib.licenses.bsd3; 83218 }) {}; ··· 84159 ]; 84160 description = "A new formatting library"; 84161 license = stdenv.lib.licenses.bsd3; 84162 }) {}; 84163 84164 "fmt-terminal-colors" = callPackage ··· 85233 license = stdenv.lib.licenses.bsd3; 85234 }) {}; 85235 85236 "foundation-edge" = callPackage 85237 ({ mkDerivation, bytestring, foundation, text }: 85238 mkDerivation { ··· 85836 pname = "free-vector-spaces"; 85837 version = "0.1.5.0"; 85838 sha256 = "0rf6yhjcd2x4yj2jvyl6yc8x55a2hqhj5mxzg4f24734agh720z1"; 85839 - revision = "1"; 85840 - editedCabalFile = "0b95827ppw0nvhaxg9axkngsij2sj8d6s06amz2vi79jgs7vbfr6"; 85841 libraryHaskellDepends = [ 85842 base lens linear MemoTrie pragmatic-show vector vector-space 85843 ]; ··· 87187 ({ mkDerivation, base, bifunctors, comonad, constraints, containers 87188 , dependent-sum, deriving-compat, free, hedgehog, kan-extensions 87189 , mmorph, mtl, natural-transformation, nonempty-containers, pointed 87190 - , profunctors, recursion-schemes, semigroupoids, tagged, tasty 87191 - , tasty-hedgehog, these, transformers, trivial-constraint, vinyl 87192 }: 87193 mkDerivation { 87194 pname = "functor-combinators"; 87195 - version = "0.1.1.0"; 87196 - sha256 = "1x3a2rwqhvcyr298adfc9qband5s5qwh8wfd67cgrq5qx2z4j8xf"; 87197 - revision = "2"; 87198 - editedCabalFile = "09r6bgjlcsjjbwqhfxqbw5dk5sj9lsbfwwsjpdzmi8z8dywgyn2z"; 87199 libraryHaskellDepends = [ 87200 base bifunctors comonad constraints containers deriving-compat free 87201 kan-extensions mmorph mtl natural-transformation 87202 - nonempty-containers pointed profunctors recursion-schemes 87203 - semigroupoids tagged these transformers trivial-constraint vinyl 87204 ]; 87205 testHaskellDepends = [ 87206 base bifunctors dependent-sum free hedgehog nonempty-containers 87207 - semigroupoids tagged tasty tasty-hedgehog transformers 87208 ]; 87209 description = "Tools for functor combinator-based program design"; 87210 license = stdenv.lib.licenses.bsd3; ··· 87451 ({ mkDerivation, base }: 87452 mkDerivation { 87453 pname = "funspection"; 87454 - version = "0.1.0.0"; 87455 - sha256 = "1bq7gj8kcgz8ccy6skkqbrfkxavkg3s511shm8fd9s8syqwdglr8"; 87456 libraryHaskellDepends = [ base ]; 87457 description = "Type-level function utilities"; 87458 license = stdenv.lib.licenses.bsd3; ··· 87472 license = stdenv.lib.licenses.bsd3; 87473 }) {}; 87474 87475 - "fused-effects_0_4_0_0" = callPackage 87476 ({ mkDerivation, base, criterion, deepseq, doctest, hspec 87477 , inspection-testing, MonadRandom, QuickCheck, random, transformers 87478 , unliftio-core 87479 }: 87480 mkDerivation { 87481 pname = "fused-effects"; 87482 - version = "0.4.0.0"; 87483 - sha256 = "1r6yzw0212p5wn9rad2r7pjijnw6jajhypirm4j8h1gz1a393ds8"; 87484 libraryHaskellDepends = [ 87485 base deepseq MonadRandom random transformers unliftio-core 87486 ]; ··· 87499 }: 87500 mkDerivation { 87501 pname = "fused-effects-exceptions"; 87502 - version = "0.1.1.0"; 87503 - sha256 = "0b9rj752ry72n6ln4fj9n6m2d1qfdxp229hzkgxznag0rr3bm5rd"; 87504 - revision = "1"; 87505 - editedCabalFile = "1sg9gvv5lf4z7h70szjcqilhxxjmkiyriz95qyvahplln9p6281l"; 87506 libraryHaskellDepends = [ 87507 base fused-effects safe-exceptions unliftio-core 87508 ]; ··· 87713 license = stdenv.lib.licenses.bsd3; 87714 }) {}; 87715 87716 "fuzzytime" = callPackage 87717 ({ mkDerivation, base, cmdargs, directory, old-time, process }: 87718 mkDerivation { ··· 87906 87907 "galois-field" = callPackage 87908 ({ mkDerivation, base, criterion, integer-gmp, MonadRandom 87909 - , protolude, tasty, tasty-discover, tasty-quickcheck 87910 - , wl-pprint-text 87911 }: 87912 mkDerivation { 87913 pname = "galois-field"; 87914 - version = "0.2.0"; 87915 - sha256 = "19q08k5aqnp1vcvlnlw6h4qmlh80dj1rglzckzf7ak78ifcwm1m8"; 87916 libraryHaskellDepends = [ 87917 base integer-gmp MonadRandom protolude tasty-quickcheck 87918 wl-pprint-text 87919 ]; 87920 testHaskellDepends = [ 87921 - base integer-gmp MonadRandom protolude tasty tasty-discover 87922 - tasty-quickcheck wl-pprint-text 87923 ]; 87924 - testToolDepends = [ tasty-discover ]; 87925 benchmarkHaskellDepends = [ 87926 base criterion integer-gmp MonadRandom protolude tasty-quickcheck 87927 wl-pprint-text ··· 87979 executableHaskellDepends = [ base cairo containers glib gtk time ]; 87980 description = "Game clock that shows two analog clock faces"; 87981 license = "GPL"; 87982 hydraPlatforms = stdenv.lib.platforms.none; 87983 broken = true; 87984 }) {}; ··· 89220 license = stdenv.lib.licenses.mit; 89221 }) {}; 89222 89223 - "generics-mrsop_2_0_0" = callPackage 89224 ({ mkDerivation, base, containers, mtl, template-haskell }: 89225 mkDerivation { 89226 pname = "generics-mrsop"; 89227 - version = "2.0.0"; 89228 - sha256 = "1cdjh5bjvx8xfglwnm48lfybdz4n8v7v8va2c3zyihzqbxh6akml"; 89229 libraryHaskellDepends = [ base containers mtl template-haskell ]; 89230 description = "Generic Programming with Mutually Recursive Sums of Products"; 89231 license = stdenv.lib.licenses.mit; ··· 90856 90857 "ghc-heap-view" = callPackage 90858 ({ mkDerivation, base, binary, bytestring, Cabal, containers 90859 - , deepseq, filepath, ghc, template-haskell, transformers 90860 }: 90861 mkDerivation { 90862 pname = "ghc-heap-view"; 90863 - version = "0.5.10"; 90864 - sha256 = "0wb4311k8pyvgmhlxsdr8ss497nlgr8hawkm0fi930s3y4xxak1f"; 90865 enableSeparateDataOutput = true; 90866 setupHaskellDepends = [ base Cabal filepath ]; 90867 libraryHaskellDepends = [ 90868 - base binary bytestring containers ghc template-haskell transformers 90869 ]; 90870 testHaskellDepends = [ base deepseq ]; 90871 description = "Extract the heap representation of Haskell values and thunks"; ··· 90966 }: 90967 mkDerivation { 90968 pname = "ghc-lib"; 90969 - version = "8.8.0.20190424"; 90970 - sha256 = "03f1racabmixc4jk3mn6k6cnhapaplswa8fbb9yajrzj56ag16wm"; 90971 isLibrary = true; 90972 isExecutable = true; 90973 enableSeparateDataOutput = true; ··· 90991 }: 90992 mkDerivation { 90993 pname = "ghc-lib-parser"; 90994 - version = "8.8.0.20190424"; 90995 - sha256 = "12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"; 90996 enableSeparateDataOutput = true; 90997 libraryHaskellDepends = [ 90998 array base binary bytestring containers deepseq directory filepath ··· 91347 broken = true; 91348 }) {}; 91349 91350 "ghc-srcspan-plugin" = callPackage 91351 ({ mkDerivation, array, base, containers, ghc, hpc }: 91352 mkDerivation { ··· 91654 testHaskellDepends = [ base doctest QuickCheck ]; 91655 description = "GHCi as a Hex Calculator interactive"; 91656 license = stdenv.lib.licenses.bsd3; 91657 }) {}; 91658 91659 "ghci-history-parser" = callPackage ··· 91717 license = stdenv.lib.licenses.mit; 91718 }) {}; 91719 91720 "ghcid" = callPackage 91721 ({ mkDerivation, ansi-terminal, base, cmdargs, containers 91722 , directory, extra, filepath, fsnotify, process, tasty, tasty-hunit ··· 92057 broken = true; 92058 }) {}; 92059 92060 "ghczdecode" = callPackage 92061 ({ mkDerivation, base, zenc }: 92062 mkDerivation { ··· 92722 libraryPkgconfigDepends = [ gtk3 ]; 92723 description = "Gtk bindings"; 92724 license = stdenv.lib.licenses.lgpl21; 92725 }) {inherit (pkgs) gtk3;}; 92726 92727 "gi-gtk_3_0_31" = callPackage ··· 92747 description = "Gtk bindings"; 92748 license = stdenv.lib.licenses.lgpl21; 92749 hydraPlatforms = stdenv.lib.platforms.none; 92750 }) {inherit (pkgs) gtk3;}; 92751 92752 "gi-gtk-declarative" = callPackage 92753 - ({ mkDerivation, base, criterion, gi-gdk, gi-glib, gi-gobject 92754 - , gi-gtk, haskell-gi, haskell-gi-base, haskell-gi-overloading, mtl 92755 - , random, text, unordered-containers, vector 92756 }: 92757 mkDerivation { 92758 pname = "gi-gtk-declarative"; 92759 - version = "0.4.3"; 92760 - sha256 = "148daz8a6nj6djvsfiy5yk7lfyxhdjl5l34a7d6nn66mikc8538b"; 92761 libraryHaskellDepends = [ 92762 - base gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base 92763 - haskell-gi-overloading mtl text unordered-containers vector 92764 ]; 92765 - benchmarkHaskellDepends = [ 92766 - base criterion gi-gdk gi-glib gi-gtk random text vector 92767 ]; 92768 description = "Declarative GTK+ programming in Haskell"; 92769 license = stdenv.lib.licenses.mpl20; 92770 }) {}; 92771 92772 "gi-gtk-declarative-app-simple" = callPackage ··· 92776 }: 92777 mkDerivation { 92778 pname = "gi-gtk-declarative-app-simple"; 92779 - version = "0.4.2"; 92780 - sha256 = "1ydaxs2isqpy8ld8nlg4plr7ry5xni3g93m9kxdm2klz8xzs3js7"; 92781 libraryHaskellDepends = [ 92782 async base gi-gdk gi-glib gi-gobject gi-gtk gi-gtk-declarative 92783 haskell-gi haskell-gi-base haskell-gi-overloading pipes ··· 92785 ]; 92786 description = "Declarative GTK+ programming in Haskell in the style of Pux"; 92787 license = stdenv.lib.licenses.mpl20; 92788 }) {}; 92789 92790 "gi-gtk-hs" = callPackage ··· 92802 ]; 92803 description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top"; 92804 license = stdenv.lib.licenses.lgpl21; 92805 }) {}; 92806 92807 "gi-gtk-hs_0_3_7_0" = callPackage ··· 92820 description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top"; 92821 license = stdenv.lib.licenses.lgpl21; 92822 hydraPlatforms = stdenv.lib.platforms.none; 92823 }) {}; 92824 92825 "gi-gtkosxapplication" = callPackage ··· 92831 pname = "gi-gtkosxapplication"; 92832 version = "2.0.16"; 92833 sha256 = "11wfmvjgl6lmmdanz5jmmvf4289c9jiylxfn006shc4pby7ay6i8"; 92834 setupHaskellDepends = [ base Cabal haskell-gi ]; 92835 libraryHaskellDepends = [ 92836 base bytestring containers gi-gdkpixbuf gi-gobject gi-gtk ··· 92864 doHaddock = false; 92865 description = "GtkSource bindings"; 92866 license = stdenv.lib.licenses.lgpl21; 92867 }) {inherit (pkgs) gtksourceview3;}; 92868 92869 "gi-gtksource_3_0_21" = callPackage ··· 92889 description = "GtkSource bindings"; 92890 license = stdenv.lib.licenses.lgpl21; 92891 hydraPlatforms = stdenv.lib.platforms.none; 92892 }) {inherit (pkgs) gtksourceview3;}; 92893 92894 "gi-handy" = callPackage ··· 93168 libraryPkgconfigDepends = [ vte_291 ]; 93169 description = "Vte bindings"; 93170 license = stdenv.lib.licenses.lgpl21; 93171 }) {vte_291 = pkgs.vte;}; 93172 93173 "gi-vte_2_91_24" = callPackage ··· 93193 description = "Vte bindings"; 93194 license = stdenv.lib.licenses.lgpl21; 93195 hydraPlatforms = stdenv.lib.platforms.none; 93196 }) {vte_291 = pkgs.vte;}; 93197 93198 "gi-webkit" = callPackage ··· 93576 }: 93577 mkDerivation { 93578 pname = "git-annex"; 93579 - version = "7.20190708"; 93580 - sha256 = "18s563swrp8mx479995pdhhmn40y3xwlbm1z3w63qsnjqmj7zlij"; 93581 configureFlags = [ 93582 "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" 93583 "-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" ··· 94373 }: 94374 mkDerivation { 94375 pname = "gitlab-haskell"; 94376 - version = "0.1.0.1"; 94377 - sha256 = "1gvhfdlh6x500qms0kfqsyf0c934rm0xw1z1gv8zzb7nssndiann"; 94378 libraryHaskellDepends = [ 94379 aeson base bytestring connection http-conduit http-types text 94380 transformers unliftio unliftio-core ··· 99542 }) {}; 99543 99544 "graphql" = callPackage 99545 - ({ mkDerivation, attoparsec, base, tasty, tasty-hunit, text }: 99546 mkDerivation { 99547 pname = "graphql"; 99548 - version = "0.3"; 99549 - sha256 = "18hb8bwcwx98vrr9nzr8965i4c1y6dh10ilijksbldf10yaiq53z"; 99550 enableSeparateDataOutput = true; 99551 - libraryHaskellDepends = [ attoparsec base text ]; 99552 - testHaskellDepends = [ attoparsec base tasty tasty-hunit text ]; 99553 description = "Haskell GraphQL implementation"; 99554 license = stdenv.lib.licenses.bsd3; 99555 }) {}; ··· 100918 libraryHaskellDepends = [ base gi-gdk gi-gtk text transformers ]; 100919 description = "Libary for creating strut windows with gi-gtk"; 100920 license = stdenv.lib.licenses.bsd3; 100921 }) {}; 100922 100923 "gtk-toggle-button-list" = callPackage ··· 104802 broken = true; 104803 }) {}; 104804 104805 "happindicator" = callPackage 104806 ({ mkDerivation, array, base, bytestring, containers, glib, gtk 104807 , gtk2hs-buildtools, libappindicator-gtk2, mtl ··· 105763 broken = true; 105764 }) {}; 105765 105766 "hark" = callPackage 105767 ({ mkDerivation, base, bytestring, directory, filepath, haskell98 105768 , mtl, old-locale, old-time, regex-pcre ··· 105934 pname = "hasbolt"; 105935 version = "0.1.3.3"; 105936 sha256 = "1l1p9iz9k8i1car5cd6cfd2bpidkrfbr2354hxvg8gpnw1i5jsbb"; 105937 libraryHaskellDepends = [ 105938 base binary bytestring connection containers data-binary-ieee754 105939 data-default network text transformers ··· 105953 }: 105954 mkDerivation { 105955 pname = "hasbolt-extras"; 105956 - version = "0.0.0.18"; 105957 - sha256 = "11ij6xrxf28sv8b464dqax9834k0r6q99hdyfsg030aw2i1rqygy"; 105958 isLibrary = true; 105959 isExecutable = true; 105960 libraryHaskellDepends = [ ··· 106947 doHaddock = false; 106948 description = "Cabal package script generator for Travis-CI"; 106949 license = stdenv.lib.licenses.bsd3; 106950 }) {}; 106951 106952 "haskell-cnc" = callPackage ··· 107011 }: 107012 mkDerivation { 107013 pname = "haskell-conll"; 107014 - version = "0.1.0.1"; 107015 - sha256 = "09lgj70lk2xh75rq4gdmfacmb465r0xn03v8cnk82bx52c7jwiga"; 107016 libraryHaskellDepends = [ 107017 base containers lens pretty-show protolude split text 107018 ]; 107019 description = "Core Types for NLP"; 107020 - license = stdenv.lib.licenses.bsd3; 107021 hydraPlatforms = stdenv.lib.platforms.none; 107022 broken = true; 107023 }) {}; ··· 109311 ({ mkDerivation, base }: 109312 mkDerivation { 109313 pname = "haskeme"; 109314 - version = "0.1.0.3"; 109315 - sha256 = "14hrimm52v5hlgkdkqwijxrfnzj8x46bg3kh9nw1vlflf97053wf"; 109316 isLibrary = true; 109317 isExecutable = true; 109318 libraryHaskellDepends = [ base ]; ··· 109690 , haskoin-node, hspec, hspec-discover, http-types, monad-logger 109691 , mtl, network, nqe, optparse-applicative, random, resourcet 109692 , rocksdb-haskell, rocksdb-query, scotty, string-conversions, text 109693 - , time, transformers, unliftio, unordered-containers, uuid 109694 }: 109695 mkDerivation { 109696 pname = "haskoin-store"; 109697 - version = "0.16.5"; 109698 - sha256 = "111gip8l2c9m85viaz02rlxhdb6svwx0jyhrkzcqjgz4j3y0n4lj"; 109699 isLibrary = true; 109700 isExecutable = true; 109701 libraryHaskellDepends = [ ··· 109703 hashable haskoin-core haskoin-node http-types monad-logger mtl 109704 network nqe random resourcet rocksdb-haskell rocksdb-query scotty 109705 string-conversions text time transformers unliftio 109706 - unordered-containers uuid 109707 ]; 109708 executableHaskellDepends = [ 109709 aeson base bytestring cereal conduit containers data-default 109710 filepath hashable haskoin-core haskoin-node http-types monad-logger 109711 mtl network nqe optparse-applicative random resourcet 109712 rocksdb-haskell rocksdb-query scotty string-conversions text time 109713 - transformers unliftio unordered-containers uuid 109714 ]; 109715 testHaskellDepends = [ 109716 aeson base bytestring cereal conduit containers data-default 109717 hashable haskoin-core haskoin-node hspec http-types monad-logger 109718 mtl network nqe random resourcet rocksdb-haskell rocksdb-query 109719 scotty string-conversions text time transformers unliftio 109720 - unordered-containers uuid 109721 ]; 109722 testToolDepends = [ hspec-discover ]; 109723 description = "Storage and index for Bitcoin and Bitcoin Cash"; ··· 111294 }: 111295 mkDerivation { 111296 pname = "haven"; 111297 - version = "0.2.0.1"; 111298 - sha256 = "15q9cgfifz87ns730agv2vzc8rp5lqggiclc91khpckm2qppk6yd"; 111299 isLibrary = false; 111300 isExecutable = true; 111301 executableHaskellDepends = [ ··· 112954 }: 112955 mkDerivation { 112956 pname = "hedgehog-classes"; 112957 - version = "0.2.1"; 112958 - sha256 = "1hkkbmsn397a73aqaasi2c076nx9g8s8vsdp6wdqq33a96q1b0mq"; 112959 libraryHaskellDepends = [ 112960 aeson base binary containers hedgehog pretty-show semirings 112961 silently transformers wl-pprint-annotated ··· 113071 license = stdenv.lib.licenses.bsd3; 113072 }) {}; 113073 113074 - "hedis_0_12_5" = callPackage 113075 ({ mkDerivation, async, base, bytestring, bytestring-lexing 113076 , deepseq, doctest, errors, HTTP, HUnit, mtl, network, network-uri 113077 , resource-pool, scanner, stm, test-framework, test-framework-hunit ··· 113079 }: 113080 mkDerivation { 113081 pname = "hedis"; 113082 - version = "0.12.5"; 113083 - sha256 = "1alabz8j9lmd2ydm34hndqcyvihnfyvl7cgda6ycsch5sbffmjlp"; 113084 libraryHaskellDepends = [ 113085 async base bytestring bytestring-lexing deepseq errors HTTP mtl 113086 network network-uri resource-pool scanner stm text time tls ··· 115250 pname = "hi-file-parser"; 115251 version = "0.1.0.0"; 115252 sha256 = "09gs26z0jvkkhb1r43gj27pq0k5fc4i6fpr59g397vz4sm86gb2l"; 115253 - revision = "1"; 115254 - editedCabalFile = "1hylfzkd42mqap2ydh4wq96vwbblyp26zb8wwyn63yl72swbww23"; 115255 libraryHaskellDepends = [ base binary bytestring rio vector ]; 115256 testHaskellDepends = [ base binary bytestring hspec rio vector ]; 115257 description = "Parser for GHC's hi files"; ··· 115469 }: 115470 mkDerivation { 115471 pname = "hierarchical-spectral-clustering"; 115472 - version = "0.4.0.0"; 115473 - sha256 = "1mw546dvyzrhcw7a61zb0anfgxk3s5r3bjrj7iry36shh1ancs1s"; 115474 isLibrary = true; 115475 isExecutable = true; 115476 libraryHaskellDepends = [ ··· 115794 pname = "hills"; 115795 version = "0.1.2.6"; 115796 sha256 = "0ggdppg7mbq3ljrb4hvracdv81m9jqnsrl6iqy56sba118k7m0jh"; 115797 - revision = "2"; 115798 - editedCabalFile = "11f4mmhxivxkdcn4wdcz1hszfyi3hdggls22x2q0m3jxq3lw0izg"; 115799 isLibrary = false; 115800 isExecutable = true; 115801 executableHaskellDepends = [ ··· 116605 }) {}; 116606 116607 "hit-on" = callPackage 116608 - ({ mkDerivation, ansi-terminal, base, base-noprelude, github 116609 - , gitrev, optparse-applicative, relude, shellmet, text, vector 116610 }: 116611 mkDerivation { 116612 pname = "hit-on"; 116613 - version = "0.0.0"; 116614 - sha256 = "14npvwxh33cn8z2klp7liij41r9pyr00rs4g28yva2zry75bf98r"; 116615 - revision = "1"; 116616 - editedCabalFile = "1fwvm0fz2agqziaspxlxxmdv44xrv65pf601i0938wkx4452v8fz"; 116617 isLibrary = true; 116618 isExecutable = true; 116619 libraryHaskellDepends = [ 116620 - ansi-terminal base-noprelude github gitrev optparse-applicative 116621 - relude shellmet text vector 116622 ]; 116623 executableHaskellDepends = [ base ]; 116624 description = "Haskell Git Helper Tool"; 116625 license = stdenv.lib.licenses.mpl20; 116626 hydraPlatforms = stdenv.lib.platforms.none; ··· 116755 pname = "hjsonschema"; 116756 version = "1.9.0"; 116757 sha256 = "051i5y557g82hd5zcn63f65jyxk07d9wnvfmwdps391zxza8ifki"; 116758 - revision = "1"; 116759 - editedCabalFile = "1kxn0smmcmzysvi1bw9v0j6j68fk4s36nqyqmvbkl61pgm6bs803"; 116760 libraryHaskellDepends = [ 116761 aeson base bytestring containers file-embed filepath hashable 116762 hjsonpointer http-client http-client-tls http-types pcre-heavy ··· 116794 license = stdenv.lib.licenses.gpl3; 116795 }) {}; 116796 116797 "hjugement-protocol" = callPackage 116798 ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring 116799 , containers, criterion, cryptonite, deepseq, memory, QuickCheck ··· 116802 }: 116803 mkDerivation { 116804 pname = "hjugement-protocol"; 116805 - version = "0.0.1.20190623"; 116806 - sha256 = "0rqsggij0vx9hh7wl8nzmycb55ilcm0j6dp33x94jycpyvqnc4ym"; 116807 libraryHaskellDepends = [ 116808 aeson base base64-bytestring binary bytestring containers 116809 cryptonite deepseq memory random reflection text transformers ··· 117120 pname = "hledger-iadd"; 117121 version = "1.3.9"; 117122 sha256 = "07g48w4099m4vm7z5hrg9zzd2v2yhy7kcv40902njz6v8cklgdgq"; 117123 isLibrary = true; 117124 isExecutable = true; 117125 libraryHaskellDepends = [ ··· 117391 }: 117392 mkDerivation { 117393 pname = "hlint"; 117394 - version = "2.2"; 117395 - sha256 = "0921s4cnpjnxmsp8x5dhjs8qiv6mlw98nngwsq6ad5qrj1wn72lx"; 117396 isLibrary = true; 117397 isExecutable = true; 117398 enableSeparateDataOutput = true; ··· 119362 }: 119363 mkDerivation { 119364 pname = "hoogle"; 119365 - version = "5.0.17.9"; 119366 - sha256 = "0s4p82issy3jlc0yz153r7i38ny1ygchf294hgms6jr1q467w86z"; 119367 isLibrary = true; 119368 isExecutable = true; 119369 enableSeparateDataOutput = true; ··· 119791 }: 119792 mkDerivation { 119793 pname = "horname"; 119794 - version = "0.1.3.0"; 119795 - sha256 = "067jnyqk4lwrr23hvc30rqjmd400n9vd8wvj9bq67w47paqcz9p9"; 119796 - revision = "1"; 119797 - editedCabalFile = "10cgcxvpl0s4hs2r5g34kcdiy676azz751j3w5703m54mpz9irwl"; 119798 isLibrary = true; 119799 isExecutable = true; 119800 libraryHaskellDepends = [ ··· 121615 broken = true; 121616 }) {}; 121617 121618 "hs-rs-notify" = callPackage 121619 ({ mkDerivation, base, filepath, notifier, process, protolude, text 121620 , unix ··· 122873 broken = true; 122874 }) {}; 122875 122876 - "hsdev_0_3_3_1" = callPackage 122877 ({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec 122878 , base, bytestring, Cabal, containers, cpphs, data-default, deepseq 122879 , direct-sqlite, directory, exceptions, filepath, fsnotify, ghc ··· 122887 }: 122888 mkDerivation { 122889 pname = "hsdev"; 122890 - version = "0.3.3.1"; 122891 - sha256 = "09i1m3xkvjzq69mpzf73g3jxf3g5md8lfrxjwza6ns8ii9m4xcqh"; 122892 isLibrary = true; 122893 isExecutable = true; 122894 libraryHaskellDepends = [ ··· 124383 license = stdenv.lib.licenses.bsd3; 124384 }) {}; 124385 124386 "hspec-meta" = callPackage 124387 ({ mkDerivation, ansi-terminal, array, base, call-stack, clock 124388 , deepseq, directory, filepath, hspec-expectations, HUnit ··· 125693 license = stdenv.lib.licenses.bsd3; 125694 }) {}; 125695 125696 "htestu" = callPackage 125697 ({ mkDerivation, base, gcc, random }: 125698 mkDerivation { ··· 126775 pname = "http-download"; 126776 version = "0.1.0.0"; 126777 sha256 = "0wip7l6cls734ag306s5l0683qqh273b3lk5ibig66racmysjqyb"; 126778 - revision = "3"; 126779 - editedCabalFile = "147fjxz1y3rqwnrhvrhgg2d93fl6pbwkhc2fbzriwn7kyan8z06l"; 126780 libraryHaskellDepends = [ 126781 base base64-bytestring bytestring conduit conduit-extra cryptonite 126782 cryptonite-conduit directory exceptions filepath http-client ··· 128936 }: 128937 mkDerivation { 128938 pname = "hw-kafka-avro"; 128939 - version = "4.0.0"; 128940 - sha256 = "0khqvd1l44bx4mnrv7hbvr0qbak6n17l4qqk3lwga21qnchnlgak"; 128941 isLibrary = true; 128942 isExecutable = true; 128943 libraryHaskellDepends = [ ··· 129148 license = stdenv.lib.licenses.bsd3; 129149 }) {}; 129150 129151 - "hw-prim_0_6_2_29" = callPackage 129152 ({ mkDerivation, base, bytestring, criterion, directory, exceptions 129153 , ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog 129154 - , mmap, QuickCheck, semigroups, transformers, vector 129155 }: 129156 mkDerivation { 129157 pname = "hw-prim"; 129158 - version = "0.6.2.29"; 129159 - sha256 = "1pbcmi3ysaidhb5jlllmdwdkh7gbky234qxf5j2r5lk3n0n6zzp1"; 129160 libraryHaskellDepends = [ 129161 - base bytestring ghc-prim mmap semigroups transformers vector 129162 ]; 129163 testHaskellDepends = [ 129164 base bytestring directory exceptions hedgehog hspec ··· 129398 }: 129399 mkDerivation { 129400 pname = "hw-uri"; 129401 - version = "0.0.2.0"; 129402 - sha256 = "0z2y9ykg6q3p7qgm7s66sg5cw3pf2cbjlqk8xf6l7qgpa7br1z2b"; 129403 libraryHaskellDepends = [ 129404 aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3 129405 base bytestring directory exceptions filepath http-client ··· 131332 "mega-sdist" = callPackage 131333 "mega-sdist" = callPackage 131334 "mega-sdist" = callPackage 131335 - "mega-sdist" = callPackage 131336 - "mega-sdist" = callPackage 131337 - "mega-sdist" = callPackage 131338 - "mega-sdist" = callPackage 131339 }: 131340 mkDerivation { 131341 "mega-sdist" = callPackage 131342 - version = "1.3.1"; 131343 - "mega-sdist" = callPackage 131344 "mega-sdist" = callPackage 131345 isLibrary = true; 131346 isExecutable = true; ··· 131351 "mega-sdist" = callPackage 131352 "mega-sdist" = callPackage 131353 "mega-sdist" = callPackage 131354 - "mega-sdist" = callPackage 131355 - "mega-sdist" = callPackage 131356 "mega-sdist" = callPackage 131357 zip-archive 131358 ]; ··· 131367 ]; 131368 "mega-sdist" = callPackage 131369 license = stdenv.lib.licenses.bsd3; 131370 }) {inherit (pkgs) gmp;}; 131371 131372 "mega-sdist" = callPackage ··· 131425 license = "GPL"; 131426 }) {}; 131427 131428 "mega-sdist" = callPackage 131429 ({ mkDerivation, base }: 131430 mkDerivation { ··· 133229 license = stdenv.lib.licenses.bsd3; 133230 }) {}; 133231 133232 - "mega-sdist" = callPackage 133233 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 133234 "mega-sdist" = callPackage 133235 - "mega-sdist" = callPackage 133236 - "mega-sdist" = callPackage 133237 }: 133238 mkDerivation { 133239 "mega-sdist" = callPackage 133240 - version = "1.7.0"; 133241 - "mega-sdist" = callPackage 133242 isLibrary = true; 133243 isExecutable = true; 133244 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 133247 "mega-sdist" = callPackage 133248 unordered-containers vector 133249 ]; 133250 - "mega-sdist" = callPackage 133251 "mega-sdist" = callPackage 133252 license = stdenv.lib.licenses.bsd3; 133253 hydraPlatforms = stdenv.lib.platforms.none; ··· 133983 "mega-sdist" = callPackage 133984 version = "1.0.3"; 133985 "mega-sdist" = callPackage 133986 "mega-sdist" = callPackage 133987 testHaskellDepends = [ 133988 "mega-sdist" = callPackage ··· 134720 "mega-sdist" = callPackage 134721 version = "0.1.2"; 134722 "mega-sdist" = callPackage 134723 - revision = "1"; 134724 - "mega-sdist" = callPackage 134725 libraryHaskellDepends = [ 134726 "mega-sdist" = callPackage 134727 "mega-sdist" = callPackage ··· 135080 license = stdenv.lib.licenses.bsd3; 135081 }) {}; 135082 135083 - "mega-sdist" = callPackage 135084 ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion 135085 "mega-sdist" = callPackage 135086 "mega-sdist" = callPackage ··· 135089 }: 135090 mkDerivation { 135091 "mega-sdist" = callPackage 135092 - version = "1.5.0"; 135093 - "mega-sdist" = callPackage 135094 - revision = "1"; 135095 - "mega-sdist" = callPackage 135096 libraryHaskellDepends = [ 135097 "mega-sdist" = callPackage 135098 "mega-sdist" = callPackage ··· 135129 "mega-sdist" = callPackage 135130 mkDerivation { 135131 "mega-sdist" = callPackage 135132 - "mega-sdist" = callPackage 135133 - "mega-sdist" = callPackage 135134 "mega-sdist" = callPackage 135135 "mega-sdist" = callPackage 135136 - license = stdenv.lib.licenses.lgpl3; 135137 hydraPlatforms = stdenv.lib.platforms.none; 135138 broken = true; 135139 }) {}; ··· 135142 "mega-sdist" = callPackage 135143 mkDerivation { 135144 "mega-sdist" = callPackage 135145 - version = "2.0.0"; 135146 - "mega-sdist" = callPackage 135147 "mega-sdist" = callPackage 135148 "mega-sdist" = callPackage 135149 license = stdenv.lib.licenses.mit; ··· 135469 license = stdenv.lib.licenses.mit; 135470 }) {}; 135471 135472 "mega-sdist" = callPackage 135473 ({ mkDerivation, base, text }: 135474 mkDerivation { ··· 136815 }: 136816 mkDerivation { 136817 pname = "jaeger-flamegraph"; 136818 - version = "1.3.0"; 136819 - sha256 = "03j5hjrhyhmc6qjp7v4j0mr2y0fpk0zds6v55as24par508w72ka"; 136820 - revision = "2"; 136821 - editedCabalFile = "0p2pcfyrcbqh0rnmhhp5hbwixvlml62iz0d48z7dd6cwfdzlkfrr"; 136822 isLibrary = true; 136823 isExecutable = true; 136824 libraryHaskellDepends = [ aeson base containers QuickCheck text ]; ··· 137646 license = stdenv.lib.licenses.asl20; 137647 }) {}; 137648 137649 "jose-jwt" = callPackage 137650 ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal 137651 , containers, criterion, cryptonite, doctest, either, hspec, HUnit ··· 137802 }) {}; 137803 137804 "jsaddle-dom" = callPackage 137805 - ({ mkDerivation, base, base-compat, exceptions, jsaddle, lens, text 137806 - , transformers 137807 }: 137808 mkDerivation { 137809 pname = "jsaddle-dom"; 137810 - version = "0.9.3.1"; 137811 - sha256 = "0ifbddp4vjpbl89bwczfp7ivnhfayg8317l8qk6h84p9vd1km44z"; 137812 libraryHaskellDepends = [ 137813 base base-compat exceptions jsaddle lens text transformers 137814 ]; ··· 137979 }: 137980 mkDerivation { 137981 pname = "json-api"; 137982 - version = "0.1.1.2"; 137983 - sha256 = "092x0zldcz6dsvvsxs2zr4cp4mbwjsrdpcassrl5i715x9rb5fmm"; 137984 libraryHaskellDepends = [ 137985 aeson base containers data-default lens lens-aeson text 137986 unordered-containers url ··· 138712 license = stdenv.lib.licenses.bsd3; 138713 }) {}; 138714 138715 "jsonextfilter" = callPackage 138716 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 138717 , monads-tf, optparse-applicative, process, scientific, string-qq ··· 138736 138737 "jsonpath" = callPackage 138738 ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring 138739 - , file-embed, hspec, hspec-attoparsec, text, unordered-containers 138740 - , vector 138741 }: 138742 mkDerivation { 138743 pname = "jsonpath"; 138744 - version = "0.1.0.0"; 138745 - sha256 = "0lr0sw30siaycw92b1xbnlrjn1pb7y8l9dflrjzr5d9k43lnrz42"; 138746 libraryHaskellDepends = [ 138747 aeson attoparsec base text unordered-containers vector 138748 ]; ··· 138750 aeson aeson-casing attoparsec base bytestring file-embed hspec 138751 hspec-attoparsec text unordered-containers vector 138752 ]; 138753 description = "Library to parse and execute JSONPath"; 138754 license = stdenv.lib.licenses.bsd3; 138755 hydraPlatforms = stdenv.lib.platforms.none; ··· 139747 license = stdenv.lib.licenses.bsd3; 139748 }) {}; 139749 139750 - "katip_0_8_2_0" = callPackage 139751 ({ mkDerivation, aeson, async, auto-update, base, blaze-builder 139752 , bytestring, containers, criterion, deepseq, directory, either 139753 , filepath, hostname, microlens, microlens-th, monad-control, mtl ··· 139759 }: 139760 mkDerivation { 139761 pname = "katip"; 139762 - version = "0.8.2.0"; 139763 - sha256 = "064i2dbl52i2z7lyvk01ayvf6dzzn20bac3fwh0dlvr5bn49wran"; 139764 libraryHaskellDepends = [ 139765 aeson async auto-update base bytestring containers either hostname 139766 microlens microlens-th monad-control mtl old-locale resourcet ··· 140402 }: 140403 mkDerivation { 140404 pname = "keera-hails-reactive-gtk"; 140405 - version = "0.3"; 140406 - sha256 = "0b3j9h0d4sw1hhgihnlqpiyc9bwfk5qd6jl64jij3q3rjy97wr3v"; 140407 libraryHaskellDepends = [ 140408 base bytestring cairo glib gtk gtk-helpers 140409 keera-hails-reactivevalues mtl transformers ··· 140415 }) {}; 140416 140417 "keera-hails-reactive-network" = callPackage 140418 - ({ mkDerivation, base, keera-hails-reactivevalues, network }: 140419 mkDerivation { 140420 pname = "keera-hails-reactive-network"; 140421 - version = "0.0.3.3"; 140422 - sha256 = "1379djvy5nn6k67ds7mk9jjh03zd6sj0v8sf5agmk3pf5cyp0xa3"; 140423 libraryHaskellDepends = [ 140424 - base keera-hails-reactivevalues network 140425 ]; 140426 description = "Haskell on Rails - Sockets as Reactive Values"; 140427 license = stdenv.lib.licenses.bsd3; ··· 141325 141326 "korea-holidays" = callPackage 141327 ({ mkDerivation, aeson, base, hspec, monad-extras, split 141328 - , template-haskell, yaml 141329 }: 141330 mkDerivation { 141331 pname = "korea-holidays"; 141332 - version = "0.1.0.3"; 141333 - sha256 = "0v240dkvqy1jhkq1mzhyaiyg62m8lbbm79bc2g31jy9b7r1h93i2"; 141334 enableSeparateDataOutput = true; 141335 libraryHaskellDepends = [ 141336 - aeson base monad-extras split template-haskell yaml 141337 ]; 141338 testHaskellDepends = [ 141339 - aeson base hspec monad-extras split template-haskell yaml 141340 ]; 141341 description = "Korea Holidays"; 141342 license = stdenv.lib.licenses.mit; ··· 141485 broken = true; 141486 }) {egl = null; inherit (pkgs) glew;}; 141487 141488 "kure" = callPackage 141489 ({ mkDerivation, base, dlist, transformers }: 141490 mkDerivation { ··· 141907 ]; 141908 description = "Declarative command-line parser using type-driven pattern matching"; 141909 license = stdenv.lib.licenses.bsd3; 141910 }) {}; 141911 141912 "lambda-placeholders" = callPackage ··· 144238 license = stdenv.lib.licenses.bsd3; 144239 }) {}; 144240 144241 - "lattices_2" = callPackage 144242 ({ mkDerivation, base, base-compat, containers, deepseq, hashable 144243 , integer-logarithms, QuickCheck, quickcheck-instances 144244 , semigroupoids, tagged, tasty, tasty-quickcheck, transformers ··· 144246 }: 144247 mkDerivation { 144248 pname = "lattices"; 144249 - version = "2"; 144250 - sha256 = "050c66rrzh5p204jyqmysyhm419f8pasi0mlbwv3n167y0fnr8xq"; 144251 - revision = "1"; 144252 - editedCabalFile = "08m46liplbh1xxnpsq0wnjabmyj625vbnnsyypd52jlhzclfhqz1"; 144253 libraryHaskellDepends = [ 144254 base base-compat containers deepseq hashable integer-logarithms 144255 QuickCheck semigroupoids tagged transformers universe-base ··· 144476 pname = "lazy-hash"; 144477 version = "0.1.0.0"; 144478 sha256 = "1xa2c8gxk5l4njbs58zpq2ybdvjd4y214p71nfmfrzw0arwz49pa"; 144479 - revision = "1"; 144480 - editedCabalFile = "07sn3q7q29zkxpillprx2d05pybjpvpglz8s7jq07akdhwmwx9mk"; 144481 libraryHaskellDepends = [ 144482 base constrained-categories hashable haskell-src-meta tagged 144483 template-haskell vector-space ··· 144497 pname = "lazy-hash-cache"; 144498 version = "0.1.0.0"; 144499 sha256 = "1bdq2fbxpmlva1qbxbiznnjmz7yv7qzcr8wdgds0rdzwhjn97mp4"; 144500 libraryHaskellDepends = [ 144501 base base16-bytestring binary bytestring data-default-class 144502 directory filepath hashable lazy-hash microlens microlens-th ··· 144698 144699 "ldap-client" = callPackage 144700 ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring 144701 - , connection, containers, hspec, network, process, semigroups, stm 144702 - , text 144703 }: 144704 mkDerivation { 144705 pname = "ldap-client"; 144706 - version = "0.2.0"; 144707 - sha256 = "0vs6n3q9svwhcp6853ipxmw1anmy8qfy3xajjsf7h4pjnqzy7g88"; 144708 libraryHaskellDepends = [ 144709 asn1-encoding asn1-types async base bytestring connection 144710 - containers network semigroups stm text 144711 ]; 144712 testHaskellDepends = [ base bytestring hspec process semigroups ]; 144713 description = "Pure Haskell LDAP Client Library"; ··· 145361 license = stdenv.lib.licenses.bsd3; 145362 }) {}; 145363 145364 "lens-family-core" = callPackage 145365 ({ mkDerivation, base, containers, transformers }: 145366 mkDerivation { ··· 145370 libraryHaskellDepends = [ base containers transformers ]; 145371 description = "Haskell 98 Lens Families"; 145372 license = stdenv.lib.licenses.bsd3; 145373 }) {}; 145374 145375 "lens-family-th" = callPackage ··· 145520 }) {}; 145521 145522 "lens-regex-pcre" = callPackage 145523 - ({ mkDerivation, base, hspec, lens, pcre-heavy, pcre-light 145524 - , template-haskell, text 145525 }: 145526 mkDerivation { 145527 pname = "lens-regex-pcre"; 145528 - version = "0.3.0.0"; 145529 - sha256 = "1010nhik7vfk6gll9h8cwnq7mx3v4gnl3nlyn7ma5y93ghq0ckvs"; 145530 libraryHaskellDepends = [ 145531 - base lens pcre-heavy pcre-light template-haskell text 145532 ]; 145533 testHaskellDepends = [ 145534 base hspec lens pcre-heavy pcre-light template-haskell text 145535 ]; 145536 license = stdenv.lib.licenses.bsd3; 145537 }) {}; 145538 ··· 146053 pname = "libarchive"; 146054 version = "1.0.5.1"; 146055 sha256 = "1fchnvs03hg513v7a45a3qbfr3kbh3nmqjqljzr2y1mg2ghkr7cz"; 146056 libraryHaskellDepends = [ 146057 base bytestring composition-prelude dlist filepath 146058 ]; ··· 147756 pname = "linearmap-category"; 147757 version = "0.3.5.0"; 147758 sha256 = "0qmd0nz343j3j3kprbhwfkglcswfcawfy0y6g4ai6nzdga42nfrf"; 147759 - revision = "2"; 147760 - editedCabalFile = "129fgr6m9691cd3nzy1magiwd7f9x2jip96pqj10d0lgb931frzg"; 147761 libraryHaskellDepends = [ 147762 base call-stack constrained-categories containers 147763 free-vector-spaces ieee754 lens linear manifolds-core semigroups ··· 150017 broken = true; 150018 }) {}; 150019 150020 "logentries" = callPackage 150021 ({ mkDerivation, base, bytestring, data-default, fast-logger, hspec 150022 , network, stm, uuid-types, wai, wai-extra ··· 150296 license = stdenv.lib.licenses.bsd3; 150297 }) {}; 150298 150299 - "logict_0_7_0_1" = callPackage 150300 ({ mkDerivation, base, mtl, tasty, tasty-hunit }: 150301 mkDerivation { 150302 pname = "logict"; 150303 - version = "0.7.0.1"; 150304 - sha256 = "1zzcfxdl156rrr120vjcn2wawa2qdrninm6d4mxj215ig1a3aak5"; 150305 libraryHaskellDepends = [ base mtl ]; 150306 testHaskellDepends = [ base mtl tasty tasty-hunit ]; 150307 description = "A backtracking logic-programming monad"; ··· 153174 }: 153175 mkDerivation { 153176 pname = "mandrill"; 153177 - version = "0.5.3.5"; 153178 - sha256 = "0yh7r3wrzpzm3iv0zvs6nzf36hwv0y7xlsz6cy3dlnyrr5jbsb1i"; 153179 libraryHaskellDepends = [ 153180 aeson base base64-bytestring blaze-html bytestring containers 153181 email-validate http-client http-client-tls http-types microlens-th ··· 153931 license = stdenv.lib.licenses.bsd3; 153932 }) {}; 153933 153934 - "massiv_0_3_6_0" = callPackage 153935 - ({ mkDerivation, async, base, bytestring, Cabal, cabal-doctest 153936 - , containers, data-default, data-default-class, deepseq, doctest 153937 - , exceptions, hspec, mersenne-random-pure64, primitive, QuickCheck 153938 - , random, scheduler, splitmix, template-haskell, unliftio 153939 - , unliftio-core, vector 153940 }: 153941 mkDerivation { 153942 pname = "massiv"; 153943 - version = "0.3.6.0"; 153944 - sha256 = "00bjgrb7pa59i8wmbjgscq0jw4x3r1gjvpns7sd58ffa8zfd6sgc"; 153945 setupHaskellDepends = [ base Cabal cabal-doctest ]; 153946 libraryHaskellDepends = [ 153947 base bytestring data-default-class deepseq exceptions primitive 153948 scheduler unliftio-core vector 153949 ]; 153950 testHaskellDepends = [ 153951 - async base bytestring containers data-default deepseq doctest hspec 153952 - mersenne-random-pure64 QuickCheck random scheduler splitmix 153953 - template-haskell unliftio vector 153954 ]; 153955 description = "Massiv (Массив) is an Array Library"; 153956 license = stdenv.lib.licenses.bsd3; ··· 153993 license = stdenv.lib.licenses.bsd3; 153994 }) {}; 153995 153996 "master-plan" = callPackage 153997 ({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific 153998 , hspec, megaparsec, mtl, optparse-applicative, QuickCheck ··· 155337 license = stdenv.lib.licenses.mit; 155338 }) {}; 155339 155340 - "mega-sdist_0_4_0_0" = callPackage 155341 - ({ mkDerivation, base, bytestring, optparse-simple, pantry-tmp 155342 - , path, path-io, rio, rio-orphans, yaml 155343 }: 155344 mkDerivation { 155345 pname = "mega-sdist"; 155346 - version = "0.4.0.0"; 155347 - sha256 = "0d8z0jj4xm091zdlydkp5fgs22xrjrsydfm9czfr79pmcx83bdi4"; 155348 isLibrary = false; 155349 isExecutable = true; 155350 executableHaskellDepends = [ 155351 - base bytestring optparse-simple pantry-tmp path path-io rio 155352 - rio-orphans yaml 155353 ]; 155354 description = "Handles uploading to Hackage from mega repos"; 155355 license = stdenv.lib.licenses.mit; ··· 155559 license = stdenv.lib.licenses.bsd3; 155560 }) {}; 155561 155562 "memcache" = callPackage 155563 ({ mkDerivation, base, binary, blaze-builder, bytestring, criterion 155564 , data-default-class, hashable, network, resource-pool, time ··· 155667 }: 155668 mkDerivation { 155669 pname = "memdb"; 155670 - version = "1.0.0.0"; 155671 - sha256 = "1rm1ijhhiyznbqidcpa1796lzj35dhi4jb0a2qbrvgim329ymsr2"; 155672 libraryHaskellDepends = [ base bytestring cereal vector ]; 155673 testHaskellDepends = [ 155674 base bytestring cereal hspec QuickCheck vector ··· 156734 pname = "microlens-process"; 156735 version = "0.2.0.0"; 156736 sha256 = "05bkm3nhiv2mprds9xlmmnzll91hn76navb9h9kc9nl5rnq4nwrn"; 156737 - revision = "2"; 156738 - editedCabalFile = "02h97gnxwsn20npxsc0mjhyv5s8fj41xkm18xwvcqcq7a4cj8jnw"; 156739 setupHaskellDepends = [ base Cabal cabal-doctest ]; 156740 libraryHaskellDepends = [ base filepath microlens process ]; 156741 testHaskellDepends = [ base doctest microlens process ]; ··· 157341 license = stdenv.lib.licenses.bsd3; 157342 }) {}; 157343 157344 "minecraft-data" = callPackage 157345 ({ mkDerivation, array, base, bytestring, cereal, containers, lens 157346 , mtl, nbt, pipes, pipes-bytestring, pipes-cereal, pipes-parse ··· 157348 }: 157349 mkDerivation { 157350 pname = "minecraft-data"; 157351 - version = "0.1.0.0"; 157352 - sha256 = "1p0lci3b3lwcd6j13bvsscz7ar5vskvhkpj8gy4fp8d1pak2adwr"; 157353 libraryHaskellDepends = [ 157354 array base bytestring cereal containers lens mtl nbt pipes 157355 pipes-bytestring pipes-cereal pipes-parse pipes-zlib text text-show ··· 157559 broken = true; 157560 }) {}; 157561 157562 - "minio-hs_1_3_1" = callPackage 157563 ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring 157564 - , case-insensitive, conduit, conduit-extra, connection, containers 157565 - , cryptonite, cryptonite-conduit, digest, directory, exceptions 157566 - , filepath, http-client, http-client-tls, http-conduit, http-types 157567 - , ini, memory, protolude, QuickCheck, raw-strings-qq, resourcet 157568 - , retry, tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck 157569 - , temporary, text, time, transformers, unliftio, unliftio-core 157570 , unordered-containers, xml-conduit 157571 }: 157572 mkDerivation { 157573 pname = "minio-hs"; 157574 - version = "1.3.1"; 157575 - sha256 = "1z553cpflxmr5hy723bgmwyq061fpivi1jw0vq64x1i0bz0q1llp"; 157576 libraryHaskellDepends = [ 157577 aeson base base64-bytestring binary bytestring case-insensitive 157578 - conduit conduit-extra connection containers cryptonite 157579 - cryptonite-conduit digest directory exceptions filepath http-client 157580 - http-client-tls http-conduit http-types ini memory protolude 157581 - raw-strings-qq resourcet retry text time transformers unliftio 157582 - unliftio-core unordered-containers xml-conduit 157583 ]; 157584 testHaskellDepends = [ 157585 aeson base base64-bytestring binary bytestring case-insensitive 157586 - conduit conduit-extra connection containers cryptonite 157587 - cryptonite-conduit digest directory exceptions filepath http-client 157588 - http-client-tls http-conduit http-types ini memory protolude 157589 - QuickCheck raw-strings-qq resourcet retry tasty tasty-hunit 157590 - tasty-quickcheck tasty-smallcheck temporary text time transformers 157591 - unliftio unliftio-core unordered-containers xml-conduit 157592 ]; 157593 description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage"; 157594 license = stdenv.lib.licenses.asl20; ··· 157974 license = stdenv.lib.licenses.bsd3; 157975 }) {}; 157976 157977 "miso-action-logger" = callPackage 157978 ({ mkDerivation, aeson, base, ghcjs-base, miso }: 157979 mkDerivation { ··· 159547 license = stdenv.lib.licenses.mit; 159548 }) {}; 159549 159550 "monad-mock" = callPackage 159551 ({ mkDerivation, base, constraints, exceptions, haskell-src-exts 159552 , haskell-src-meta, hspec, monad-control, mtl, template-haskell ··· 160734 license = stdenv.lib.licenses.bsd3; 160735 }) {}; 160736 160737 "monoidplus" = callPackage 160738 ({ mkDerivation, base, contravariant, semigroups, transformers }: 160739 mkDerivation { ··· 161747 }: 161748 mkDerivation { 161749 pname = "ms-tds"; 161750 - version = "0.2.0.0"; 161751 - sha256 = "0675h4w8nayvh2gm644anz8sqk37b1n5ia4w5fgyaf9y6drafyda"; 161752 libraryHaskellDepends = [ 161753 array base binary bytestring crypto-random data-default-class mtl 161754 network template-haskell text time tls uuid-types x509-store ··· 161885 }: 161886 mkDerivation { 161887 pname = "mssql-simple"; 161888 - version = "0.2.0.0"; 161889 - sha256 = "1pqw2kr8fyy62kmamvm600zsqri9d2201kixvr6gdy6z0ivyl0sz"; 161890 libraryHaskellDepends = [ 161891 base binary bytestring hostname ms-tds network text time tls 161892 ]; ··· 163586 license = stdenv.lib.licenses.mit; 163587 }) {}; 163588 163589 "mwc-probability-transition" = callPackage 163590 ({ mkDerivation, base, exceptions, ghc-prim, hspec, logging-effect 163591 , mtl, mwc-probability, primitive, QuickCheck, transformers ··· 164419 license = stdenv.lib.licenses.mit; 164420 }) {}; 164421 164422 "namelist" = callPackage 164423 ({ mkDerivation, base, case-insensitive, data-default-class, parsec 164424 , QuickCheck, tasty, tasty-hunit, tasty-quickcheck ··· 164715 }: 164716 mkDerivation { 164717 pname = "naqsha"; 164718 - version = "0.3.0.0"; 164719 - sha256 = "1564aff7ynqilqa9aiv1ih3dl9rimvvzyzqczx1bb94iznrfzghi"; 164720 - isLibrary = false; 164721 - isExecutable = false; 164722 libraryHaskellDepends = [ base bytestring groups vector ]; 164723 testHaskellDepends = [ 164724 base bytestring groups hspec hspec-discover HUnit QuickCheck vector ··· 165477 "net-spider" = callPackage 165478 ({ mkDerivation, aeson, base, containers, data-interval, doctest 165479 , doctest-discover, extended-reals, greskell, greskell-websocket 165480 - , hashable, hspec, monad-logger, safe-exceptions, text, time 165481 - , unordered-containers, vector 165482 }: 165483 mkDerivation { 165484 pname = "net-spider"; 165485 - version = "0.3.0.0"; 165486 - sha256 = "1wz37rrjpk4v8h1mh6pbld84f9kp5h3qcjxxh6fgbkij5l4g7m77"; 165487 libraryHaskellDepends = [ 165488 aeson base containers data-interval extended-reals greskell 165489 - greskell-websocket hashable monad-logger safe-exceptions text time 165490 - unordered-containers vector 165491 ]; 165492 testHaskellDepends = [ 165493 - base doctest doctest-discover hspec vector 165494 ]; 165495 description = "A graph database middleware to maintain a time-varying graph"; 165496 license = stdenv.lib.licenses.bsd3; ··· 165502 }: 165503 mkDerivation { 165504 pname = "net-spider-pangraph"; 165505 - version = "0.1.0.0"; 165506 - sha256 = "1aiacaccml8477vmcnv9mqcrn87nyx7pbgwp7rppz7h5w0dsj8lx"; 165507 libraryHaskellDepends = [ 165508 base bytestring greskell net-spider pangraph text time 165509 ]; ··· 165518 165519 "net-spider-rpl" = callPackage 165520 ({ mkDerivation, aeson, base, greskell, hashable, hspec, ip 165521 - , net-spider, net-spider-pangraph, text, time 165522 }: 165523 mkDerivation { 165524 pname = "net-spider-rpl"; 165525 - version = "0.1.0.0"; 165526 - sha256 = "0basbgcdkjksg9p2s5s0whnbas3w3wnrkkdsr907m8gppkdk6i69"; 165527 libraryHaskellDepends = [ 165528 - aeson base greskell hashable ip net-spider net-spider-pangraph text 165529 - time 165530 ]; 165531 testHaskellDepends = [ base hspec net-spider text ]; 165532 description = "NetSpider data model and utility for RPL networks"; ··· 166701 broken = true; 166702 }) {}; 166703 166704 "network-server" = callPackage 166705 ({ mkDerivation, base, network, unix }: 166706 mkDerivation { ··· 167568 }: 167569 mkDerivation { 167570 pname = "ngx-export-tools"; 167571 - version = "0.4.5.0"; 167572 - sha256 = "1775syhp5pgm6sdn3x8y3zqzvqrwypl07xm6rkv34sbw5x84mmmv"; 167573 libraryHaskellDepends = [ 167574 aeson base binary bytestring ngx-export safe template-haskell 167575 ]; ··· 168169 broken = true; 168170 }) {}; 168171 168172 "noether" = callPackage 168173 "mega-sdist" = callPackage 168174 , criterion, deepseq, ghc-prim, hashable, hedgehog, mtl, mtl-compat ··· 169171 pname = "number-show"; 169172 version = "0.1.0.0"; 169173 sha256 = "01lywbcqg46wrd3qy0jikkh1p45yflypf1vcmrw75qpwji2afjry"; 169174 - revision = "1"; 169175 - editedCabalFile = "0wzim9xpm78rd71jcgfrz427rjvyvrb7qilkcvw78si7mj9wsxcc"; 169176 libraryHaskellDepends = [ base microlens microlens-th ]; 169177 description = "Flexible and accurate (for a given precision) numerical->string conversion"; 169178 license = stdenv.lib.licenses.gpl3; ··· 172316 license = stdenv.lib.licenses.mit; 172317 }) {}; 172318 172319 "optparse-generic" = callPackage 172320 ({ mkDerivation, base, bytestring, Only, optparse-applicative 172321 , semigroups, system-filepath, text, time, transformers, void ··· 172984 license = stdenv.lib.licenses.bsd3; 172985 }) {}; 172986 172987 "overhang" = callPackage 172988 ({ mkDerivation, base }: 172989 mkDerivation { ··· 173208 pname = "packed-multikey-map"; 173209 version = "0.1.0.0"; 173210 sha256 = "19bh697xazsi22krwjgy83hv1pscnaqx544d5pk0q71wnync5m89"; 173211 libraryHaskellDepends = [ 173212 base constraints containers QuickCheck transformers vector 173213 ]; ··· 174197 ({ mkDerivation }: 174198 mkDerivation { 174199 pname = "pandora"; 174200 - version = "0.1.7"; 174201 - sha256 = "1wmp5c7b9scdrhrh50cpjfpcw1riw4kxs1vy935mzwja1y4zalsj"; 174202 description = "A box of patterns and paradigms"; 174203 license = stdenv.lib.licenses.mit; 174204 }) {}; ··· 174347 license = stdenv.lib.licenses.mit; 174348 }) {}; 174349 174350 "pantry-tmp" = callPackage 174351 ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans 174352 , base64-bytestring, bytestring, Cabal, conduit, conduit-extra ··· 174367 pname = "pantry-tmp"; 174368 version = "0.1.0.0"; 174369 sha256 = "18b2ac5kb6xzkxa2c5hhl6n37npxcxzxghi0p5wnv5rps3ahsmnn"; 174370 - revision = "3"; 174371 - editedCabalFile = "12k0lqpc530ai9gb1ldx7l62qi86z4qc2s1bzif8fwaflk4c7ax6"; 174372 libraryHaskellDepends = [ 174373 aeson ansi-terminal array base base-orphans base64-bytestring 174374 bytestring Cabal conduit conduit-extra containers contravariant ··· 174832 license = stdenv.lib.licenses.bsd3; 174833 hydraPlatforms = stdenv.lib.platforms.none; 174834 broken = true; 174835 }) {}; 174836 174837 "para" = callPackage ··· 175481 license = stdenv.lib.licenses.bsd3; 175482 }) {}; 175483 175484 - "parser-combinators_1_1_0" = callPackage 175485 ({ mkDerivation, base }: 175486 mkDerivation { 175487 pname = "parser-combinators"; 175488 - version = "1.1.0"; 175489 - sha256 = "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc"; 175490 libraryHaskellDepends = [ base ]; 175491 description = "Lightweight package providing commonly useful parser combinators"; 175492 license = stdenv.lib.licenses.bsd3; ··· 175500 }: 175501 mkDerivation { 175502 pname = "parser-combinators-tests"; 175503 - version = "1.1.0"; 175504 - sha256 = "0m3xgdi1q3q638zfvgpdqyrhfq9abqwjripvbdx5z9rai4whzqmz"; 175505 - revision = "1"; 175506 - editedCabalFile = "0adgbzpylvk9p7ylxynsdrmqhhbh5pm8ww1s3nz3czl79y8lhh47"; 175507 isLibrary = false; 175508 isExecutable = false; 175509 testHaskellDepends = [ ··· 176031 ]; 176032 description = "Terminal-based presentations using Pandoc"; 176033 license = stdenv.lib.licenses.gpl2; 176034 }) {}; 176035 176036 "patch-combinators" = callPackage ··· 176279 ({ mkDerivation, base, containers }: 176280 mkDerivation { 176281 pname = "patience"; 176282 - version = "0.2.1.1"; 176283 - sha256 = "14d6hkrkbanlv09z7dbg8q7hk5ax5mfpgzr0knmcviq02kmzbs0s"; 176284 libraryHaskellDepends = [ base containers ]; 176285 description = "Patience diff and longest increasing subsequence"; 176286 license = stdenv.lib.licenses.bsd3; ··· 177342 broken = true; 177343 }) {}; 177344 177345 "perdure" = callPackage 177346 ({ mkDerivation, array, base, binary, bytestring, cognimeta-utils 177347 , collections-api, comonad-transformers, containers, cryptohash ··· 177468 }: 177469 mkDerivation { 177470 pname = "perfect-vector-shuffle"; 177471 - version = "0.1.0"; 177472 - sha256 = "1nvwbmfqv9bq6423hxafjrvza6ynj3pry4m5ms1g2yf5vsx47w38"; 177473 libraryHaskellDepends = [ 177474 base MonadRandom primitive random vector 177475 ]; ··· 177998 pname = "persistent-mongoDB"; 177999 version = "2.8.0"; 178000 sha256 = "12hp7cqdz672r5rhad6xvjpxhrs8v1swiz0d9n7xbn41g11a247l"; 178001 libraryHaskellDepends = [ 178002 aeson attoparsec base bson bytestring cereal conduit containers 178003 http-api-data mongoDB network path-pieces persistent resource-pool ··· 178103 broken = true; 178104 }) {}; 178105 178106 "persistent-parser" = callPackage 178107 ({ mkDerivation, attoparsec, base, hspec, text }: 178108 mkDerivation { ··· 178356 maintainers = with stdenv.lib.maintainers; [ psibi ]; 178357 }) {inherit (pkgs) sqlite;}; 178358 178359 - "persistent-sqlite_2_10_1" = callPackage 178360 ({ mkDerivation, aeson, base, bytestring, conduit, containers 178361 , exceptions, fast-logger, hspec, HUnit, microlens-th, monad-logger 178362 , persistent, persistent-template, persistent-test, QuickCheck ··· 178366 }: 178367 mkDerivation { 178368 pname = "persistent-sqlite"; 178369 - version = "2.10.1"; 178370 - sha256 = "1yan8ciljv2kkcxlc9yj97gvlgkzf1ha6369dqnr7fgk1xhr74nz"; 178371 configureFlags = [ "-fsystemlib" ]; 178372 isLibrary = true; 178373 isExecutable = true; ··· 178414 maintainers = with stdenv.lib.maintainers; [ psibi ]; 178415 }) {}; 178416 178417 - "persistent-template_2_7_1" = callPackage 178418 ({ mkDerivation, aeson, base, bytestring, containers, criterion 178419 , deepseq, deepseq-generics, file-embed, hspec, http-api-data 178420 , monad-control, monad-logger, path-pieces, persistent, QuickCheck ··· 178422 }: 178423 mkDerivation { 178424 pname = "persistent-template"; 178425 - version = "2.7.1"; 178426 - sha256 = "1yki4dvfk2p5cs2gfdnplsfyb1cxakhrdfjxgdgbnc0xxicbzx42"; 178427 libraryHaskellDepends = [ 178428 aeson base bytestring containers http-api-data monad-control 178429 monad-logger path-pieces persistent template-haskell text ··· 179591 }: 179592 mkDerivation { 179593 pname = "pinboard-notes-backup"; 179594 - version = "1.0.4"; 179595 - sha256 = "0frlxz9mqd0dypi3f6w926sngwp4jhrz47zr35zdxwrvv64z29g7"; 179596 isLibrary = false; 179597 isExecutable = true; 179598 executableHaskellDepends = [ ··· 179649 179650 "ping" = callPackage 179651 ({ mkDerivation, base, cpu, ip, posix-api, primitive 179652 - , primitive-containers, stm, transformers 179653 }: 179654 mkDerivation { 179655 pname = "ping"; 179656 - version = "0.1.0.2"; 179657 - sha256 = "1cjgs571q5p5r5j94w8cax20r951v08x3cq5a2wd5r852bbgg9ww"; 179658 libraryHaskellDepends = [ 179659 - base cpu ip posix-api primitive primitive-containers stm 179660 - transformers 179661 ]; 179662 description = "icmp echo requests"; 179663 license = stdenv.lib.licenses.bsd3; ··· 179774 license = stdenv.lib.licenses.bsd2; 179775 }) {}; 179776 179777 "pipeline" = callPackage 179778 ({ mkDerivation, base, transformers }: 179779 mkDerivation { ··· 180344 pname = "pipes-group"; 180345 version = "1.0.12"; 180346 sha256 = "1issfj3syi6lfbcdn3bhlbnlh86s92ldsb04c4ac69xipsgyhwqk"; 180347 libraryHaskellDepends = [ 180348 base free pipes pipes-parse transformers 180349 ]; ··· 182299 }: 182300 mkDerivation { 182301 pname = "poly"; 182302 - version = "0.3.0.0"; 182303 - sha256 = "0kwh1n9b6zh21kg2036v02jpr9xvvay6x72b044j4la65pal5h8i"; 182304 libraryHaskellDepends = [ 182305 base primitive semirings vector vector-algorithms 182306 ]; ··· 182477 ({ mkDerivation, async, base, containers, criterion, doctest 182478 , first-class-families, free, freer-simple, hspec, hspec-discover 182479 , inspection-testing, mtl, syb, template-haskell, th-abstraction 182480 - , transformers, type-errors, unagi-chan 182481 }: 182482 mkDerivation { 182483 pname = "polysemy"; 182484 - version = "0.7.0.0"; 182485 - sha256 = "0p9f5m2invppncmd1d9sim1kvnzcgramnq3y1vr0bisg02y0c8dc"; 182486 libraryHaskellDepends = [ 182487 async base containers first-class-families mtl syb template-haskell 182488 - th-abstraction transformers type-errors unagi-chan 182489 ]; 182490 testHaskellDepends = [ 182491 async base containers doctest first-class-families hspec 182492 inspection-testing mtl syb template-haskell th-abstraction 182493 - transformers type-errors unagi-chan 182494 ]; 182495 testToolDepends = [ hspec-discover ]; 182496 benchmarkHaskellDepends = [ 182497 async base containers criterion first-class-families free 182498 freer-simple mtl syb template-haskell th-abstraction transformers 182499 - type-errors unagi-chan 182500 ]; 182501 description = "Higher-order, low-boilerplate, zero-cost free monads"; 182502 license = stdenv.lib.licenses.bsd3; ··· 182551 }) {}; 182552 182553 "polysemy-zoo" = callPackage 182554 - ({ mkDerivation, base, constraints, containers, hspec 182555 - , hspec-discover, mtl, polysemy, polysemy-plugin, random 182556 - , reflection, text 182557 }: 182558 mkDerivation { 182559 pname = "polysemy-zoo"; 182560 - version = "0.3.0.0"; 182561 - sha256 = "1ww5qsxpz1h5jb1444fm2hnzkikcpnpf7gw4v1vkn8bh6cnmpxfy"; 182562 libraryHaskellDepends = [ 182563 - base constraints containers mtl polysemy polysemy-plugin random 182564 - reflection 182565 ]; 182566 testHaskellDepends = [ 182567 - base constraints containers hspec mtl polysemy polysemy-plugin 182568 - random reflection text 182569 ]; 182570 testToolDepends = [ hspec-discover ]; 182571 description = "Experimental, user-contributed effects and interpreters for polysemy"; ··· 183129 }: 183130 mkDerivation { 183131 pname = "posix-api"; 183132 - version = "0.3.0.0"; 183133 - sha256 = "172271qakd2w8hg68m57p8avwwb2cm8hds0qzq53559p2n1z69xq"; 183134 libraryHaskellDepends = [ 183135 base primitive primitive-addr primitive-offset primitive-unlifted 183136 ]; 183137 - testHaskellDepends = [ base primitive tasty tasty-hunit ]; 183138 description = "posix bindings"; 183139 license = stdenv.lib.licenses.bsd3; 183140 hydraPlatforms = stdenv.lib.platforms.none; ··· 183530 }: 183531 mkDerivation { 183532 pname = "postgresql-lo-stream"; 183533 - version = "0.1.1.0"; 183534 - sha256 = "196f6lz8i8y0cfnd4lqjky69wpi0mc2jfs7jz5v0j3r15jbs5212"; 183535 libraryHaskellDepends = [ 183536 base bytestring io-streams lifted-base monad-loops mtl 183537 postgresql-simple ··· 183715 testHaskellDepends = [ base bytestring hspec postgresql-simple ]; 183716 description = "PostgreSQL Schema Migrations"; 183717 license = stdenv.lib.licenses.bsd3; 183718 }) {}; 183719 183720 "postgresql-simple-opts" = callPackage ··· 184457 pname = "pragmatic-show"; 184458 version = "0.1.2.0"; 184459 sha256 = "1nkwimmnk10p0pnv2hr3mxgfs1r2rjfhiaccmhd68a6279whp6p7"; 184460 libraryHaskellDepends = [ base containers ]; 184461 testHaskellDepends = [ 184462 base tasty tasty-hunit tasty-quickcheck vector-space ··· 185590 ({ mkDerivation, base, primitive }: 185591 mkDerivation { 185592 pname = "primitive-addr"; 185593 - version = "0.1.0.1"; 185594 - sha256 = "01gr75k2j60dgs711w1s9r201ndapqlwapznrvd3cm6r4rm3i54i"; 185595 libraryHaskellDepends = [ base primitive ]; 185596 description = "Addresses to unmanaged memory"; 185597 license = stdenv.lib.licenses.bsd3; ··· 186441 pname = "product-profunctors"; 186442 version = "0.10.0.0"; 186443 sha256 = "0s0ssl2900r16992mgl0idkryg3l7psp8nljyg9brr7fqa3pd3dd"; 186444 - revision = "1"; 186445 - editedCabalFile = "17zi38fzg7yf9i5da2hlch6jw2qhmjcvs9wwkhyvra520605mlya"; 186446 libraryHaskellDepends = [ 186447 base bifunctors contravariant profunctors tagged template-haskell 186448 ]; ··· 187120 }: 187121 mkDerivation { 187122 pname = "propellor"; 187123 - version = "5.9.0"; 187124 - sha256 = "1hgqq782qyqdnr86cx7xc063ksqyq37pwf58jz2g0rn3sk8qmv1i"; 187125 isLibrary = true; 187126 isExecutable = true; 187127 libraryHaskellDepends = [ ··· 188670 }: 188671 mkDerivation { 188672 pname = "purebred-email"; 188673 - version = "0.1.0.1"; 188674 - sha256 = "0igjid6rfg13bhgkm51np0ml2sfnkg5a6z3231mmiynkdja7l5zl"; 188675 isLibrary = true; 188676 isExecutable = true; 188677 libraryHaskellDepends = [ ··· 191835 ({ mkDerivation, base, hmatrix, mtl, random-fu }: 191836 mkDerivation { 191837 pname = "random-fu-multivariate"; 191838 - version = "0.1.2.0"; 191839 - sha256 = "11hss3d1aa917g7w7k76zcakk82ras3046vb768yh5kayrb6a347"; 191840 - revision = "2"; 191841 - editedCabalFile = "13frafm1fdlgir64qsqy97158mv5chx98y23pdzdqiannf10w4by"; 191842 libraryHaskellDepends = [ base hmatrix mtl random-fu ]; 191843 testHaskellDepends = [ base ]; 191844 description = "Multivariate distributions for random-fu"; ··· 192064 broken = true; 192065 }) {}; 192066 192067 "range-space" = callPackage 192068 ({ mkDerivation, base, QuickCheck, semigroups, test-framework 192069 , test-framework-quickcheck2, time, vector-space ··· 192533 ]; 192534 description = "Notify Honeybadger about exceptions via a WAI middleware"; 192535 license = stdenv.lib.licenses.mit; 192536 }) {}; 192537 192538 "rating-chgk-info" = callPackage ··· 193571 }) {}; 193572 193573 "readme-lhs" = callPackage 193574 - ({ mkDerivation, attoparsec, base, containers, filepath, foldl 193575 - , HUnit, optparse-applicative, protolude, tasty, tasty-hunit, text 193576 }: 193577 mkDerivation { 193578 pname = "readme-lhs"; 193579 - version = "0.1.0.0"; 193580 - sha256 = "1pn0an37w4kgcn93a6qm0jxqsj882mhjwrnvl7hc5vp1960nqs6j"; 193581 isLibrary = true; 193582 isExecutable = true; 193583 - libraryHaskellDepends = [ attoparsec base foldl protolude text ]; 193584 - executableHaskellDepends = [ 193585 - base containers filepath foldl optparse-applicative protolude text 193586 ]; 193587 - testHaskellDepends = [ 193588 - base HUnit protolude tasty tasty-hunit text 193589 ]; 193590 - description = "See readme.lhs"; 193591 license = stdenv.lib.licenses.bsd3; 193592 hydraPlatforms = stdenv.lib.platforms.none; 193593 broken = true; ··· 194108 }: 194109 mkDerivation { 194110 pname = "red-black-record"; 194111 - version = "2.0.2.2"; 194112 - sha256 = "1afmqdgd0xhawjckjz318561zsr478a7jkpr20l7alic6zxnl4z9"; 194113 libraryHaskellDepends = [ base sop-core ]; 194114 testHaskellDepends = [ 194115 aeson base bytestring doctest profunctors sop-core tasty ··· 194548 }: 194549 mkDerivation { 194550 pname = "refined"; 194551 - version = "0.4.2.1"; 194552 - sha256 = "0p74hqmlx0ns8zjn689ngfjn4y5rvap5fza0p9mpx7107bskdf9d"; 194553 libraryHaskellDepends = [ 194554 aeson base deepseq exceptions mtl prettyprinter QuickCheck 194555 template-haskell transformers ··· 194601 }) {}; 194602 194603 "reflex" = callPackage 194604 - ({ mkDerivation, base, bifunctors, comonad, containers, criterion 194605 - , data-default, deepseq, dependent-map, dependent-sum, directory 194606 - , exception-transformers, filemanip, filepath, haskell-src-exts 194607 - , haskell-src-meta, hlint, lens, loch-th, MemoTrie, monad-control 194608 - , monoidal-containers, mtl, prim-uniq, primitive, process, random 194609 - , ref-tf, reflection, semigroupoids, semigroups, split, stm, syb 194610 , template-haskell, these, time, transformers, transformers-compat 194611 , unbounded-delays, witherable 194612 }: 194613 mkDerivation { 194614 pname = "reflex"; 194615 - version = "0.6.1"; 194616 - sha256 = "1ggp2bpil2ig6rs45fn754kpqnp45lp069nc6ib4isj0dgzb9gpn"; 194617 libraryHaskellDepends = [ 194618 - base bifunctors comonad containers data-default dependent-map 194619 - dependent-sum exception-transformers haskell-src-exts 194620 haskell-src-meta lens MemoTrie monad-control monoidal-containers 194621 - mtl prim-uniq primitive random ref-tf reflection semigroupoids 194622 - semigroups stm syb template-haskell these time transformers 194623 - transformers-compat unbounded-delays witherable 194624 ]; 194625 testHaskellDepends = [ 194626 base bifunctors containers deepseq dependent-map dependent-sum ··· 194633 ]; 194634 description = "Higher-order Functional Reactive Programming"; 194635 license = stdenv.lib.licenses.bsd3; 194636 }) {}; 194637 194638 "reflex-animation" = callPackage ··· 194693 executableHaskellDepends = [ base mtl reflex ]; 194694 description = "A basic `reflex` host for backend work"; 194695 license = stdenv.lib.licenses.bsd3; 194696 }) {}; 194697 194698 "reflex-dom" = callPackage ··· 195018 sha256 = "084d03inyplx3n2zykaz2g7gskzs9hcjq8klhlnzpb1b6ahx5va8"; 195019 libraryHaskellDepends = [ base hsp hsx2hs reform text ]; 195020 description = "Add support for using HSP with Reform"; 195021 license = stdenv.lib.licenses.bsd3; 195022 }) {}; 195023 ··· 195820 }: 195821 mkDerivation { 195822 pname = "registry-hedgehog"; 195823 - version = "0.2.0.3"; 195824 - sha256 = "138x33b9sficpy20dvcayf9isilv9crng2d46m2gh7ckidw94ghp"; 195825 libraryHaskellDepends = [ 195826 base containers hedgehog mmorph multimap protolude registry tasty 195827 tasty-discover tasty-hedgehog tasty-th template-haskell text ··· 196096 license = stdenv.lib.licenses.bsd3; 196097 }) {}; 196098 196099 "relational-query-HDBC" = callPackage 196100 ({ mkDerivation, base, containers, convertible, dlist, HDBC 196101 , HDBC-session, names-th, persistable-record, product-isomorphic ··· 198764 ]; 198765 description = "Quick metrics to grow your app strong"; 198766 license = stdenv.lib.licenses.bsd3; 198767 }) {}; 198768 198769 "ridley-extras" = callPackage ··· 198781 testHaskellDepends = [ base ]; 198782 description = "Handy metrics that don't belong to ridley"; 198783 license = stdenv.lib.licenses.bsd3; 198784 }) {}; 198785 198786 "riemann" = callPackage ··· 198903 license = stdenv.lib.licenses.mit; 198904 }) {}; 198905 198906 - "rio_0_1_10_0" = callPackage 198907 ({ mkDerivation, base, bytestring, containers, deepseq, directory 198908 , exceptions, filepath, hashable, hspec, microlens, mtl, primitive 198909 , process, QuickCheck, text, time, typed-process, unix, unliftio ··· 198911 }: 198912 mkDerivation { 198913 pname = "rio"; 198914 - version = "0.1.10.0"; 198915 - sha256 = "1jhiy139jl8rc8j4fwl76k1w8mrmmjszhsja7xcs8n2nxr13cb2g"; 198916 libraryHaskellDepends = [ 198917 base bytestring containers deepseq directory exceptions filepath 198918 hashable microlens mtl primitive process text time typed-process ··· 198957 pname = "rio-prettyprint"; 198958 version = "0.1.0.0"; 198959 sha256 = "0n8ldc73i0954c6s8jh0hibxrisp84yh5pcxv3x3q0wg4v2xvr0m"; 198960 - revision = "1"; 198961 - editedCabalFile = "0ya7i766srm62p19idm7lwwfk01b81f8795q7jqqwl7rwk5rcdag"; 198962 libraryHaskellDepends = [ 198963 aeson annotated-wl-pprint ansi-terminal array base Cabal colour mtl 198964 path rio text ··· 199736 "ron" = callPackage 199737 ({ mkDerivation, aeson, attoparsec, base, binary, bytestring 199738 , containers, criterion, deepseq, hashable, integer-gmp, mtl 199739 - , template-haskell, text, time, unordered-containers 199740 }: 199741 mkDerivation { 199742 pname = "ron"; 199743 - version = "0.6"; 199744 - sha256 = "022ilxpk9axw41d1cmlgdsgc3c7ss6a0j6a1w10l81g56xlpi67z"; 199745 libraryHaskellDepends = [ 199746 aeson attoparsec base binary bytestring containers hashable 199747 - integer-gmp mtl template-haskell text time unordered-containers 199748 ]; 199749 benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ]; 199750 description = "RON"; ··· 199757 }: 199758 mkDerivation { 199759 pname = "ron-rdt"; 199760 - version = "0.6"; 199761 - sha256 = "0npd4fh3flywfrpnwfsfpss4zbzd9jj9xsbpxlcc4hhjh45x1b6b"; 199762 libraryHaskellDepends = [ 199763 base containers Diff hashable integer-gmp mtl ron text time 199764 transformers unordered-containers ··· 199774 }: 199775 mkDerivation { 199776 pname = "ron-schema"; 199777 - version = "0.6"; 199778 - sha256 = "07nn74vwx26flam7klwfvj4yz5mqh8d5flf5ps7wxxfn70z3g4yg"; 199779 libraryHaskellDepends = [ 199780 base bytestring containers hedn integer-gmp megaparsec mtl ron 199781 ron-rdt template-haskell text transformers ··· 199791 }: 199792 mkDerivation { 199793 pname = "ron-storage"; 199794 - version = "0.7"; 199795 - sha256 = "0wqvbnylz2wx85c7qfqzima3axif6r65vc0iwl8lrmxpif2zs41c"; 199796 libraryHaskellDepends = [ 199797 base bytestring containers directory filepath integer-gmp mtl 199798 network-info ron ron-rdt stm text transformers ··· 200700 }: 200701 mkDerivation { 200702 pname = "ruby-marshal"; 200703 - version = "0.1.2"; 200704 - sha256 = "13s017sqim92yz9r3x8zc4by1hksncikavsn12kf42vv58k95g1p"; 200705 libraryHaskellDepends = [ 200706 base bytestring cereal containers mtl string-conv vector 200707 ]; ··· 201663 license = stdenv.lib.licenses.bsd3; 201664 }) {}; 201665 201666 - "salak_0_2_9_3" = callPackage 201667 - ({ mkDerivation, attoparsec, base, bytestring, containers 201668 - , data-default, directory, filepath, hspec, menshen, mtl, pqueue 201669 - , QuickCheck, scientific, text, time, unliftio-core 201670 }: 201671 mkDerivation { 201672 pname = "salak"; 201673 - version = "0.2.9.3"; 201674 - sha256 = "0y1p2cf8bpglqf20a16d2h5xfknzz6wcdgwv6mamh24mdqv0c3rn"; 201675 libraryHaskellDepends = [ 201676 - attoparsec base bytestring containers data-default directory 201677 - filepath menshen mtl pqueue scientific text time unliftio-core 201678 ]; 201679 testHaskellDepends = [ 201680 - attoparsec base bytestring containers data-default directory 201681 - filepath hspec menshen mtl pqueue QuickCheck scientific text time 201682 - unliftio-core 201683 ]; 201684 - description = "Configuration Loader"; 201685 - license = stdenv.lib.licenses.bsd3; 201686 hydraPlatforms = stdenv.lib.platforms.none; 201687 }) {}; 201688 201689 "salak-toml" = callPackage 201690 - ({ mkDerivation, base, hspec, mtl, QuickCheck, salak, text, time 201691 - , tomland, unordered-containers 201692 }: 201693 mkDerivation { 201694 pname = "salak-toml"; 201695 - version = "0.2.9.3"; 201696 - sha256 = "1hb5ddm7a9acwri730w50p14vyk6z8q1wnx2b87386d80am5mbpy"; 201697 libraryHaskellDepends = [ 201698 - base mtl salak text time tomland unordered-containers 201699 ]; 201700 testHaskellDepends = [ 201701 - base hspec mtl QuickCheck salak text time tomland 201702 unordered-containers 201703 ]; 201704 description = "Configuration Loader for toml"; 201705 - license = stdenv.lib.licenses.bsd3; 201706 hydraPlatforms = stdenv.lib.platforms.none; 201707 broken = true; 201708 }) {}; 201709 201710 "salak-yaml" = callPackage 201711 - ({ mkDerivation, base, conduit, hspec, libyaml, mtl, QuickCheck 201712 - , salak, text 201713 }: 201714 mkDerivation { 201715 pname = "salak-yaml"; 201716 - version = "0.2.9.3"; 201717 - sha256 = "0jjmw923zvm349q318iw7y5lfqhbr85xgp6ai3xx5w5d4mcb2f32"; 201718 libraryHaskellDepends = [ base conduit libyaml salak text ]; 201719 testHaskellDepends = [ 201720 - base conduit hspec libyaml mtl QuickCheck salak text 201721 ]; 201722 description = "Configuration Loader for yaml"; 201723 - license = stdenv.lib.licenses.bsd3; 201724 hydraPlatforms = stdenv.lib.platforms.none; 201725 broken = true; 201726 }) {}; ··· 203176 }: 203177 mkDerivation { 203178 pname = "scidb-hquery"; 203179 - version = "2.8.0.432"; 203180 - sha256 = "0swjsgf84kwkzv7nwrnrzlpxbhdvi3i5pnnjrlgql9x4c30bqw6i"; 203181 isLibrary = true; 203182 isExecutable = true; 203183 setupHaskellDepends = [ base Cabal filepath ]; ··· 203494 ]; 203495 description = "Fay integration for Scotty"; 203496 license = stdenv.lib.licenses.mit; 203497 hydraPlatforms = stdenv.lib.platforms.none; 203498 broken = true; 203499 }) {}; ··· 204205 }: 204206 mkDerivation { 204207 pname = "sdr"; 204208 - version = "0.1.0.11"; 204209 - sha256 = "0gkf7ql1a40vpb4qaivcyygvlykp4whljmhp2jy37bk56zr45yvv"; 204210 libraryHaskellDepends = [ 204211 array base bytestring cairo cereal Chart Chart-cairo colour 204212 containers Decimal dynamic-graph fftwRaw GLFW-b mwc-random OpenGL ··· 205680 pname = "serialise"; 205681 version = "0.2.1.0"; 205682 sha256 = "19ary6ivzk8z7wcxhm860qmh7pwqj0qjqzav1h42y85l608zqgh4"; 205683 libraryHaskellDepends = [ 205684 array base bytestring cborg containers ghc-prim half hashable 205685 primitive text time unordered-containers vector ··· 205850 license = stdenv.lib.licenses.bsd3; 205851 }) {}; 205852 205853 - "servant_0_16_1" = callPackage 205854 ({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors 205855 , bytestring, Cabal, cabal-doctest, case-insensitive, deepseq 205856 , doctest, hspec, hspec-discover, http-api-data, http-media ··· 205860 }: 205861 mkDerivation { 205862 pname = "servant"; 205863 - version = "0.16.1"; 205864 - sha256 = "1v63b3ng1zck4jw79ijjv4vvsm8w1c8vz4c0dd8sklpkcrfbpxam"; 205865 setupHaskellDepends = [ base Cabal cabal-doctest ]; 205866 libraryHaskellDepends = [ 205867 aeson attoparsec base base-compat bifunctors bytestring ··· 207862 license = stdenv.lib.licenses.bsd3; 207863 }) {}; 207864 207865 - "servant-server_0_16_1" = callPackage 207866 ({ mkDerivation, aeson, base, base-compat, base64-bytestring 207867 , bytestring, Cabal, cabal-doctest, containers, directory, doctest 207868 , exceptions, filepath, hspec, hspec-discover, hspec-wai ··· 207874 }: 207875 mkDerivation { 207876 pname = "servant-server"; 207877 - version = "0.16.1"; 207878 - sha256 = "1zkx6ipz4ay64jdvqxhhrq2sfxj6d6ma8z4cxwpascnawhjqjpq7"; 207879 isLibrary = true; 207880 isExecutable = true; 207881 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 211023 license = stdenv.lib.licenses.bsd3; 211024 }) {}; 211025 211026 "silvi" = callPackage 211027 ({ mkDerivation, attoparsec, base, bytestring, chronos, http-types 211028 , ip, quantification, savage, text ··· 211083 }: 211084 mkDerivation { 211085 pname = "simple"; 211086 - version = "0.11.2"; 211087 - sha256 = "05069qjgzm4j22p0q6i75qpsvzpw52b7bh2x2b6jcxnlvqp6flzg"; 211088 isLibrary = true; 211089 isExecutable = true; 211090 enableSeparateDataOutput = true; ··· 211204 libraryHaskellDepends = [ base Cabal directory filepath ]; 211205 description = "Cabal file wrapper library"; 211206 license = stdenv.lib.licenses.bsd3; 211207 }) {}; 211208 211209 "simple-cmd" = callPackage ··· 211860 }: 211861 mkDerivation { 211862 pname = "simple-templates"; 211863 - version = "0.8.0.1"; 211864 - sha256 = "13na1f29fvc0j452kh0a3fjig3fq4qbklcpdv6bm1fr0cf8hzq98"; 211865 libraryHaskellDepends = [ 211866 aeson attoparsec base scientific text unordered-containers vector 211867 ]; ··· 212862 license = stdenv.lib.licenses.gpl2; 212863 }) {}; 212864 212865 - "skylighting_0_8_1_1" = callPackage 212866 ({ mkDerivation, aeson, ansi-terminal, attoparsec, base 212867 , base64-bytestring, binary, blaze-html, bytestring 212868 , case-insensitive, colour, containers, directory, filepath, hxt ··· 212871 }: 212872 mkDerivation { 212873 pname = "skylighting"; 212874 - version = "0.8.1.1"; 212875 - sha256 = "0q1zkb053szbgx3lqpmllxas0krb9m425qi0aplffhdqwmd05w8w"; 212876 isLibrary = true; 212877 isExecutable = true; 212878 libraryHaskellDepends = [ ··· 212918 license = stdenv.lib.licenses.bsd3; 212919 }) {}; 212920 212921 - "skylighting-core_0_8_1_1" = callPackage 212922 ({ mkDerivation, aeson, ansi-terminal, attoparsec, base 212923 , base64-bytestring, binary, blaze-html, bytestring 212924 , case-insensitive, colour, containers, criterion, Diff, directory ··· 212928 }: 212929 mkDerivation { 212930 pname = "skylighting-core"; 212931 - version = "0.8.1.1"; 212932 - sha256 = "1klk9jlnyz5ciz2gm1dx5mh85nkvz6y1xsflvyf45c2gw9grc2km"; 212933 isLibrary = true; 212934 isExecutable = true; 212935 libraryHaskellDepends = [ ··· 213375 }) {}; 213376 213377 "small-bytearray-builder" = callPackage 213378 - ({ mkDerivation, base, byteslice, primitive, primitive-offset 213379 - , QuickCheck, run-st, tasty, tasty-quickcheck, vector 213380 }: 213381 mkDerivation { 213382 pname = "small-bytearray-builder"; 213383 - version = "0.1.0.0"; 213384 - sha256 = "1dsjvgl15wbja1fzm1sawqavvijkmaqidfaqk9qgp42kifhh0hzh"; 213385 libraryHaskellDepends = [ 213386 base byteslice primitive primitive-offset run-st vector 213387 ]; 213388 testHaskellDepends = [ 213389 - base byteslice primitive QuickCheck tasty tasty-quickcheck vector 213390 ]; 213391 description = "Serialize to a small byte arrays"; 213392 license = stdenv.lib.licenses.bsd3; 213393 hydraPlatforms = stdenv.lib.platforms.none; ··· 214686 pname = "snaplet-customauth"; 214687 version = "0.1.2"; 214688 sha256 = "0y1a8c9j1q1pzby5v4ajnafm6dr9fvxvvkiynvscyjsf73gp2myb"; 214689 libraryHaskellDepends = [ 214690 aeson base base64-bytestring binary binary-orphans bytestring 214691 configurator containers errors heist hoauth2 http-client ··· 215946 }: 215947 mkDerivation { 215948 pname = "sockets"; 215949 - version = "0.4.0.0"; 215950 - sha256 = "0xv8341kvy6br88lj4g17hqci9sn8qbm063iv69gmfbyp5x7fs9d"; 215951 isLibrary = true; 215952 isExecutable = true; 215953 libraryHaskellDepends = [ ··· 215956 ]; 215957 testHaskellDepends = [ 215958 async base byteslice bytestring ip primitive primitive-addr 215959 - primitive-unlifted tasty tasty-hunit 215960 ]; 215961 benchmarkHaskellDepends = [ 215962 base byteslice bytestring entropy ip primitive ··· 216277 license = stdenv.lib.licenses.bsd3; 216278 }) {}; 216279 216280 "sorting" = callPackage 216281 ({ mkDerivation, base }: 216282 mkDerivation { ··· 216845 pname = "spatial-rotations"; 216846 version = "0.1.0.1"; 216847 sha256 = "02nysw4dbg5l37j83kdybxkrdzgjxn20h3lknnphwz0hr0n489ii"; 216848 - revision = "2"; 216849 - editedCabalFile = "174y0jgf9bxqsc895f984q0gwn981sxdxmnwd3c25jp03iidc6c4"; 216850 libraryHaskellDepends = [ 216851 base linear manifolds-core vector-space 216852 ]; ··· 216998 }: 216999 mkDerivation { 217000 pname = "spectral-clustering"; 217001 - version = "0.3.0.2"; 217002 - sha256 = "1jxjqdyjj8ajv7qb3qldaqh2mr00fg51yp4fiqi5d3bd4b4isga8"; 217003 libraryHaskellDepends = [ 217004 base clustering containers eigen hmatrix hmatrix-svdlibc mwc-random 217005 safe sparse-linear-algebra statistics vector ··· 217482 license = stdenv.lib.licenses.bsd3; 217483 }) {}; 217484 217485 "splitter" = callPackage 217486 ({ mkDerivation, base, directory, filepath, parsec, range }: 217487 mkDerivation { ··· 218499 , http-client, http-client-tls, http-conduit, http-download 218500 , http-types, memory, microlens, mintty, mono-traversable, mtl 218501 , mustache, neat-interpolation, network-uri, open-browser 218502 - , optparse-applicative, pantry-tmp, path, path-io, persistent 218503 , persistent-sqlite, persistent-template, pretty, primitive 218504 , process, project-template, QuickCheck, raw-strings-qq 218505 , regex-applicative-text, resource-pool, resourcet, retry, rio ··· 218512 }: 218513 mkDerivation { 218514 pname = "stack"; 218515 - version = "2.1.1.1"; 218516 - sha256 = "1qqy0hkcvr4nblpknwljc71hck8ccpdiqxbxhj5mjwp9ybvag1j2"; 218517 - revision = "2"; 218518 - editedCabalFile = "0c2vqmw6rvq4jspmc1h1d33bdzmm63svrax1q5r9g70lvjfi7ax8"; 218519 configureFlags = [ 218520 "-fdisable-git-info" "-fhide-dependency-versions" 218521 "-fsupported-build" ··· 218532 http-client http-client-tls http-conduit http-download http-types 218533 memory microlens mintty mono-traversable mtl mustache 218534 neat-interpolation network-uri open-browser optparse-applicative 218535 - pantry-tmp path path-io persistent persistent-sqlite 218536 persistent-template pretty primitive process project-template 218537 regex-applicative-text resource-pool resourcet retry rio 218538 rio-prettyprint semigroups split stm streaming-commons tar ··· 218550 http-client http-client-tls http-conduit http-download http-types 218551 memory microlens mintty mono-traversable mtl mustache 218552 neat-interpolation network-uri open-browser optparse-applicative 218553 - pantry-tmp path path-io persistent persistent-sqlite 218554 persistent-template pretty primitive process project-template 218555 regex-applicative-text resource-pool resourcet retry rio 218556 rio-prettyprint semigroups split stm streaming-commons tar ··· 218568 hspec http-client http-client-tls http-conduit http-download 218569 http-types memory microlens mintty mono-traversable mtl mustache 218570 neat-interpolation network-uri open-browser optparse-applicative 218571 - pantry-tmp path path-io persistent persistent-sqlite 218572 persistent-template pretty primitive process project-template 218573 QuickCheck raw-strings-qq regex-applicative-text resource-pool 218574 resourcet retry rio rio-prettyprint semigroups smallcheck split stm ··· 218828 }: 218829 mkDerivation { 218830 pname = "stack2cabal"; 218831 - version = "1.0.2"; 218832 - sha256 = "0zdyjf55zda465ai6bjp13a4f4khgz59smmaa2nlbbrjknlb1kbl"; 218833 isLibrary = false; 218834 isExecutable = true; 218835 executableHaskellDepends = [ ··· 219136 }: 219137 mkDerivation { 219138 pname = "stackage-to-hackage"; 219139 - version = "1.1.0"; 219140 - sha256 = "165g5vyxck8hh2523v4h0cwjl3yvp4wwzlsdrs9wvg9ca3ij0v85"; 219141 isLibrary = true; 219142 isExecutable = true; 219143 libraryHaskellDepends = [ ··· 220002 libraryHaskellDepends = [ array base bytestring containers ]; 220003 description = "A wrapper around Sean Barrett's TrueType rasterizer library"; 220004 license = stdenv.lib.licenses.publicDomain; 220005 }) {}; 220006 220007 "std" = callPackage ··· 221075 }) {}; 221076 221077 "stratux" = callPackage 221078 - "mega-sdist" = callPackage 221079 - , stratux-http, stratux-types, stratux-websockets, template-haskell 221080 }: 221081 mkDerivation { 221082 pname = "stratux"; 221083 - version = "0.0.9"; 221084 - sha256 = "17jy7svf74k3r87p8xlp0hi9z95f5npmnn28jlwx4rb68dn63aly"; 221085 libraryHaskellDepends = [ 221086 base stratux-http stratux-types stratux-websockets 221087 ]; 221088 - testHaskellDepends = [ 221089 - base directory doctest filepath QuickCheck template-haskell 221090 - ]; 221091 description = "A library for stratux"; 221092 license = stdenv.lib.licenses.bsd3; 221093 hydraPlatforms = stdenv.lib.platforms.none; 221094 broken = true; 221095 }) {}; 221096 221097 "stratux-http" = callPackage 221098 - ({ mkDerivation, aeson, base, directory, doctest, either, filepath 221099 - , HTTP, network-uri, QuickCheck, stratux-types, template-haskell 221100 - , utf8-string 221101 }: 221102 mkDerivation { 221103 pname = "stratux-http"; 221104 - version = "0.0.9"; 221105 - sha256 = "121pansnd8pdhv9ki2qdav93cwldmnxnykjldhbkb2bkyr0skdyb"; 221106 - revision = "1"; 221107 - editedCabalFile = "0paq3zs9c39dcjxxyz975q4nccmgdxxay839wa60gka75hix34gs"; 221108 libraryHaskellDepends = [ 221109 - aeson base either HTTP network-uri stratux-types utf8-string 221110 - ]; 221111 - testHaskellDepends = [ 221112 - base directory doctest filepath QuickCheck template-haskell 221113 ]; 221114 description = "A library for using HTTP with stratux"; 221115 license = stdenv.lib.licenses.bsd3; ··· 221118 }) {}; 221119 221120 "stratux-types" = callPackage 221121 - ({ mkDerivation, aeson, base, bytestring, directory, doctest 221122 - , filepath, lens, QuickCheck, scientific, template-haskell, text 221123 , time 221124 }: 221125 mkDerivation { 221126 pname = "stratux-types"; 221127 - version = "0.0.9"; 221128 - sha256 = "06d4qagcmzch25zkxpnvw04h5aav5wbdrfyi6xvzvndj12hvayza"; 221129 libraryHaskellDepends = [ 221130 aeson base bytestring lens scientific text time 221131 ]; 221132 - testHaskellDepends = [ 221133 - base directory doctest filepath QuickCheck template-haskell 221134 - ]; 221135 description = "A library for reading JSON output from stratux"; 221136 license = stdenv.lib.licenses.bsd3; 221137 hydraPlatforms = stdenv.lib.platforms.none; ··· 221139 }) {}; 221140 221141 "stratux-websockets" = callPackage 221142 - ({ mkDerivation, aeson, base, directory, doctest, either, filepath 221143 - , network, QuickCheck, stratux-types, template-haskell, text 221144 , transformers, websockets 221145 }: 221146 mkDerivation { 221147 pname = "stratux-websockets"; 221148 - version = "0.0.9"; 221149 - sha256 = "0076n4i250frv71w9sysw935g5aq0py8shwaqrhjrv4jp6mb2k3q"; 221150 - revision = "1"; 221151 - editedCabalFile = "0863p5spgs68q6ddp3v9azm7x01wky1480yp3rrjxpkgay1ha4db"; 221152 libraryHaskellDepends = [ 221153 aeson base either network stratux-types text transformers 221154 websockets 221155 - ]; 221156 - testHaskellDepends = [ 221157 - base directory doctest filepath QuickCheck template-haskell 221158 ]; 221159 description = "A library for using websockets with stratux"; 221160 license = stdenv.lib.licenses.bsd3; ··· 223375 pname = "summoner"; 223376 version = "1.3.0.1"; 223377 sha256 = "1m08n2ip9rjx06mcwcv636ncicmpxcmhx82i3p4yc5vylibxr57s"; 223378 - revision = "3"; 223379 - editedCabalFile = "0galzkk5y41akmy12vfk8zh5pm9pyv4a5034qpfcxm7ix0s2ivms"; 223380 isLibrary = true; 223381 isExecutable = true; 223382 libraryHaskellDepends = [ ··· 224553 }: 224554 mkDerivation { 224555 pname = "symantic"; 224556 - version = "6.3.3.20190614"; 224557 - sha256 = "1l0a82r1fx6ai5csjaqiha8gngb1pay1cmj947619xy36iwng3pc"; 224558 libraryHaskellDepends = [ 224559 base containers mono-traversable symantic-document symantic-grammar 224560 text transformers ··· 224566 }) {}; 224567 224568 "symantic-cli" = callPackage 224569 - ({ mkDerivation, base, containers, megaparsec, symantic-document 224570 - , text, transformers 224571 }: 224572 mkDerivation { 224573 pname = "symantic-cli"; 224574 - version = "2.2.4.20190701"; 224575 - sha256 = "0qkfjhva0mrmirc4md82r5f738i6af4whlyqnxmksqz0jwa9r5nv"; 224576 libraryHaskellDepends = [ 224577 - base containers megaparsec symantic-document text transformers 224578 ]; 224579 description = "Symantics for parsing and documenting a CLI"; 224580 license = stdenv.lib.licenses.gpl3; ··· 224588 }: 224589 mkDerivation { 224590 pname = "symantic-document"; 224591 - version = "1.2.3.20190628"; 224592 - sha256 = "0ahbhksiyinfsbgb2xhikckly8m5g2lfads5cjk7mbi27zn9y2v8"; 224593 libraryHaskellDepends = [ ansi-terminal base text transformers ]; 224594 testHaskellDepends = [ 224595 base containers tasty tasty-hunit text transformers ··· 224766 broken = true; 224767 }) {}; 224768 224769 "symbol" = callPackage 224770 ({ mkDerivation, base, containers, deepseq }: 224771 mkDerivation { ··· 224776 editedCabalFile = "0jdbaap11pkgb6m98v57k7qnx62pqxy7pa2i7293ywa4q305qgm1"; 224777 libraryHaskellDepends = [ base containers deepseq ]; 224778 description = "A 'Symbol' type for fast symbol comparison"; 224779 license = stdenv.lib.licenses.bsd3; 224780 }) {}; 224781 ··· 226516 pname = "tai"; 226517 version = "0"; 226518 sha256 = "1kp7m9mhawi2fbdsir4kg9z6hbmlw4kmp3kjvlk4qkhvckgl3pxw"; 226519 libraryHaskellDepends = [ 226520 base clock lens mtl parsers time trifecta wreq 226521 ]; ··· 226926 pname = "tart"; 226927 version = "0.1.2"; 226928 sha256 = "1ik86xbai9513gr9k60m55xf5pj5bdw3wbjc0gd260j9k9j4p73k"; 226929 isLibrary = true; 226930 isExecutable = true; 226931 libraryHaskellDepends = [ ··· 227575 license = stdenv.lib.licenses.mit; 227576 }) {}; 227577 227578 "tasty-smallcheck" = callPackage 227579 ({ mkDerivation, async, base, smallcheck, tagged, tasty }: 227580 mkDerivation { ··· 227646 testHaskellDepends = [ base tasty-hunit ]; 227647 description = "Automatic tasty test case discovery using TH"; 227648 license = stdenv.lib.licenses.bsd3; 227649 }) {}; 227650 227651 "tasty-travis" = callPackage ··· 229128 ]; 229129 description = "Terminal emulator configurable in Haskell"; 229130 license = stdenv.lib.licenses.bsd3; 229131 }) {inherit (pkgs) gtk3; vte_291 = pkgs.vte;}; 229132 229133 "termplot" = callPackage ··· 230055 }: 230056 mkDerivation { 230057 pname = "text-cp437"; 230058 - version = "0.2.1"; 230059 - sha256 = "1fzsb341yr1jiv9wflr35ra1z1cd41wmyp0y5dv2p0fq10kxcfgs"; 230060 libraryHaskellDepends = [ base bytestring text ]; 230061 testHaskellDepends = [ 230062 base bytestring QuickCheck quickcheck-text text ··· 230558 license = stdenv.lib.licenses.bsd3; 230559 }) {}; 230560 230561 "text-show" = callPackage 230562 ({ mkDerivation, array, base, base-compat-batteries, base-orphans 230563 , bifunctors, bytestring, bytestring-builder, containers ··· 231514 license = stdenv.lib.licenses.asl20; 231515 }) {}; 231516 231517 "th-to-exp" = callPackage 231518 ({ mkDerivation, base, hspec, template-haskell }: 231519 mkDerivation { ··· 231758 license = stdenv.lib.licenses.bsd3; 231759 }) {}; 231760 231761 - "these_1" = callPackage 231762 ({ mkDerivation, aeson, assoc, base, base-compat, binary, deepseq 231763 , hashable, QuickCheck, semigroupoids, unordered-containers 231764 }: 231765 mkDerivation { 231766 pname = "these"; 231767 - version = "1"; 231768 - sha256 = "01pnibkkzbsdiry4w018img92ja2sqwjigpw53q12mfnabvsgvxn"; 231769 libraryHaskellDepends = [ 231770 aeson assoc base base-compat binary deepseq hashable QuickCheck 231771 semigroupoids unordered-containers ··· 232437 license = stdenv.lib.licenses.gpl3; 232438 }) {}; 232439 232440 "tidal-midi" = callPackage 232441 ({ mkDerivation, base, containers, PortMidi, tidal, time 232442 , transformers ··· 232472 }) {}; 232473 232474 "tidal-vis" = callPackage 232475 - ({ mkDerivation, base, cairo, colour, tidal }: 232476 mkDerivation { 232477 pname = "tidal-vis"; 232478 - version = "0.9.3"; 232479 - sha256 = "1sj17czyzpfrq0a8kalr170dw1zcphix0dnhdf6ggryskb1wswdp"; 232480 - libraryHaskellDepends = [ base cairo colour tidal ]; 232481 - description = "Visual rendering for Tidal patterns"; 232482 license = stdenv.lib.licenses.gpl3; 232483 hydraPlatforms = stdenv.lib.platforms.none; 232484 broken = true; ··· 233852 license = stdenv.lib.licenses.bsd3; 233853 }) {}; 233854 233855 - "tls_1_5_0" = callPackage 233856 ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring 233857 , cereal, cryptonite, data-default-class, gauge, hourglass, memory 233858 , mtl, network, QuickCheck, tasty, tasty-quickcheck, transformers ··· 233860 }: 233861 mkDerivation { 233862 pname = "tls"; 233863 - version = "1.5.0"; 233864 - sha256 = "04hdk8mdn8l928prj1h37xkn4ny44bnkrbbknxyqjba51y5y30bc"; 233865 libraryHaskellDepends = [ 233866 asn1-encoding asn1-types async base bytestring cereal cryptonite 233867 data-default-class hourglass memory mtl network transformers x509 ··· 233899 license = stdenv.lib.licenses.bsd3; 233900 }) {}; 233901 233902 - "tls-debug_0_4_6" = callPackage 233903 ({ mkDerivation, base, bytestring, cryptonite, data-default-class 233904 , network, pem, tls, tls-session-manager, x509, x509-store 233905 , x509-system, x509-validation 233906 }: 233907 mkDerivation { 233908 pname = "tls-debug"; 233909 - version = "0.4.6"; 233910 - sha256 = "0xfjwyiazjdyba6x9bps93ibah9p22ww24wlmr6iksfsdhs79l7n"; 233911 isLibrary = false; 233912 isExecutable = true; 233913 executableHaskellDepends = [ ··· 233953 ]; 233954 description = "In-memory TLS session manager"; 233955 license = stdenv.lib.licenses.bsd3; 233956 }) {}; 233957 233958 "tmapchan" = callPackage ··· 234455 broken = true; 234456 }) {}; 234457 234458 - "tomland_1_1_0_0" = callPackage 234459 ({ mkDerivation, aeson, base, bytestring, containers, deepseq 234460 - , gauge, hashable, hedgehog, hspec-megaparsec, htoml 234461 , htoml-megaparsec, markdown-unlit, megaparsec, mtl, parsec 234462 , parser-combinators, tasty, tasty-discover, tasty-hedgehog 234463 , tasty-hspec, tasty-silver, text, time, toml-parser, transformers ··· 234465 }: 234466 mkDerivation { 234467 pname = "tomland"; 234468 - version = "1.1.0.0"; 234469 - sha256 = "0ip3pp76jf6di18r10ksxw35a2594k7h1iygm0b4k77m4fx4bqzn"; 234470 isLibrary = true; 234471 isExecutable = true; 234472 libraryHaskellDepends = [ ··· 234476 executableHaskellDepends = [ base text time unordered-containers ]; 234477 executableToolDepends = [ markdown-unlit ]; 234478 testHaskellDepends = [ 234479 - base bytestring containers hashable hedgehog hspec-megaparsec 234480 - megaparsec tasty tasty-hedgehog tasty-hspec tasty-silver text time 234481 - unordered-containers 234482 ]; 234483 testToolDepends = [ tasty-discover ]; 234484 benchmarkHaskellDepends = [ ··· 234649 , diversity, fgl, filepath, find-clumpiness, foldl, graphviz 234650 , hierarchical-clustering, hierarchical-spectral-clustering 234651 , hmatrix, inline-r, lens, managed, matrix-market-attoparsec 234652 - , mltool, modularity, mtl, optparse-generic, palette, parallel 234653 - , plots, safe, scientific, sparse-linear-algebra 234654 - , spectral-clustering, split, statistics, streaming 234655 - , streaming-bytestring, streaming-cassava, streaming-utils 234656 - , streaming-with, SVGFonts, temporary, terminal-progress-bar, text 234657 - , text-show, transformers, vector, vector-algorithms, zlib 234658 }: 234659 mkDerivation { 234660 pname = "too-many-cells"; 234661 - version = "0.1.8.0"; 234662 - sha256 = "0xf9q5x4ch4v1yr41fs155rvymdhslphj6d4dsjhf12ahq8rs5rl"; 234663 isLibrary = true; 234664 isExecutable = true; 234665 libraryHaskellDepends = [ ··· 234667 diagrams diagrams-cairo diagrams-graphviz diagrams-lib differential 234668 directory diversity fgl filepath find-clumpiness foldl graphviz 234669 hierarchical-clustering hierarchical-spectral-clustering hmatrix 234670 - inline-r lens managed matrix-market-attoparsec mltool modularity 234671 - mtl palette parallel plots safe scientific sparse-linear-algebra 234672 - split statistics streaming streaming-bytestring streaming-cassava 234673 streaming-with SVGFonts temporary text text-show vector 234674 vector-algorithms zlib 234675 ]; ··· 234677 aeson base birch-beer bytestring cassava colour containers 234678 diagrams-cairo diagrams-lib directory fgl filepath find-clumpiness 234679 graphviz hierarchical-spectral-clustering inline-r lens 234680 - matrix-market-attoparsec mtl optparse-generic palette plots 234681 - spectral-clustering streaming streaming-bytestring streaming-utils 234682 - terminal-progress-bar text text-show transformers vector 234683 ]; 234684 description = "Cluster single cells and analyze cell clade relationships"; 234685 license = stdenv.lib.licenses.gpl3; ··· 234689 234690 "toodles" = callPackage 234691 ({ mkDerivation, aeson, base, base64-bytestring, blaze-html 234692 - , bytestring, cmdargs, directory, extra, hspec, hspec-expectations 234693 - , megaparsec, MissingH, process, regex-posix, RSA, servant 234694 - , servant-blaze, servant-server, strict, text, time, wai, warp 234695 - , yaml 234696 }: 234697 mkDerivation { 234698 pname = "toodles"; 234699 - version = "1.2.1"; 234700 - sha256 = "19z8xx8pw66m9q9xq0qldpzhmjwfsln4hn8smmz2pjk2x713883c"; 234701 isLibrary = true; 234702 isExecutable = true; 234703 enableSeparateDataOutput = true; ··· 234708 ]; 234709 executableHaskellDepends = [ 234710 aeson base base64-bytestring blaze-html bytestring cmdargs 234711 - directory extra megaparsec MissingH process regex-posix RSA servant 234712 - servant-blaze servant-server strict text time wai warp yaml 234713 ]; 234714 testHaskellDepends = [ 234715 aeson base base64-bytestring blaze-html bytestring cmdargs ··· 235110 }: 235111 mkDerivation { 235112 pname = "tpdb"; 235113 - version = "2.1.1"; 235114 - sha256 = "0hk592dki8hp15a84pnqnjdwql2zczfask71gxf833i0vrph38yb"; 235115 isLibrary = true; 235116 isExecutable = true; 235117 libraryHaskellDepends = [ ··· 235252 ]; 235253 description = "Distributed tracing"; 235254 license = stdenv.lib.licenses.bsd3; 235255 }) {}; 235256 235257 "tracker" = callPackage ··· 235292 }: 235293 mkDerivation { 235294 pname = "traction"; 235295 - version = "0.1.0"; 235296 - sha256 = "1vf6hrzxr28yp6rijdxcq83c60hzkyvjkc2caiifmfi5ay2hzlzq"; 235297 libraryHaskellDepends = [ 235298 base bytestring containers exceptions mmorph postgresql-simple 235299 resource-pool syb template-haskell text time transformers ··· 235663 license = stdenv.lib.licenses.bsd3; 235664 }) {}; 235665 235666 "transformers-fix" = callPackage 235667 ({ mkDerivation, base, transformers }: 235668 mkDerivation { ··· 235857 }: 235858 mkDerivation { 235859 pname = "trasa"; 235860 - version = "0.4"; 235861 - sha256 = "059zbm4bfzcv0qlvr55l49xs5izycb2hdjbyqvri5f3vrnwnic1q"; 235862 libraryHaskellDepends = [ 235863 base binary bytestring hashable http-media http-types 235864 quantification text unordered-containers ··· 235884 license = stdenv.lib.licenses.mit; 235885 }) {}; 235886 235887 "trasa-reflex" = callPackage 235888 ({ mkDerivation, base, bytestring, containers, ghcjs-dom 235889 , http-media, http-types, jsaddle, reflex, reflex-dom, text, trasa ··· 235907 }: 235908 mkDerivation { 235909 pname = "trasa-server"; 235910 - version = "0.4"; 235911 - sha256 = "1xh85kh9ilsq8zy19if4s93zmjqxbpgqpvhkh9jpk8klia7zc0pv"; 235912 libraryHaskellDepends = [ 235913 base bytestring case-insensitive containers http-media http-types 235914 mtl text trasa wai ··· 235931 testHaskellDepends = [ base trasa ]; 235932 description = "Template Haskell to generate trasa routes"; 235933 license = stdenv.lib.licenses.mit; 235934 }) {}; 235935 235936 "traverse-with-class" = callPackage ··· 236651 ({ mkDerivation, base }: 236652 mkDerivation { 236653 pname = "trivial-constraint"; 236654 - version = "0.5.1.0"; 236655 - sha256 = "0wk925w1qswr5ma6427p0p1gl96hr1pfdqkn08r3ccpbibz6q1sy"; 236656 libraryHaskellDepends = [ base ]; 236657 description = "Constraints that any type, resp. no type fulfills"; 236658 license = stdenv.lib.licenses.gpl3; ··· 238340 broken = true; 238341 }) {}; 238342 238343 "type-fun" = callPackage 238344 ({ mkDerivation, base }: 238345 mkDerivation { ··· 239281 }: 239282 mkDerivation { 239283 pname = "typesafe-precure"; 239284 - version = "0.7.4.1"; 239285 - sha256 = "1nm74fj819kws9rrksk80gyrl3m5dxsm17bm2a18mp8dca76iix2"; 239286 libraryHaskellDepends = [ 239287 aeson aeson-pretty autoexporter base bytestring dlist 239288 monad-skeleton template-haskell text th-data-compat ··· 239563 pname = "ucam-webauth"; 239564 version = "0.1.0.0"; 239565 sha256 = "14l989aasyqdw1x7aq9ikhcq9p3s1ax4qk53rd5s53wdgbc20n9k"; 239566 - revision = "5"; 239567 - editedCabalFile = "1hii6sjyc3dps800ffwkjq6fq82idlpkdv68k1y9ivv477plw24a"; 239568 libraryHaskellDepends = [ 239569 aeson attoparsec base bytestring containers cryptonite errors 239570 http-api-data http-types microlens microlens-mtl mtl ··· 239960 }) {}; 239961 239962 "unbeliever" = callPackage 239963 - ({ mkDerivation, aeson, async, base, bytestring, chronologique 239964 - , containers, deepseq, directory, exceptions, fingertree, gauge 239965 - , hashable, hourglass, hspec, mtl, prettyprinter 239966 - , prettyprinter-ansi-terminal, safe-exceptions, scientific, stm 239967 - , template-haskell, terminal-size, text, text-short, transformers 239968 - , unix, unordered-containers, vector 239969 }: 239970 mkDerivation { 239971 pname = "unbeliever"; 239972 - version = "0.9.3.2"; 239973 - sha256 = "1gsjmr9h7w08576smi978k5djhvjk4ry0ljgr6zxx7nj7cy1m84b"; 239974 - revision = "1"; 239975 - editedCabalFile = "0mlbjb79ylk2jb7mp6da1xfl2r28zfijwv5dd2l73l9mgi5h0s72"; 239976 - libraryHaskellDepends = [ 239977 - aeson async base bytestring chronologique containers deepseq 239978 - directory exceptions fingertree hashable hourglass mtl 239979 - prettyprinter prettyprinter-ansi-terminal safe-exceptions 239980 - scientific stm template-haskell terminal-size text text-short 239981 - transformers unix unordered-containers vector 239982 - ]; 239983 testHaskellDepends = [ 239984 - aeson async base bytestring chronologique containers deepseq 239985 - directory exceptions fingertree hashable hourglass hspec mtl 239986 - prettyprinter prettyprinter-ansi-terminal safe-exceptions 239987 - scientific stm template-haskell terminal-size text text-short 239988 - transformers unix unordered-containers vector 239989 ]; 239990 benchmarkHaskellDepends = [ 239991 - aeson async base bytestring chronologique containers deepseq 239992 - directory exceptions fingertree gauge hashable hourglass mtl 239993 - prettyprinter prettyprinter-ansi-terminal safe-exceptions 239994 - scientific stm template-haskell terminal-size text text-short 239995 - transformers unix unordered-containers vector 239996 ]; 239997 description = "Opinionated Haskell Interoperability"; 239998 license = stdenv.lib.licenses.bsd3; 239999 }) {}; ··· 240579 pname = "union"; 240580 version = "0.1.2"; 240581 sha256 = "1i4fvlwkw1wx64a6l8342aqfqsdq7fqa4p24g3i5gn5704lxrsb3"; 240582 - revision = "2"; 240583 - editedCabalFile = "170dhg4z4jzi50nh4xx75r9k8zz5br7j2iqjjw2r1dx29ajqbcw9"; 240584 libraryHaskellDepends = [ 240585 base deepseq hashable profunctors tagged vinyl 240586 ]; ··· 241389 license = stdenv.lib.licenses.mit; 241390 }) {}; 241391 241392 "unliftio-core" = callPackage 241393 ({ mkDerivation, base, transformers }: 241394 mkDerivation { ··· 241879 ]; 241880 description = "Command-line tool to generate paths for moving upward in a file system"; 241881 license = stdenv.lib.licenses.bsd3; 241882 }) {}; 241883 241884 "up-grade" = callPackage ··· 242352 ]; 242353 description = "Painfully simple URL deployment"; 242354 license = stdenv.lib.licenses.bsd3; 242355 }) {}; 242356 242357 "urn" = callPackage ··· 242403 license = stdenv.lib.licenses.publicDomain; 242404 hydraPlatforms = stdenv.lib.platforms.none; 242405 broken = true; 242406 }) {}; 242407 242408 "usb" = callPackage ··· 243855 license = stdenv.lib.licenses.bsd3; 243856 }) {}; 243857 243858 "vault-tool" = callPackage 243859 ({ mkDerivation, aeson, base, bytestring, http-client 243860 , http-client-tls, http-types, text, unordered-containers ··· 244925 ]; 244926 description = "types for ingesting vflow data with aeson"; 244927 license = stdenv.lib.licenses.bsd3; 244928 }) {}; 244929 244930 "vfr-waypoints" = callPackage ··· 246313 license = stdenv.lib.licenses.mit; 246314 }) {}; 246315 246316 "wai-frontend-monadcgi" = callPackage 246317 ({ mkDerivation, base, bytestring, case-insensitive, cgi 246318 , containers, http-types, transformers, wai ··· 246510 }: 246511 mkDerivation { 246512 pname = "wai-http2-extra"; 246513 - version = "0.1.1"; 246514 - sha256 = "00fr1rg92vfkn6cb7cgdwmj7lavmyj8m9y0xxj05ws4b93r5f2z5"; 246515 libraryHaskellDepends = [ 246516 auto-update base bytestring containers http-types wai warp word8 246517 ]; ··· 247865 pname = "warc"; 247866 version = "1.0.4"; 247867 sha256 = "1mxfm8kdvm0l1lnzma4n9mriz94ypckxqcz1f34fa3n1j3ckc45b"; 247868 - revision = "1"; 247869 - editedCabalFile = "1mdd3r1lg92rchy1zv4jwvrsn6x3wnplhbnwavpx0nivf3xp7m8q"; 247870 isLibrary = true; 247871 isExecutable = true; 247872 libraryHaskellDepends = [ ··· 248535 base boomerang mtl parsec text web-routes 248536 ]; 248537 description = "Use boomerang for type-safe URL parsers/printers"; 248538 license = stdenv.lib.licenses.bsd3; 248539 }) {}; 248540 ··· 250064 license = stdenv.lib.licenses.bsd3; 250065 }) {}; 250066 250067 - "winery_1_1_1" = callPackage 250068 ({ mkDerivation, aeson, base, binary, bytestring, cereal 250069 , containers, cpu, deepseq, directory, fast-builder, gauge 250070 , hashable, HUnit, megaparsec, mtl, prettyprinter 250071 , prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances 250072 - , scientific, semigroups, serialise, text, time, transformers 250073 - , unordered-containers, vector 250074 }: 250075 mkDerivation { 250076 pname = "winery"; 250077 - version = "1.1.1"; 250078 - sha256 = "0jyr5vwz55rjwqvvh2ys3aq426i6jhfrykz0mx4kidr9l9yd0yls"; 250079 isLibrary = true; 250080 isExecutable = true; 250081 libraryHaskellDepends = [ ··· 250095 ]; 250096 benchmarkHaskellDepends = [ 250097 aeson base binary bytestring cereal deepseq directory gauge 250098 - serialise text 250099 ]; 250100 description = "A compact, well-typed seralisation format for Haskell values"; 250101 license = stdenv.lib.licenses.bsd3; ··· 250475 license = stdenv.lib.licenses.isc; 250476 hydraPlatforms = stdenv.lib.platforms.none; 250477 broken = true; 250478 - }) {inherit (pkgs) wlc;}; 250479 250480 "wobsurv" = callPackage 250481 ({ mkDerivation, aeson, attoparsec, base-prelude, bytestring ··· 251031 license = stdenv.lib.licenses.bsd3; 251032 }) {}; 251033 251034 - "world-peace_1_0_0_0" = callPackage 251035 ({ mkDerivation, aeson, base, deepseq, doctest, Glob, profunctors 251036 , should-not-typecheck, tagged, tasty, tasty-hunit, text 251037 }: 251038 mkDerivation { 251039 pname = "world-peace"; 251040 - version = "1.0.0.0"; 251041 - sha256 = "1fx8f7dfrslqwmkbcyff5q7iafa5znc73f77il7y87hz23q9yzmx"; 251042 libraryHaskellDepends = [ aeson base deepseq profunctors tagged ]; 251043 testHaskellDepends = [ 251044 base doctest Glob should-not-typecheck tasty tasty-hunit text ··· 251507 ]; 251508 description = "A simple CLI utility for interacting with a websocket"; 251509 license = stdenv.lib.licenses.bsd3; 251510 }) {}; 251511 251512 "ws-chans" = callPackage ··· 254461 license = stdenv.lib.licenses.bsd3; 254462 }) {}; 254463 254464 - "yam_0_6_3" = callPackage 254465 ({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring 254466 , data-default, exceptions, fast-logger, hspec, http-client 254467 , http-types, lens, menshen, monad-logger, mtl, mwc-random ··· 254472 }: 254473 mkDerivation { 254474 pname = "yam"; 254475 - version = "0.6.3"; 254476 - sha256 = "1mw4yylh8cmrm22cqpdkd64idklkwig8c4rbvrmpw5j5s0hdmdly"; 254477 libraryHaskellDepends = [ 254478 aeson base base16-bytestring binary bytestring data-default 254479 exceptions fast-logger http-client http-types lens menshen ··· 254549 license = stdenv.lib.licenses.bsd3; 254550 }) {}; 254551 254552 - "yam-datasource_0_6_3" = callPackage 254553 ({ mkDerivation, base, conduit, data-default, monad-logger 254554 , persistent, resource-pool, resourcet, salak, servant-server, text 254555 , unliftio-core, yam 254556 }: 254557 mkDerivation { 254558 pname = "yam-datasource"; 254559 - version = "0.6.3"; 254560 - sha256 = "0zcwd32iz01b3m3xg1n3axvrljbkcld196pblc7cn0kb2n0w6ilp"; 254561 libraryHaskellDepends = [ 254562 base conduit data-default monad-logger persistent resource-pool 254563 resourcet salak servant-server text unliftio-core yam ··· 254600 }: 254601 mkDerivation { 254602 pname = "yam-redis"; 254603 - version = "0.6.3"; 254604 - sha256 = "0xvv9azq8ihyxgz11089xkvxmisp6ajggldayj8bdg045m74lv9r"; 254605 libraryHaskellDepends = [ 254606 base bytestring data-default hedis menshen monad-logger mtl salak 254607 servant-server text yam ··· 255288 libraryHaskellDepends = [ base deriving-compat hedgehog yaya ]; 255289 description = "Hedgehog testing support for the Yaya recursion scheme library"; 255290 license = stdenv.lib.licenses.agpl3; 255291 }) {}; 255292 255293 "yaya-unsafe" = callPackage ··· 256486 testHaskellDepends = [ base hspec text time ]; 256487 description = "Form handling support for Yesod Web Framework"; 256488 license = stdenv.lib.licenses.mit; 256489 }) {}; 256490 256491 "yesod-form-bootstrap4" = callPackage
··· 636 }: 637 mkDerivation { 638 pname = "AbortT-transformers"; 639 + version = "1.0.1.3"; 640 + sha256 = "14bv2bmd6fi1kf0id3ah7gfabbqzbpahws6zy11ji6h3j29pwk8y"; 641 libraryHaskellDepends = [ base transformers ]; 642 testHaskellDepends = [ 643 base HUnit QuickCheck test-framework test-framework-hunit ··· 2664 pname = "Cabal"; 2665 version = "2.4.1.0"; 2666 sha256 = "151mrrd9sskghvlwmj32da5gafwqj6sv9xz9fmp84b7vm4nr0skk"; 2667 + revision = "2"; 2668 + editedCabalFile = "04kg5xh8yabmp1ymk32gw2r66l76338rsglq8i4j2913bhq23vwa"; 2669 setupHaskellDepends = [ mtl parsec ]; 2670 libraryHaskellDepends = [ 2671 array base binary bytestring containers deepseq directory filepath ··· 2954 }: 2955 mkDerivation { 2956 pname = "ChasingBottoms"; 2957 + version = "1.3.1.6"; 2958 + sha256 = "17lw2mdzrn2f4w0byfdkyd7h7pcnjzv3n3giapcjg6bza5xjqfbd"; 2959 libraryHaskellDepends = [ 2960 base containers mtl QuickCheck random syb 2961 ]; ··· 11761 ({ mkDerivation, base, containers }: 11762 mkDerivation { 11763 pname = "LParse"; 11764 + version = "0.3.1.0"; 11765 + sha256 = "1fw5s0688d5x2i2qarac2r96pj13b2fhla0212fzwlsgpbmg7g8z"; 11766 libraryHaskellDepends = [ base containers ]; 11767 testHaskellDepends = [ base ]; 11768 description = "A continuation-based parser library"; ··· 13319 }) {}; 13320 13321 "Monadoro" = callPackage 13322 + ({ mkDerivation, ansi-terminal, base, doctest, time }: 13323 mkDerivation { 13324 pname = "Monadoro"; 13325 + version = "0.2.1.1"; 13326 + sha256 = "0f7swjf5lr7w7gld46l74plc2x79v6dbq5zmsglpk1x8k7vpfj79"; 13327 isLibrary = true; 13328 isExecutable = true; 13329 + libraryHaskellDepends = [ ansi-terminal base time ]; 13330 + executableHaskellDepends = [ ansi-terminal base time ]; 13331 + testHaskellDepends = [ ansi-terminal base doctest time ]; 13332 + description = "A minimalistic CLI Pomodoro timer"; 13333 license = stdenv.lib.licenses.mit; 13334 }) {}; 13335 ··· 15301 }: 15302 mkDerivation { 15303 pname = "Persistence"; 15304 + version = "2.0"; 15305 + sha256 = "0iwkvplldy6sznp33n5w5ink312cg6shh3qg98canz6j6hrspa8y"; 15306 + revision = "1"; 15307 + editedCabalFile = "063rizxqn44pzblj2nxyk3ia2zymryrqq55n081g21aih38n8xlr"; 15308 libraryHaskellDepends = [ 15309 base containers maximal-cliques parallel vector 15310 ]; 15311 + testHaskellDepends = [ 15312 + base containers maximal-cliques parallel vector 15313 + ]; 15314 + description = "A versatile library for topological data analysis"; 15315 license = stdenv.lib.licenses.bsd3; 15316 hydraPlatforms = stdenv.lib.platforms.none; 15317 broken = true; ··· 17523 }) {}; 17524 17525 "ShellCheck" = callPackage 17526 + ({ mkDerivation, aeson, array, base, bytestring, Cabal, containers 17527 + , deepseq, Diff, directory, filepath, mtl, parsec, process 17528 + , QuickCheck, regex-tdfa 17529 }: 17530 mkDerivation { 17531 pname = "ShellCheck"; 17532 + version = "0.7.0"; 17533 + sha256 = "1vx895cp5k5h0680xfwj74lk97m9y627n965x6srds0gfnbkzy9s"; 17534 isLibrary = true; 17535 isExecutable = true; 17536 setupHaskellDepends = [ base Cabal process ]; 17537 libraryHaskellDepends = [ 17538 + aeson array base bytestring containers deepseq Diff directory 17539 + filepath mtl parsec process QuickCheck regex-tdfa 17540 ]; 17541 executableHaskellDepends = [ 17542 + aeson array base bytestring containers deepseq Diff directory 17543 + filepath mtl parsec QuickCheck regex-tdfa 17544 ]; 17545 testHaskellDepends = [ 17546 + aeson array base bytestring containers deepseq Diff directory 17547 + filepath mtl parsec QuickCheck regex-tdfa 17548 ]; 17549 description = "Shell script analysis tool"; 17550 license = stdenv.lib.licenses.gpl3; ··· 18874 }: 18875 mkDerivation { 18876 pname = "TeX-my-math"; 18877 + version = "0.201.2.0"; 18878 + sha256 = "1dg06lqh2x9smq6hbcn2gyh2qll9z7v4gbd1ipvf2isdwxc201vk"; 18879 + isLibrary = true; 18880 + isExecutable = true; 18881 libraryHaskellDepends = [ 18882 base decimal-literals dumb-cas hashable haskell-src-meta HaTeX 18883 template-haskell text unordered-containers vector-space void 18884 + ]; 18885 + executableHaskellDepends = [ 18886 + base directory filepath HaTeX process text 18887 ]; 18888 testHaskellDepends = [ 18889 base directory dumb-cas filepath haskell-src-meta HaTeX process ··· 20418 broken = true; 20419 }) {}; 20420 20421 + "X" = callPackage 20422 + ({ mkDerivation, base, bytestring, deepseq, text, text-short }: 20423 + mkDerivation { 20424 + pname = "X"; 20425 + version = "0.2.0.0"; 20426 + sha256 = "1p03ah2qi694kcbwb7gk2cypj6p42c6ajn51wpak96p9vmpp5a4r"; 20427 + libraryHaskellDepends = [ 20428 + base bytestring deepseq text text-short 20429 + ]; 20430 + description = "A light-weight XML library"; 20431 + license = "BSD-3-Clause AND GPL-3.0-or-later"; 20432 + hydraPlatforms = stdenv.lib.platforms.none; 20433 + broken = true; 20434 + }) {}; 20435 + 20436 "X11" = callPackage 20437 ({ mkDerivation, base, data-default, libX11, libXext, libXinerama 20438 , libXrandr, libXrender, libXScrnSaver ··· 24898 ({ mkDerivation, base }: 24899 mkDerivation { 24900 pname = "alist"; 24901 + version = "0.1.2.7"; 24902 + sha256 = "0ydq2sxyfgij0rf54i3ajj4hdqjawhcdsgi822yrkq86xjvsxc4w"; 24903 libraryHaskellDepends = [ base ]; 24904 description = "lists with O(1) append"; 24905 license = stdenv.lib.licenses.bsd3; ··· 28741 license = stdenv.lib.licenses.mit; 28742 }) {}; 28743 28744 + "antiope-athena_7_2_2" = callPackage 28745 ({ mkDerivation, amazonka, amazonka-athena, amazonka-core, base 28746 , lens, resourcet, text, unliftio-core 28747 }: 28748 mkDerivation { 28749 pname = "antiope-athena"; 28750 + version = "7.2.2"; 28751 + sha256 = "1a5mp3s22qv41p9cgiyz6gc96kwz9f9wwx8v4dr1jjgslmlik4m1"; 28752 libraryHaskellDepends = [ 28753 amazonka amazonka-athena amazonka-core base lens resourcet text 28754 unliftio-core ··· 28766 ({ mkDerivation, aeson, antiope-s3, avro, base, bytestring, text }: 28767 mkDerivation { 28768 pname = "antiope-contract"; 28769 + version = "7.2.2"; 28770 + sha256 = "188p6b4mzj513ylkjlf9z3cra6qdv6x0ar4fc1hjs1waggng0b9d"; 28771 libraryHaskellDepends = [ 28772 aeson antiope-s3 avro base bytestring text 28773 ]; ··· 28797 license = stdenv.lib.licenses.mit; 28798 }) {}; 28799 28800 + "antiope-core_7_2_2" = callPackage 28801 ({ mkDerivation, aeson, aeson-lens, amazonka, amazonka-core, base 28802 , bytestring, exceptions, generic-lens, hedgehog, hspec 28803 , http-client, http-types, hw-hspec-hedgehog, lens, mtl, resourcet ··· 28805 }: 28806 mkDerivation { 28807 pname = "antiope-core"; 28808 + version = "7.2.2"; 28809 + sha256 = "0j27bd5f9zkx0qhsl9zam7rzvprcb5075rm174gr77gmf4lqraaa"; 28810 libraryHaskellDepends = [ 28811 aeson amazonka amazonka-core base bytestring exceptions 28812 generic-lens http-client http-types lens mtl resourcet text ··· 28843 license = stdenv.lib.licenses.mit; 28844 }) {}; 28845 28846 + "antiope-dynamodb_7_2_2" = callPackage 28847 + ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-dynamodb 28848 , antiope-core, base, generic-lens, lens, text, unliftio-core 28849 , unordered-containers 28850 }: 28851 mkDerivation { 28852 pname = "antiope-dynamodb"; 28853 + version = "7.2.2"; 28854 + sha256 = "19a41njxa09sf1qlc9zmy65nmwp02lcn0q0dk5gwqkpmjjf5ah3s"; 28855 libraryHaskellDepends = [ 28856 + aeson amazonka amazonka-core amazonka-dynamodb antiope-core base 28857 generic-lens lens text unliftio-core unordered-containers 28858 ]; 28859 testHaskellDepends = [ ··· 28887 license = stdenv.lib.licenses.mit; 28888 }) {}; 28889 28890 + "antiope-messages_7_2_2" = callPackage 28891 ({ mkDerivation, aeson, amazonka, amazonka-core, base, bytestring 28892 , generic-lens, hedgehog, hspec, hw-hspec-hedgehog, lens 28893 , lens-aeson, monad-loops, network-uri, scientific, text ··· 28895 }: 28896 mkDerivation { 28897 pname = "antiope-messages"; 28898 + version = "7.2.2"; 28899 + sha256 = "0vdp8kkqv4g3lkjvwhg4yyb8rjwphjp4gjmx0b6910jwizhslqwf"; 28900 libraryHaskellDepends = [ 28901 aeson amazonka amazonka-core base bytestring generic-lens lens 28902 lens-aeson monad-loops network-uri text unliftio-core ··· 28917 }: 28918 mkDerivation { 28919 pname = "antiope-optparse-applicative"; 28920 + version = "7.2.2"; 28921 + sha256 = "006jr3kdyvfzyabxr4zc4kf9sm8pkaca572whdxwpnfpz0m54k0j"; 28922 libraryHaskellDepends = [ 28923 amazonka amazonka-core amazonka-s3 base optparse-applicative text 28924 ]; ··· 28955 license = stdenv.lib.licenses.mit; 28956 }) {}; 28957 28958 + "antiope-s3_7_2_2" = callPackage 28959 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3 28960 , antiope-core, antiope-messages, attoparsec, base, bytestring 28961 , conduit, conduit-extra, exceptions, generic-lens, hedgehog, hspec ··· 28964 }: 28965 mkDerivation { 28966 pname = "antiope-s3"; 28967 + version = "7.2.2"; 28968 + sha256 = "14lmkkr86n8h7iqkjvc5sxmccxi3fv97kgljb8m8fl35fxcwd1j8"; 28969 libraryHaskellDepends = [ 28970 aeson amazonka amazonka-core amazonka-s3 antiope-core 28971 antiope-messages attoparsec base bytestring conduit conduit-extra ··· 29002 license = stdenv.lib.licenses.mit; 29003 }) {}; 29004 29005 + "antiope-sns_7_2_2" = callPackage 29006 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sns, base 29007 , bytestring, generic-lens, hedgehog, hspec, hw-hspec-hedgehog 29008 , lens, text, time, unliftio-core 29009 }: 29010 mkDerivation { 29011 pname = "antiope-sns"; 29012 + version = "7.2.2"; 29013 + sha256 = "10wbf6pmws8gway4i7z55z7xi2az5xzb65yj0q1qc86vxbchnxkk"; 29014 libraryHaskellDepends = [ 29015 aeson amazonka amazonka-core amazonka-sns base bytestring 29016 generic-lens lens text time unliftio-core ··· 29047 license = stdenv.lib.licenses.mit; 29048 }) {}; 29049 29050 + "antiope-sqs_7_2_2" = callPackage 29051 ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-sqs, base 29052 , bytestring, conduit, generic-lens, hedgehog, hspec 29053 , hw-hspec-hedgehog, lens, lens-aeson, monad-loops, mtl ··· 29056 }: 29057 mkDerivation { 29058 pname = "antiope-sqs"; 29059 + version = "7.2.2"; 29060 + sha256 = "0qjnwrc23zav84s4ffqi2g97yrfpkxmzm981ik6h5fsi7f6wzj0n"; 29061 libraryHaskellDepends = [ 29062 aeson amazonka amazonka-core amazonka-sqs base bytestring conduit 29063 generic-lens lens lens-aeson monad-loops mtl network-uri split text ··· 29071 description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>"; 29072 license = stdenv.lib.licenses.mit; 29073 hydraPlatforms = stdenv.lib.platforms.none; 29074 + }) {}; 29075 + 29076 + "antiope-swf" = callPackage 29077 + ({ mkDerivation, amazonka-swf, base, hedgehog, hspec 29078 + , hw-hspec-hedgehog, lens, text 29079 + }: 29080 + mkDerivation { 29081 + pname = "antiope-swf"; 29082 + version = "7.2.2"; 29083 + sha256 = "1shw4sw0nfrkdcjjin3nq63igfalywz03w171v5knn2kx6xwf4yy"; 29084 + libraryHaskellDepends = [ amazonka-swf base lens text ]; 29085 + testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ]; 29086 + description = "Please see the README on Github at <https://github.com/arbor/antiope#readme>"; 29087 + license = stdenv.lib.licenses.mit; 29088 }) {}; 29089 29090 "antiprimes" = callPackage ··· 29314 license = stdenv.lib.licenses.bsd3; 29315 }) {}; 29316 29317 + "apecs_0_8_1" = callPackage 29318 + ({ mkDerivation, array, base, containers, criterion, linear, mtl 29319 + , QuickCheck, template-haskell, vector 29320 + }: 29321 + mkDerivation { 29322 + pname = "apecs"; 29323 + version = "0.8.1"; 29324 + sha256 = "10m3lbfg97psnk3z2ml1q9g2ymwa2fnsknrh6ggp9k5c7mskslv0"; 29325 + libraryHaskellDepends = [ 29326 + array base containers mtl template-haskell vector 29327 + ]; 29328 + testHaskellDepends = [ base containers linear QuickCheck vector ]; 29329 + benchmarkHaskellDepends = [ base criterion linear ]; 29330 + description = "Fast Entity-Component-System library for game programming"; 29331 + license = stdenv.lib.licenses.bsd3; 29332 + hydraPlatforms = stdenv.lib.platforms.none; 29333 + }) {}; 29334 + 29335 "apecs-gloss" = callPackage 29336 ({ mkDerivation, apecs, apecs-physics, base, containers, gloss 29337 , linear ··· 29347 license = stdenv.lib.licenses.bsd3; 29348 }) {}; 29349 29350 + "apecs-gloss_0_2_1" = callPackage 29351 + ({ mkDerivation, apecs, apecs-physics, base, containers, gloss 29352 + , linear 29353 + }: 29354 + mkDerivation { 29355 + pname = "apecs-gloss"; 29356 + version = "0.2.1"; 29357 + sha256 = "0v1nagzwhb1l9wfjl4yp3ymbhbpjcrwrih2y8cxkzws5wxgbbnvg"; 29358 + libraryHaskellDepends = [ 29359 + apecs apecs-physics base containers gloss linear 29360 + ]; 29361 + description = "Simple gloss renderer for apecs"; 29362 + license = stdenv.lib.licenses.bsd3; 29363 + hydraPlatforms = stdenv.lib.platforms.none; 29364 + }) {}; 29365 + 29366 "apecs-physics" = callPackage 29367 ({ mkDerivation, apecs, base, Cabal, containers, inline-c, linear 29368 , template-haskell, vector ··· 29379 license = stdenv.lib.licenses.bsd3; 29380 }) {}; 29381 29382 + "apecs-physics_0_4_0" = callPackage 29383 + ({ mkDerivation, apecs, base, Cabal, containers, inline-c, linear 29384 + , template-haskell, vector 29385 + }: 29386 + mkDerivation { 29387 + pname = "apecs-physics"; 29388 + version = "0.4.0"; 29389 + sha256 = "0yqylgsl2n0fsb73qdvl1iinazfzzx64683jp37sr2dm8jpys3lc"; 29390 + setupHaskellDepends = [ base Cabal ]; 29391 + libraryHaskellDepends = [ 29392 + apecs base containers inline-c linear template-haskell vector 29393 + ]; 29394 + description = "2D physics for apecs"; 29395 + license = stdenv.lib.licenses.bsd3; 29396 + hydraPlatforms = stdenv.lib.platforms.none; 29397 + }) {}; 29398 + 29399 "apecs-physics-gloss" = callPackage 29400 ({ mkDerivation, apecs, apecs-physics, base, gloss }: 29401 mkDerivation { ··· 29413 }: 29414 mkDerivation { 29415 pname = "apecs-stm"; 29416 + version = "0.1.2"; 29417 + sha256 = "0wq20ibki20xccp7gvajzfmp90m9vr0sdx55m3ni91j76bsswqg8"; 29418 libraryHaskellDepends = [ 29419 apecs base containers list-t stm stm-containers template-haskell 29420 vector ··· 29494 }: 29495 mkDerivation { 29496 pname = "api-monobank"; 29497 + version = "0.1.3.0"; 29498 + sha256 = "0ajp0wv3nkv2db9bx68mq67ag46s2b26p80fx9ypw8nqhnkddg0g"; 29499 isLibrary = true; 29500 isExecutable = true; 29501 libraryHaskellDepends = [ ··· 29558 ]; 29559 description = "DSL for generating API boilerplate and docs"; 29560 license = stdenv.lib.licenses.bsd3; 29561 + hydraPlatforms = stdenv.lib.platforms.none; 29562 + broken = true; 29563 + }) {}; 29564 + 29565 + "api-yoti" = callPackage 29566 + ({ mkDerivation, aeson, base, base64-bytestring, bytestring 29567 + , containers, crypto-pubkey-openssh, crypto-pubkey-types 29568 + , crypto-simple, cryptonite, directory, hashable, memory, mtl, pem 29569 + , text, time, transformers, wreq 29570 + }: 29571 + mkDerivation { 29572 + pname = "api-yoti"; 29573 + version = "0.1.0.0"; 29574 + sha256 = "1c2jb9qzfzkcbcxabc7xvqc6npdm23dglpd9zqic7wafm7jdmf0s"; 29575 + libraryHaskellDepends = [ 29576 + aeson base base64-bytestring bytestring containers 29577 + crypto-pubkey-openssh crypto-pubkey-types crypto-simple cryptonite 29578 + directory hashable memory mtl pem text time transformers wreq 29579 + ]; 29580 + testHaskellDepends = [ base bytestring text ]; 29581 + description = "Api bindings for Yoti services"; 29582 + license = stdenv.lib.licenses.mit; 29583 hydraPlatforms = stdenv.lib.platforms.none; 29584 broken = true; 29585 }) {}; ··· 30928 }: 30929 mkDerivation { 30930 pname = "arithmetic"; 30931 + version = "1.3"; 30932 + sha256 = "09zfwp38ydg7gzivym6k4aid93jm78g1dad04zd0g6zsqb8gpcvb"; 30933 isLibrary = true; 30934 isExecutable = true; 30935 libraryHaskellDepends = [ ··· 32721 }: 32722 mkDerivation { 32723 pname = "ats-pkg"; 32724 + version = "3.2.5.18"; 32725 + sha256 = "16v3308zap5jhpd9xsvjdgp28330iscaikdl76jqf5jhb175pxzr"; 32726 isLibrary = true; 32727 isExecutable = true; 32728 enableSeparateDataOutput = true; ··· 32741 doHaddock = false; 32742 description = "A build tool for ATS"; 32743 license = stdenv.lib.licenses.bsd3; 32744 + hydraPlatforms = stdenv.lib.platforms.none; 32745 + broken = true; 32746 }) {}; 32747 32748 "ats-setup" = callPackage ··· 33892 license = stdenv.lib.licenses.bsd3; 33893 }) {}; 33894 33895 + "avro_0_4_5_1" = callPackage 33896 + ({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors 33897 + , binary, bytestring, containers, data-binary-ieee754, deepseq 33898 + , directory, extra, fail, gauge, hashable, hspec, hspec-discover 33899 + , lens, lens-aeson, mtl, pure-zlib, QuickCheck, random 33900 + , raw-strings-qq, scientific, semigroups, tagged, template-haskell 33901 + , text, tf-random, transformers, unordered-containers, vector, zlib 33902 + }: 33903 + mkDerivation { 33904 + pname = "avro"; 33905 + version = "0.4.5.1"; 33906 + sha256 = "1a7ykj2c8bk7y8iaac1076sp4c4qzxh37d97w0xv63srmy7l1r8s"; 33907 + libraryHaskellDepends = [ 33908 + aeson array base base16-bytestring bifunctors binary bytestring 33909 + containers data-binary-ieee754 deepseq fail hashable mtl scientific 33910 + semigroups tagged template-haskell text tf-random 33911 + unordered-containers vector zlib 33912 + ]; 33913 + testHaskellDepends = [ 33914 + aeson array base base16-bytestring bifunctors binary bytestring 33915 + containers directory extra fail hashable hspec lens lens-aeson mtl 33916 + pure-zlib QuickCheck raw-strings-qq scientific semigroups tagged 33917 + template-haskell text tf-random transformers unordered-containers 33918 + vector 33919 + ]; 33920 + testToolDepends = [ hspec-discover ]; 33921 + benchmarkHaskellDepends = [ 33922 + aeson base bytestring containers gauge hashable mtl random 33923 + raw-strings-qq text transformers unordered-containers vector 33924 + ]; 33925 + description = "Avro serialization support for Haskell"; 33926 + license = stdenv.lib.licenses.bsd3; 33927 + hydraPlatforms = stdenv.lib.platforms.none; 33928 + }) {}; 33929 + 33930 "avwx" = callPackage 33931 ({ mkDerivation, attoparsec, base, HTTP, lens, optparse-applicative 33932 , parsers, pretty-show, text ··· 34908 pname = "b-tree"; 34909 version = "0.1.4"; 34910 sha256 = "17hcv85020dm5h3449bfa763bcbl723h17chah4418dby2ql5lxg"; 34911 + revision = "1"; 34912 + editedCabalFile = "106vsqgv7545p0rky073sd7viidbg4zy3fzlb39r9irbl3p3giih"; 34913 libraryHaskellDepends = [ 34914 base binary bytestring containers directory errors exceptions 34915 filepath lens mmap mtl pipes pipes-interleave transformers vector ··· 34992 broken = true; 34993 }) {}; 34994 34995 + "backblaze-b2-hs" = callPackage 34996 + ({ mkDerivation, aeson, base, base64-bytestring, bytestring 34997 + , case-insensitive, conduit, containers, cryptonite, formatting 34998 + , http-client, http-types, protolude, req, req-conduit, scientific 34999 + , tasty, tasty-hunit, text, time, unliftio, unliftio-core 35000 + }: 35001 + mkDerivation { 35002 + pname = "backblaze-b2-hs"; 35003 + version = "0.1.0.0"; 35004 + sha256 = "18xpjz3w9yw79732xiz8278gbd1v9vg534l0h9azg0wwhd8vbh7j"; 35005 + isLibrary = true; 35006 + isExecutable = true; 35007 + libraryHaskellDepends = [ 35008 + aeson base base64-bytestring bytestring case-insensitive conduit 35009 + containers cryptonite formatting http-client http-types protolude 35010 + req req-conduit scientific text time unliftio unliftio-core 35011 + ]; 35012 + executableHaskellDepends = [ 35013 + aeson base base64-bytestring bytestring case-insensitive conduit 35014 + containers cryptonite formatting http-client http-types protolude 35015 + req req-conduit scientific text time unliftio unliftio-core 35016 + ]; 35017 + testHaskellDepends = [ 35018 + aeson base base64-bytestring bytestring case-insensitive conduit 35019 + containers cryptonite formatting http-client http-types protolude 35020 + req req-conduit scientific tasty tasty-hunit text time unliftio 35021 + unliftio-core 35022 + ]; 35023 + description = "A client library to access Backblaze B2 cloud storage in Haskell"; 35024 + license = stdenv.lib.licenses.bsd3; 35025 + hydraPlatforms = stdenv.lib.platforms.none; 35026 + broken = true; 35027 + }) {}; 35028 + 35029 "backdropper" = callPackage 35030 ({ mkDerivation, base, directory, haskell98, hslogger, old-time 35031 , process, random ··· 35064 ]; 35065 description = "Heterogeneous automatic differentation"; 35066 license = stdenv.lib.licenses.bsd3; 35067 + }) {}; 35068 + 35069 + "backstop" = callPackage 35070 + ({ mkDerivation, base, directory, filepath, HUnit, mtl, process 35071 + , QuickCheck, unix 35072 + }: 35073 + mkDerivation { 35074 + pname = "backstop"; 35075 + version = "1.3.0.352"; 35076 + sha256 = "1790n52amkvwlm92rh6i6rxfxbw2n2cfam2sf0cx4yf160jxvyj3"; 35077 + isLibrary = true; 35078 + isExecutable = true; 35079 + libraryHaskellDepends = [ 35080 + base directory filepath mtl process unix 35081 + ]; 35082 + executableHaskellDepends = [ 35083 + base directory filepath mtl process unix 35084 + ]; 35085 + testHaskellDepends = [ 35086 + base filepath HUnit process QuickCheck unix 35087 + ]; 35088 + description = "Backstop a target directory by source directories"; 35089 + license = stdenv.lib.licenses.gpl3; 35090 + hydraPlatforms = stdenv.lib.platforms.none; 35091 + broken = true; 35092 }) {}; 35093 35094 "backtracking-exceptions" = callPackage ··· 35742 license = stdenv.lib.licenses.bsd3; 35743 }) {}; 35744 35745 + "base-unicode-symbols_0_2_4_2" = callPackage 35746 + ({ mkDerivation, base }: 35747 + mkDerivation { 35748 + pname = "base-unicode-symbols"; 35749 + version = "0.2.4.2"; 35750 + sha256 = "0qkhp4ybmx4nbqqkrmw3hkm47bv61i2wpi20qb09wvk10g2dcr23"; 35751 + libraryHaskellDepends = [ base ]; 35752 + description = "Unicode alternatives for common functions and operators"; 35753 + license = stdenv.lib.licenses.bsd3; 35754 + hydraPlatforms = stdenv.lib.platforms.none; 35755 + }) {}; 35756 + 35757 "base16-bytestring" = callPackage 35758 ({ mkDerivation, base, bytestring, ghc-prim }: 35759 mkDerivation { ··· 35979 license = stdenv.lib.licenses.bsd3; 35980 }) {}; 35981 35982 + "basement_0_0_11" = callPackage 35983 + ({ mkDerivation, base, ghc-prim }: 35984 + mkDerivation { 35985 + pname = "basement"; 35986 + version = "0.0.11"; 35987 + sha256 = "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37"; 35988 + libraryHaskellDepends = [ base ghc-prim ]; 35989 + description = "Foundation scrap box of array & string"; 35990 + license = stdenv.lib.licenses.bsd3; 35991 + hydraPlatforms = stdenv.lib.platforms.none; 35992 + }) {}; 35993 + 35994 "basen-bytestring" = callPackage 35995 ({ mkDerivation, base, bytestring, QuickCheck }: 35996 mkDerivation { ··· 36672 ]; 36673 description = "Connection layer between beam and postgres"; 36674 license = stdenv.lib.licenses.mit; 36675 + hydraPlatforms = stdenv.lib.platforms.none; 36676 + broken = true; 36677 }) {}; 36678 36679 "beam-sqlite" = callPackage ··· 36903 36904 "bench-show" = callPackage 36905 ({ mkDerivation, ansi-wl-pprint, base, Chart, Chart-diagrams, csv 36906 + , directory, filepath, mwc-random, optparse-applicative 36907 + , optparse-simple, semigroups, split, statistics, text 36908 , transformers, vector 36909 }: 36910 mkDerivation { 36911 pname = "bench-show"; 36912 + version = "0.3.0"; 36913 + sha256 = "0c690w96iyj6idikcwl75ci5sqvfh4fdd8mvb4z24x3xb24kirh5"; 36914 + isLibrary = true; 36915 + isExecutable = true; 36916 libraryHaskellDepends = [ 36917 ansi-wl-pprint base Chart Chart-diagrams csv directory filepath 36918 mwc-random split statistics transformers vector 36919 + ]; 36920 + executableHaskellDepends = [ 36921 + ansi-wl-pprint base Chart Chart-diagrams csv directory filepath 36922 + mwc-random optparse-applicative optparse-simple semigroups split 36923 + statistics transformers vector 36924 ]; 36925 testHaskellDepends = [ base split text ]; 36926 description = "Show, plot and compare benchmark results"; ··· 39067 license = stdenv.lib.licenses.bsd3; 39068 hydraPlatforms = stdenv.lib.platforms.none; 39069 broken = true; 39070 + }) {wlc = null;}; 39071 39072 "bindings-yices" = callPackage 39073 ({ mkDerivation, base, gmp, yices }: ··· 39423 }: 39424 mkDerivation { 39425 pname = "birch-beer"; 39426 + version = "0.1.4.2"; 39427 + sha256 = "02q89rp7f12vf257f2m7g34qwv15027k7gsm4yq95blhi4c5rbg0"; 39428 isLibrary = true; 39429 isExecutable = true; 39430 libraryHaskellDepends = [ ··· 40158 }) {}; 40159 40160 "bitvec" = callPackage 40161 + ({ mkDerivation, base, gauge, ghc-prim, primitive 40162 + , quickcheck-classes, tasty, tasty-hunit, tasty-quickcheck, vector 40163 }: 40164 mkDerivation { 40165 pname = "bitvec"; 40166 + version = "1.0.0.0"; 40167 + sha256 = "0m33q70h513iiiwv7w45p4zz7jkf00p5kjy9x3ds6y2rk4di4vl2"; 40168 + libraryHaskellDepends = [ base ghc-prim primitive vector ]; 40169 testHaskellDepends = [ 40170 + base primitive quickcheck-classes tasty tasty-hunit 40171 + tasty-quickcheck vector 40172 ]; 40173 + benchmarkHaskellDepends = [ base gauge vector ]; 40174 description = "Unboxed bit vectors"; 40175 + license = stdenv.lib.licenses.bsd3; 40176 hydraPlatforms = stdenv.lib.platforms.none; 40177 broken = true; 40178 }) {}; ··· 41358 }) {}; 41359 41360 "board-games" = callPackage 41361 + ({ mkDerivation, array, base, cgi, containers, criterion 41362 + , enummapset, html, httpd-shed, network-uri, non-empty, parallel 41363 + , QuickCheck, random, transformers, utility-ht 41364 }: 41365 mkDerivation { 41366 pname = "board-games"; 41367 + version = "0.3"; 41368 + sha256 = "1ylwibyl0j1v0bdrpfnjhdm431npagavxzgi2l5sp0scgpkcyyx7"; 41369 isLibrary = true; 41370 isExecutable = true; 41371 libraryHaskellDepends = [ 41372 + array base cgi containers enummapset html non-empty QuickCheck 41373 + random transformers utility-ht 41374 ]; 41375 executableHaskellDepends = [ 41376 array base cgi containers html httpd-shed network-uri non-empty 41377 random transformers utility-ht 41378 ]; 41379 testHaskellDepends = [ 41380 + array base containers enummapset non-empty QuickCheck random 41381 + transformers utility-ht 41382 ]; 41383 benchmarkHaskellDepends = [ 41384 + base containers criterion enummapset non-empty parallel QuickCheck 41385 + random transformers utility-ht 41386 ]; 41387 description = "Three games for inclusion in a web server"; 41388 license = "GPL"; 41389 + hydraPlatforms = stdenv.lib.platforms.none; 41390 + broken = true; 41391 }) {}; 41392 41393 "bogocopy" = callPackage ··· 41860 license = stdenv.lib.licenses.bsd3; 41861 }) {}; 41862 41863 + "boots" = callPackage 41864 + ({ mkDerivation, base, data-default, exceptions, fast-logger, hspec 41865 + , microlens, monad-logger, mtl, salak, salak-yaml, text 41866 + , unliftio-core 41867 + }: 41868 + mkDerivation { 41869 + pname = "boots"; 41870 + version = "0.0.3"; 41871 + sha256 = "1glf3hq3vqa3rd115ym7jy5jmwx8mzqbidj875274safg8n552rm"; 41872 + libraryHaskellDepends = [ 41873 + base data-default exceptions fast-logger microlens monad-logger mtl 41874 + salak salak-yaml text unliftio-core 41875 + ]; 41876 + testHaskellDepends = [ 41877 + base data-default exceptions fast-logger hspec microlens 41878 + monad-logger mtl salak salak-yaml text unliftio-core 41879 + ]; 41880 + description = "Boot application by plugins"; 41881 + license = stdenv.lib.licenses.mit; 41882 + hydraPlatforms = stdenv.lib.platforms.none; 41883 + broken = true; 41884 + }) {}; 41885 + 41886 "bootstrap-types" = callPackage 41887 ({ mkDerivation, base, text }: 41888 mkDerivation { ··· 42170 broken = true; 42171 }) {}; 42172 42173 + "box" = callPackage 42174 + ({ mkDerivation, async, attoparsec, base, concurrency 42175 + , contravariant, data-default, dejafu, doctest, exceptions, flow 42176 + , foldl, generic-lens, lens, mmorph, pipes, profunctors, protolude 42177 + , random, stm, streaming, text, time, transformers 42178 + , transformers-base 42179 + }: 42180 + mkDerivation { 42181 + pname = "box"; 42182 + version = "0.0.1.2"; 42183 + sha256 = "11g3ig1n1myfgcfvp6gkn5lyr2gdzj4zpginwmjac1c599xiyf8i"; 42184 + isLibrary = true; 42185 + isExecutable = true; 42186 + libraryHaskellDepends = [ 42187 + async attoparsec base concurrency contravariant data-default dejafu 42188 + exceptions flow foldl generic-lens lens mmorph pipes profunctors 42189 + protolude random stm streaming text time transformers 42190 + transformers-base 42191 + ]; 42192 + executableHaskellDepends = [ 42193 + async attoparsec base concurrency contravariant data-default dejafu 42194 + exceptions flow foldl generic-lens lens mmorph pipes profunctors 42195 + protolude random stm streaming text time transformers 42196 + transformers-base 42197 + ]; 42198 + testHaskellDepends = [ 42199 + async attoparsec base concurrency contravariant data-default dejafu 42200 + doctest exceptions flow foldl generic-lens lens mmorph pipes 42201 + profunctors protolude random stm streaming text time transformers 42202 + transformers-base 42203 + ]; 42204 + description = "boxes"; 42205 + license = stdenv.lib.licenses.bsd3; 42206 + hydraPlatforms = stdenv.lib.platforms.none; 42207 + broken = true; 42208 + }) {}; 42209 + 42210 "box-tuples" = callPackage 42211 ({ mkDerivation, base, ghc-prim }: 42212 mkDerivation { ··· 43796 license = stdenv.lib.licenses.bsd3; 43797 }) {}; 43798 43799 + "bv-little_1_1_0" = callPackage 43800 ({ mkDerivation, base, criterion, deepseq, hashable, integer-gmp 43801 , keys, mono-traversable, mono-traversable-keys, primitive 43802 , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck ··· 43804 }: 43805 mkDerivation { 43806 pname = "bv-little"; 43807 + version = "1.1.0"; 43808 + sha256 = "1cpmwmd6gig0gggbr197cjpp0ykaj30jniqq3r5lsv644wizkg6r"; 43809 libraryHaskellDepends = [ 43810 base deepseq hashable integer-gmp keys mono-traversable 43811 mono-traversable-keys primitive QuickCheck text-show ··· 43877 }) {}; 43878 43879 "byte-order" = callPackage 43880 + ({ mkDerivation, base, primitive, primitive-unaligned }: 43881 mkDerivation { 43882 pname = "byte-order"; 43883 + version = "0.1.1.0"; 43884 + sha256 = "09j6gkvg1nv05dga46cyxsgnf5ksqbnnsz9nf36xg0vw6c352w7s"; 43885 + libraryHaskellDepends = [ base primitive primitive-unaligned ]; 43886 testHaskellDepends = [ base primitive ]; 43887 description = "Portable big-endian and little-endian conversions"; 43888 license = stdenv.lib.licenses.bsd3; ··· 43985 broken = true; 43986 }) {}; 43987 43988 + "bytestring_0_10_10_0" = callPackage 43989 ({ mkDerivation, base, byteorder, deepseq, directory, dlist 43990 , ghc-prim, HUnit, integer-gmp, mtl, QuickCheck, random 43991 , test-framework, test-framework-hunit, test-framework-quickcheck2 43992 }: 43993 mkDerivation { 43994 pname = "bytestring"; 43995 + version = "0.10.10.0"; 43996 + sha256 = "1h94lyyn4fpklm25dsazj9za08m0vz9irafpza90h9j5wx4qpndq"; 43997 libraryHaskellDepends = [ base deepseq ghc-prim integer-gmp ]; 43998 testHaskellDepends = [ 43999 base byteorder deepseq directory dlist ghc-prim HUnit mtl ··· 44860 }: 44861 mkDerivation { 44862 pname = "cabal-cache"; 44863 + version = "1.0.1.1"; 44864 + sha256 = "1yb3wvjqqmkm4aysfyx4zf1z88453ywfc4czb4zvghfdgd95d0rx"; 44865 isLibrary = true; 44866 isExecutable = true; 44867 libraryHaskellDepends = [ ··· 45437 pname = "cabal-rpm"; 45438 version = "0.12.6"; 45439 sha256 = "1k602v7v87w6xcd9a5m8n5grnjbkyn79rdi9azl7djna0rs129ns"; 45440 + revision = "1"; 45441 + editedCabalFile = "0wfj9gcygm1c9fy86973ybs8ww8g6fn3l7f5v2kvs28204g8i18g"; 45442 isLibrary = false; 45443 isExecutable = true; 45444 executableHaskellDepends = [ ··· 45458 pname = "cabal-rpm"; 45459 version = "0.13.3"; 45460 sha256 = "04d5m74i0r6livhkhmccrwhshpa2aizyb77i2qcqhxradw0lkvl4"; 45461 + revision = "1"; 45462 + editedCabalFile = "1ngw9afzplbz4q707nak9zcjmk9fdynw0jvis4lgjq02y4i14hj6"; 45463 isLibrary = false; 45464 isExecutable = true; 45465 executableHaskellDepends = [ ··· 46660 broken = true; 46661 }) {}; 46662 46663 + "can-i-haz" = callPackage 46664 + ({ mkDerivation, base, deepseq, hspec, should-not-typecheck }: 46665 + mkDerivation { 46666 + pname = "can-i-haz"; 46667 + version = "0.1.0.0"; 46668 + sha256 = "1nsbw6k550n5vc2d17463sjci8a8k2f09519gp8hmdj19a9dlnc7"; 46669 + libraryHaskellDepends = [ base ]; 46670 + testHaskellDepends = [ base deepseq hspec should-not-typecheck ]; 46671 + description = "Generic implementation of the Has pattern"; 46672 + license = stdenv.lib.licenses.bsd3; 46673 + }) {}; 46674 + 46675 "canon" = callPackage 46676 ({ mkDerivation, arithmoi, array, base, containers, random }: 46677 mkDerivation { 46678 pname = "canon"; 46679 + version = "0.1.1.2"; 46680 + sha256 = "181c09kh76104b23hf52b049cc6clww1y9kffw1f0hnkxhds9n84"; 46681 libraryHaskellDepends = [ arithmoi array base containers random ]; 46682 description = "Arithmetic for Psychedelically Large Numbers"; 46683 license = stdenv.lib.licenses.mit; 46684 + hydraPlatforms = stdenv.lib.platforms.none; 46685 + broken = true; 46686 }) {}; 46687 46688 "canonical-filepath" = callPackage ··· 46699 }) {}; 46700 46701 "canonical-json" = callPackage 46702 + ({ mkDerivation, aeson, base, bytestring, containers, criterion 46703 + , deepseq, parsec, pretty, QuickCheck, tasty, tasty-quickcheck 46704 + , unordered-containers, vector 46705 }: 46706 mkDerivation { 46707 pname = "canonical-json"; 46708 + version = "0.6.0.0"; 46709 + sha256 = "0lb847hvgkn49g6rvmavk14brvvpiy6q5fswk3cm9rc53hbq02zz"; 46710 libraryHaskellDepends = [ 46711 + base bytestring containers deepseq parsec pretty 46712 ]; 46713 testHaskellDepends = [ 46714 + aeson base bytestring containers QuickCheck tasty tasty-quickcheck 46715 unordered-containers vector 46716 ]; 46717 + benchmarkHaskellDepends = [ base bytestring containers criterion ]; 46718 description = "Canonical JSON for signing and hashing JSON values"; 46719 license = stdenv.lib.licenses.bsd3; 46720 hydraPlatforms = stdenv.lib.platforms.none; ··· 47988 broken = true; 47989 }) {}; 47990 47991 + "category_0_2_4_1" = callPackage 47992 + ({ mkDerivation, alg, base, transformers }: 47993 + mkDerivation { 47994 + pname = "category"; 47995 + version = "0.2.4.1"; 47996 + sha256 = "0gliy1frgpgyzq3vkin315ylpklfc6dvg0vd93hz8f9m3js6dm48"; 47997 + libraryHaskellDepends = [ alg base transformers ]; 47998 + description = "Categorical types and classes"; 47999 + license = stdenv.lib.licenses.bsd3; 48000 + hydraPlatforms = stdenv.lib.platforms.none; 48001 + broken = true; 48002 + }) {}; 48003 + 48004 "category-extras" = callPackage 48005 ({ mkDerivation, adjunctions, bifunctors, categories, comonad 48006 , comonad-extras, comonad-transformers, comonads-fd, contravariant ··· 48234 license = stdenv.lib.licenses.bsd3; 48235 }) {}; 48236 48237 + "cborg_0_2_2_0" = callPackage 48238 + ({ mkDerivation, aeson, array, base, base-orphans 48239 + , base16-bytestring, base64-bytestring, bytestring, containers 48240 + , deepseq, fail, ghc-prim, half, integer-gmp, primitive, QuickCheck 48241 + , random, scientific, tasty, tasty-hunit, tasty-quickcheck, text 48242 + , vector 48243 + }: 48244 + mkDerivation { 48245 + pname = "cborg"; 48246 + version = "0.2.2.0"; 48247 + sha256 = "1rdnvy0w17s70ikmbyrnwax5rvqh19l95sh8i7ipgxi23z1r0bp1"; 48248 + libraryHaskellDepends = [ 48249 + array base bytestring containers deepseq ghc-prim half integer-gmp 48250 + primitive text 48251 + ]; 48252 + testHaskellDepends = [ 48253 + aeson array base base-orphans base16-bytestring base64-bytestring 48254 + bytestring deepseq fail half QuickCheck random scientific tasty 48255 + tasty-hunit tasty-quickcheck text vector 48256 + ]; 48257 + description = "Concise Binary Object Representation (CBOR)"; 48258 + license = stdenv.lib.licenses.bsd3; 48259 + hydraPlatforms = stdenv.lib.platforms.none; 48260 + }) {}; 48261 + 48262 "cborg-json" = callPackage 48263 ({ mkDerivation, aeson, aeson-pretty, base, cborg, scientific, text 48264 , unordered-containers, vector ··· 49597 ]; 49598 description = "A simple and intuitive library for automated testing"; 49599 license = stdenv.lib.licenses.mit; 49600 + hydraPlatforms = stdenv.lib.platforms.none; 49601 + broken = true; 49602 }) {}; 49603 49604 "chell-hunit" = callPackage ··· 49610 libraryHaskellDepends = [ base chell HUnit ]; 49611 description = "HUnit support for the Chell testing library"; 49612 license = stdenv.lib.licenses.mit; 49613 + hydraPlatforms = stdenv.lib.platforms.none; 49614 + broken = true; 49615 }) {}; 49616 49617 "chell-quickcheck" = callPackage ··· 49623 libraryHaskellDepends = [ base chell QuickCheck random ]; 49624 description = "QuickCheck support for the Chell testing library"; 49625 license = stdenv.lib.licenses.mit; 49626 + hydraPlatforms = stdenv.lib.platforms.none; 49627 + broken = true; 49628 }) {}; 49629 49630 "chessIO" = callPackage ··· 50095 50096 "chronos" = callPackage 50097 ({ mkDerivation, aeson, attoparsec, base, bytestring, clock 50098 + , criterion, deepseq, doctest, hashable, HUnit, old-locale 50099 + , primitive, QuickCheck, semigroups, test-framework 50100 + , test-framework-hunit, test-framework-quickcheck2, text, thyme 50101 + , time, torsor, vector 50102 }: 50103 mkDerivation { 50104 pname = "chronos"; 50105 + version = "1.0.6"; 50106 + sha256 = "07z79acmr8768m31knr9r90x0f8xabdkvvyd7y0bv7061562fvdz"; 50107 + revision = "1"; 50108 + editedCabalFile = "156f61rp421x1hisdiq1m7nbaaq4hczfv66v9g94blv3a48rjwzz"; 50109 libraryHaskellDepends = [ 50110 aeson attoparsec base bytestring clock hashable primitive 50111 semigroups text torsor vector 50112 ]; 50113 testHaskellDepends = [ 50114 + attoparsec base bytestring doctest HUnit QuickCheck test-framework 50115 + test-framework-hunit test-framework-quickcheck2 text torsor 50116 ]; 50117 benchmarkHaskellDepends = [ 50118 attoparsec base bytestring criterion deepseq old-locale QuickCheck ··· 50912 }: 50913 mkDerivation { 50914 pname = "clang-pure"; 50915 + version = "0.2.0.5"; 50916 + sha256 = "0s84q6qdym02xvva3iq559kmhwzb08slip69h4cvvc6a7lqmaj37"; 50917 isLibrary = true; 50918 isExecutable = true; 50919 setupHaskellDepends = [ base Cabal inline-c process ]; ··· 53849 pname = "colour-space"; 53850 version = "0.1.4.0"; 53851 sha256 = "0sr341chqhngm7ihyy3ym3w345sk101gznw80iksjwxjg3iiqxmq"; 53852 + revision = "2"; 53853 + editedCabalFile = "0qldxm84rk344h4wgk3bqsxfhkmvj8psm0sqgfnjh34a4fy5hjzg"; 53854 libraryHaskellDepends = [ 53855 base colour constrained-categories JuicyPixels linear 53856 linearmap-category manifolds semigroups vector-space ··· 53901 broken = true; 53902 }) {}; 53903 53904 + "columnar" = callPackage 53905 + ({ mkDerivation, base, bytestring, cassava, containers, enum-text 53906 + , fmt, lens, possibly, rio, template-haskell, text, time 53907 + , unordered-containers, vector 53908 + }: 53909 + mkDerivation { 53910 + pname = "columnar"; 53911 + version = "1.0.0.0"; 53912 + sha256 = "0qf5fbd9cwc22npww4qsjaj7rxdy2r3rjm19w23a9shqvgc2l6av"; 53913 + libraryHaskellDepends = [ 53914 + base bytestring cassava containers enum-text fmt lens possibly rio 53915 + template-haskell text time unordered-containers vector 53916 + ]; 53917 + description = "A CSV toolkit based on cassava and enum-text"; 53918 + license = stdenv.lib.licenses.bsd3; 53919 + }) {}; 53920 + 53921 "com" = callPackage 53922 ({ mkDerivation }: 53923 mkDerivation { ··· 57135 pname = "constrained-categories"; 57136 version = "0.4.0.0"; 57137 sha256 = "1wq4ivkgxbwxxrfk5lwn2psbbiaq87dr8zf1z9b9yhw2hi75lsgw"; 57138 + revision = "1"; 57139 + editedCabalFile = "0f96xmq5j03f9ks9cjlgbc5wq0azdbrbj2lh3kr3ybz658dli3j7"; 57140 libraryHaskellDepends = [ 57141 base contravariant semigroups tagged trivial-constraint void 57142 ]; ··· 57314 }: 57315 mkDerivation { 57316 pname = "constraints-deriving"; 57317 + version = "1.1.0.0"; 57318 + sha256 = "15rspwn8i2rwmqsxb505087ars0i10licwj4adsgm89ajhgrqvp9"; 57319 isLibrary = true; 57320 isExecutable = true; 57321 setupHaskellDepends = [ base Cabal ]; ··· 57632 57633 "contiguous" = callPackage 57634 ({ mkDerivation, base, deepseq, primitive, primitive-unlifted 57635 + , QuickCheck, quickcheck-classes, quickcheck-instances, random 57636 + , random-shuffle, vector, weigh 57637 }: 57638 mkDerivation { 57639 pname = "contiguous"; 57640 + version = "0.5"; 57641 + sha256 = "0nz3ssh0zc8rs67mk8fmc8plvbjac6mlxdmzk9fw8sj2vx2ssisq"; 57642 libraryHaskellDepends = [ 57643 base deepseq primitive primitive-unlifted 57644 ]; 57645 testHaskellDepends = [ 57646 + base primitive QuickCheck quickcheck-classes quickcheck-instances 57647 + vector 57648 + ]; 57649 + benchmarkHaskellDepends = [ 57650 + base primitive random random-shuffle weigh 57651 ]; 57652 description = "Unified interface for primitive arrays"; 57653 license = stdenv.lib.licenses.bsd3; ··· 58483 license = stdenv.lib.licenses.mit; 58484 }) {}; 58485 58486 + "core-data" = callPackage 58487 + ({ mkDerivation, aeson, base, bytestring, containers, core-text 58488 + , hashable, prettyprinter, prettyprinter-ansi-terminal, scientific 58489 + , text, unordered-containers, vector 58490 + }: 58491 + mkDerivation { 58492 + pname = "core-data"; 58493 + version = "0.2.0.0"; 58494 + sha256 = "1lzvs99qqw8nvgqqz080zdsxl5vdxdmnffxl8s26c7p41izycp5n"; 58495 + libraryHaskellDepends = [ 58496 + aeson base bytestring containers core-text hashable prettyprinter 58497 + prettyprinter-ansi-terminal scientific text unordered-containers 58498 + vector 58499 + ]; 58500 + description = "Convenience wrappers around common data structures and encodings"; 58501 + license = stdenv.lib.licenses.bsd3; 58502 + }) {}; 58503 + 58504 "core-haskell" = callPackage 58505 ({ mkDerivation, base, haskeline, haskell-src-exts, hint }: 58506 mkDerivation { ··· 58516 license = stdenv.lib.licenses.bsd3; 58517 hydraPlatforms = stdenv.lib.platforms.none; 58518 broken = true; 58519 + }) {}; 58520 + 58521 + "core-program" = callPackage 58522 + ({ mkDerivation, async, base, bytestring, chronologique, core-data 58523 + , core-text, directory, exceptions, hashable, hourglass, mtl 58524 + , prettyprinter, prettyprinter-ansi-terminal, safe-exceptions, stm 58525 + , template-haskell, terminal-size, text, text-short, transformers 58526 + , unix 58527 + }: 58528 + mkDerivation { 58529 + pname = "core-program"; 58530 + version = "0.2.0.0"; 58531 + sha256 = "13907wk5p8yc31wf7s3w6an8g2b5j8pp0k196l5fh90c5dadizys"; 58532 + libraryHaskellDepends = [ 58533 + async base bytestring chronologique core-data core-text directory 58534 + exceptions hashable hourglass mtl prettyprinter 58535 + prettyprinter-ansi-terminal safe-exceptions stm template-haskell 58536 + terminal-size text text-short transformers unix 58537 + ]; 58538 + description = "Opinionated Haskell Interoperability"; 58539 + license = stdenv.lib.licenses.bsd3; 58540 + }) {}; 58541 + 58542 + "core-text" = callPackage 58543 + ({ mkDerivation, base, bytestring, deepseq, fingertree, hashable 58544 + , prettyprinter, prettyprinter-ansi-terminal, template-haskell 58545 + , text, text-short 58546 + }: 58547 + mkDerivation { 58548 + pname = "core-text"; 58549 + version = "0.2.0.0"; 58550 + sha256 = "1rkbz43vnjv8vv68xh98qcp59lmahw4sdpfnhvgrh92wj0namifk"; 58551 + libraryHaskellDepends = [ 58552 + base bytestring deepseq fingertree hashable prettyprinter 58553 + prettyprinter-ansi-terminal template-haskell text text-short 58554 + ]; 58555 + description = "A text type based on a finger tree over UTF-8 fragments"; 58556 + license = stdenv.lib.licenses.bsd3; 58557 }) {}; 58558 58559 "corebot-bliki" = callPackage ··· 58997 }) {}; 58998 58999 "cpkg" = callPackage 59000 + ({ mkDerivation, base, binary, bytestring, bzlib 59001 + , composition-prelude, containers, cpphs, dhall, dir-traverse 59002 + , directory, filemanip, filepath, hashable, hspec, hspec-megaparsec 59003 + , http-client, http-client-tls, libarchive, lzma, megaparsec 59004 + , microlens, mtl, network-uri, optparse-applicative, prettyprinter 59005 + , process, recursion, tar, temporary, text, zip-archive, zlib 59006 }: 59007 mkDerivation { 59008 pname = "cpkg"; 59009 + version = "0.2.3.1"; 59010 + sha256 = "0nw1h6zgx3dizx92nwzdf9ny8bzyfa2n28lpv34xvw38fz9yq16w"; 59011 isLibrary = true; 59012 isExecutable = true; 59013 libraryHaskellDepends = [ 59014 + base binary bytestring bzlib composition-prelude containers dhall 59015 + dir-traverse directory filemanip filepath hashable http-client 59016 + http-client-tls libarchive lzma megaparsec microlens mtl 59017 + network-uri prettyprinter process recursion tar temporary text 59018 + zip-archive zlib 59019 ]; 59020 libraryToolDepends = [ cpphs ]; 59021 executableHaskellDepends = [ ··· 59268 broken = true; 59269 }) {}; 59270 59271 + "cql-io_1_1_1" = callPackage 59272 ({ mkDerivation, async, auto-update, base, bytestring, containers 59273 , cql, cryptonite, data-default-class, Decimal, exceptions 59274 , hashable, HsOpenSSL, iproute, lens, mtl, mwc-random, network ··· 59278 }: 59279 mkDerivation { 59280 pname = "cql-io"; 59281 + version = "1.1.1"; 59282 + sha256 = "1zg199ifkqh1ba335vqp0jlm4sn5ybjxap4qymb54bylhwj0vzcp"; 59283 libraryHaskellDepends = [ 59284 async auto-update base bytestring containers cql cryptonite 59285 data-default-class exceptions hashable HsOpenSSL iproute lens mtl ··· 59975 ]; 59976 description = "Robust, reliable performance measurement and analysis"; 59977 license = stdenv.lib.licenses.bsd3; 59978 + }) {}; 59979 + 59980 + "criterion-compare" = callPackage 59981 + ({ mkDerivation, base, bytestring, cassava, Chart, Chart-diagrams 59982 + , clay, colour, containers, data-default, filepath, lens, lucid 59983 + , optparse-applicative, text, vector 59984 + }: 59985 + mkDerivation { 59986 + pname = "criterion-compare"; 59987 + version = "0.1.0.0"; 59988 + sha256 = "034cm3hap9x6cwp44hrd03b09mifcm076a9pn3lgql5ardx91yl7"; 59989 + isLibrary = false; 59990 + isExecutable = true; 59991 + executableHaskellDepends = [ 59992 + base bytestring cassava Chart Chart-diagrams clay colour containers 59993 + data-default filepath lens lucid optparse-applicative text vector 59994 + ]; 59995 + description = "A simple tool for visualising differences in Criterion benchmark results"; 59996 + license = stdenv.lib.licenses.bsd3; 59997 + hydraPlatforms = stdenv.lib.platforms.none; 59998 + broken = true; 59999 }) {}; 60000 60001 "criterion-measurement" = callPackage ··· 63018 ({ mkDerivation, base, deepseq, QuickCheck }: 63019 mkDerivation { 63020 pname = "data-clist"; 63021 + version = "0.1.2.3"; 63022 + sha256 = "1mwfhnmvi3vicyjzl33m6pcipi2v887zazyqxygq258ndd010s9m"; 63023 libraryHaskellDepends = [ base deepseq QuickCheck ]; 63024 description = "Simple functional ring type"; 63025 license = stdenv.lib.licenses.bsd3; ··· 64514 broken = true; 64515 }) {}; 64516 64517 + "database-id-class" = callPackage 64518 + ({ mkDerivation, aeson, base }: 64519 + mkDerivation { 64520 + pname = "database-id-class"; 64521 + version = "0.1.0.1"; 64522 + sha256 = "0zm053ll1vwd5gdwq4p3zpl9f010q894nk3djaad3ry4y2mirsc4"; 64523 + libraryHaskellDepends = [ aeson base ]; 64524 + description = "Class for types with a database id"; 64525 + license = stdenv.lib.licenses.bsd3; 64526 + }) {}; 64527 + 64528 + "database-id-groundhog" = callPackage 64529 + ({ mkDerivation, aeson, base, database-id-class, groundhog 64530 + , template-haskell 64531 + }: 64532 + mkDerivation { 64533 + pname = "database-id-groundhog"; 64534 + version = "0.1.0.1"; 64535 + sha256 = "16q90lzxjbisfdvcl4lbjlfmn02xnscsxkv9hm35xw9z8q19zlsx"; 64536 + libraryHaskellDepends = [ 64537 + aeson base database-id-class groundhog template-haskell 64538 + ]; 64539 + description = "HasId/Groundhog interop"; 64540 + license = stdenv.lib.licenses.bsd3; 64541 + hydraPlatforms = stdenv.lib.platforms.none; 64542 + broken = true; 64543 + }) {}; 64544 + 64545 "database-migrate" = callPackage 64546 ({ mkDerivation, base, bytestring, cmdargs, containers, directory 64547 , either, filepath, lens, postgresql-simple, text, time ··· 64613 pname = "datadog-tracing"; 64614 version = "1.5.1"; 64615 sha256 = "1jjgavp9winbl2gyix61y30myvzhvzb500l2zwcb087cqzy7z6nb"; 64616 + revision = "2"; 64617 + editedCabalFile = "1mb0g3lddphaki1q946dpayhjdma9g0xcx55wdmksbhkjrbm0rgb"; 64618 isLibrary = true; 64619 isExecutable = true; 64620 libraryHaskellDepends = [ ··· 66021 pname = "decimal-literals"; 66022 version = "0.1.0.1"; 66023 sha256 = "0lbpnc4c266fbqjzzrnig648zzsqfaphlxqwyly9xd15qggzasb0"; 66024 + revision = "1"; 66025 + editedCabalFile = "0giz73yb179xvww1s92dbl4mhvcxlv25f0zrjwc9lsvx9h2aivg0"; 66026 libraryHaskellDepends = [ base ]; 66027 testHaskellDepends = [ base tasty tasty-hunit ]; 66028 description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; ··· 67648 license = stdenv.lib.licenses.bsd3; 67649 }) {}; 67650 67651 + "dhall_1_25_0" = callPackage 67652 ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base 67653 , bytestring, case-insensitive, cborg, cborg-json, containers 67654 + , contravariant, cryptonite, deepseq, Diff, directory, doctest 67655 + , dotgen, either, exceptions, filepath, foldl, gauge, haskeline 67656 , http-client, http-client-tls, http-types, lens-family-core 67657 , megaparsec, memory, mockery, mtl, optparse-applicative, parsers 67658 , prettyprinter, prettyprinter-ansi-terminal, profunctors 67659 + , QuickCheck, quickcheck-instances, repline, scientific, semigroups 67660 + , serialise, spoon, tasty, tasty-hunit, tasty-quickcheck 67661 + , template-haskell, text, th-lift-instances, transformers 67662 + , transformers-compat, turtle, unordered-containers, uri-encode 67663 + , vector 67664 }: 67665 mkDerivation { 67666 pname = "dhall"; 67667 + version = "1.25.0"; 67668 + sha256 = "0d8qx4fawvxykig628jfgqpa660mzzicysa7g3mda6zni9j4yq0h"; 67669 isLibrary = true; 67670 isExecutable = true; 67671 libraryHaskellDepends = [ 67672 aeson aeson-pretty ansi-terminal base bytestring case-insensitive 67673 + cborg cborg-json containers contravariant cryptonite deepseq Diff 67674 + directory dotgen either exceptions filepath haskeline http-client 67675 + http-client-tls http-types lens-family-core megaparsec memory mtl 67676 optparse-applicative parsers prettyprinter 67677 prettyprinter-ansi-terminal profunctors repline scientific 67678 + serialise template-haskell text th-lift-instances transformers 67679 + transformers-compat unordered-containers uri-encode vector 67680 ]; 67681 executableHaskellDepends = [ base ]; 67682 testHaskellDepends = [ 67683 base bytestring cborg containers deepseq directory doctest filepath 67684 + foldl lens-family-core megaparsec mockery prettyprinter QuickCheck 67685 + quickcheck-instances semigroups serialise spoon tasty tasty-hunit 67686 + tasty-quickcheck text transformers turtle vector 67687 ]; 67688 benchmarkHaskellDepends = [ 67689 + base bytestring containers directory gauge serialise text 67690 ]; 67691 description = "A configuration language guaranteed to terminate"; 67692 license = stdenv.lib.licenses.bsd3; ··· 67714 license = stdenv.lib.licenses.bsd3; 67715 }) {}; 67716 67717 + "dhall-bash_1_0_22" = callPackage 67718 ({ mkDerivation, base, bytestring, containers, dhall 67719 , neat-interpolation, optparse-generic, shell-escape, text 67720 }: 67721 mkDerivation { 67722 pname = "dhall-bash"; 67723 + version = "1.0.22"; 67724 + sha256 = "1qxcf3f8a390znwkbhcirlgqpgg0ssc3bnwdml7wkv8k0qwqq57j"; 67725 isLibrary = true; 67726 isExecutable = true; 67727 libraryHaskellDepends = [ ··· 67782 license = stdenv.lib.licenses.bsd3; 67783 }) {}; 67784 67785 + "dhall-json_1_4_0" = callPackage 67786 + ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base 67787 + , bytestring, containers, dhall, exceptions, libyaml 67788 + , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal 67789 , scientific, tasty, tasty-hunit, text, unordered-containers 67790 , vector, yaml 67791 }: 67792 mkDerivation { 67793 pname = "dhall-json"; 67794 + version = "1.4.0"; 67795 + sha256 = "0kxb71m1rf6y7z3wx4yx5ks0p5vhnlpgchsih3mfn9ygppc2z0ri"; 67796 isLibrary = true; 67797 isExecutable = true; 67798 libraryHaskellDepends = [ 67799 + aeson aeson-pretty base bytestring containers dhall exceptions 67800 libyaml optparse-applicative scientific text unordered-containers 67801 vector yaml 67802 ]; 67803 executableHaskellDepends = [ 67804 + aeson aeson-pretty ansi-terminal base bytestring dhall exceptions 67805 + optparse-applicative prettyprinter prettyprinter-ansi-terminal text 67806 ]; 67807 testHaskellDepends = [ 67808 aeson base bytestring dhall tasty tasty-hunit text ··· 67831 license = stdenv.lib.licenses.bsd3; 67832 }) {}; 67833 67834 + "dhall-lsp-server" = callPackage 67835 + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers 67836 + , cryptonite, data-default, dhall, dhall-json, directory, doctest 67837 + , dotgen, filepath, haskell-lsp, hslogger, lens, lens-family-core 67838 + , megaparsec, mtl, network-uri, optparse-applicative, prettyprinter 67839 + , sorted-list, stm, text, transformers, unordered-containers 67840 + , uri-encode, yi-rope 67841 + }: 67842 + mkDerivation { 67843 + pname = "dhall-lsp-server"; 67844 + version = "1.0.0"; 67845 + sha256 = "1i4bx8qiy1hbs6bm50fixj1ipkd9rm6y6z3bci8ngh1rhy5v51x1"; 67846 + isLibrary = true; 67847 + isExecutable = true; 67848 + libraryHaskellDepends = [ 67849 + aeson aeson-pretty base bytestring containers cryptonite 67850 + data-default dhall dhall-json dotgen filepath haskell-lsp hslogger 67851 + lens lens-family-core megaparsec mtl network-uri 67852 + optparse-applicative prettyprinter sorted-list stm text 67853 + transformers unordered-containers uri-encode yi-rope 67854 + ]; 67855 + executableHaskellDepends = [ 67856 + aeson base containers data-default dhall filepath haskell-lsp 67857 + hslogger lens lens-family-core megaparsec mtl optparse-applicative 67858 + prettyprinter sorted-list stm text transformers 67859 + unordered-containers yi-rope 67860 + ]; 67861 + testHaskellDepends = [ base directory doctest filepath ]; 67862 + license = stdenv.lib.licenses.mit; 67863 + hydraPlatforms = stdenv.lib.platforms.none; 67864 + broken = true; 67865 + }) {}; 67866 + 67867 "dhall-nix" = callPackage 67868 ({ mkDerivation, base, containers, data-fix, dhall, hnix 67869 + , neat-interpolation, optparse-generic, text 67870 }: 67871 mkDerivation { 67872 pname = "dhall-nix"; 67873 + version = "1.1.7"; 67874 + sha256 = "0axg7qq8rfy5qsffiw57lll40mw7bxgk67g7lgdb5vbri69xj3is"; 67875 isLibrary = true; 67876 isExecutable = true; 67877 libraryHaskellDepends = [ 67878 + base containers data-fix dhall hnix neat-interpolation text 67879 ]; 67880 executableHaskellDepends = [ 67881 base dhall hnix optparse-generic text ··· 67929 ]; 67930 description = "Compile Dhall expressions to Cabal files"; 67931 license = stdenv.lib.licenses.mit; 67932 + hydraPlatforms = stdenv.lib.platforms.none; 67933 + broken = true; 67934 }) {}; 67935 67936 "dhcp-lease-parser" = callPackage ··· 67949 ]; 67950 description = "Parse a DHCP lease file"; 67951 license = stdenv.lib.licenses.bsd3; 67952 + hydraPlatforms = stdenv.lib.platforms.none; 67953 + broken = true; 67954 + }) {}; 67955 + 67956 + "dhrun" = callPackage 67957 + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, conduit 67958 + , conduit-extra, containers, dhall, directory, editor-open 67959 + , filepath, generic-random, Glob, hspec, mtl, optparse-applicative 67960 + , process, protolude, quickcheck-text, tasty, tasty-golden 67961 + , tasty-hspec, tasty-hunit, tasty-quickcheck, text, time, unix 67962 + , unliftio, unliftio-core, yaml 67963 + }: 67964 + mkDerivation { 67965 + pname = "dhrun"; 67966 + version = "1.0.1"; 67967 + sha256 = "1gyg5221g1qsq2h62lcdwi4g7amis26692hh3fdi824bjylz8pal"; 67968 + isLibrary = false; 67969 + isExecutable = true; 67970 + libraryHaskellDepends = [ 67971 + ansi-terminal base bytestring conduit conduit-extra containers 67972 + dhall directory mtl process protolude text time unix unliftio-core 67973 + yaml 67974 + ]; 67975 + executableHaskellDepends = [ 67976 + base bytestring dhall directory editor-open filepath 67977 + optparse-applicative protolude 67978 + ]; 67979 + testHaskellDepends = [ 67980 + aeson base bytestring dhall filepath generic-random Glob hspec mtl 67981 + protolude quickcheck-text tasty tasty-golden tasty-hspec 67982 + tasty-hunit tasty-quickcheck text unliftio yaml 67983 + ]; 67984 + doHaddock = false; 67985 + description = "Dhall/YAML configurable concurrent integration test executor"; 67986 + license = stdenv.lib.licenses.mit; 67987 hydraPlatforms = stdenv.lib.platforms.none; 67988 broken = true; 67989 }) {}; ··· 69889 69890 "discord-haskell" = callPackage 69891 ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring 69892 + , containers, data-default, emoji, http-client, iso8601-time 69893 + , JuicyPixels, MonadRandom, req, safe-exceptions, text, time 69894 , unordered-containers, vector, websockets, wuss 69895 }: 69896 mkDerivation { 69897 pname = "discord-haskell"; 69898 + version = "1.0.0"; 69899 + sha256 = "1z0d46gd7rgwbh05ws6hcp4rikach0yg1fim6ni0ww4g0mksj8j3"; 69900 + isLibrary = true; 69901 + isExecutable = true; 69902 libraryHaskellDepends = [ 69903 aeson async base base64-bytestring bytestring containers 69904 + data-default emoji http-client iso8601-time JuicyPixels MonadRandom 69905 + req safe-exceptions text time unordered-containers vector 69906 + websockets wuss 69907 ]; 69908 + executableHaskellDepends = [ base text ]; 69909 description = "Write bots for Discord in Haskell"; 69910 license = stdenv.lib.licenses.mit; 69911 }) {}; 69912 69913 "discord-hs" = callPackage ··· 70935 license = stdenv.lib.licenses.bsd3; 70936 }) {}; 70937 70938 + "ditto" = callPackage 70939 + ({ mkDerivation, base, containers, mtl, semigroups, text }: 70940 + mkDerivation { 70941 + pname = "ditto"; 70942 + version = "0.3.1"; 70943 + sha256 = "1y3s0q0c0lsj6hsszazbd0yjb10nagvg96nw3x154kz55mn2bdym"; 70944 + libraryHaskellDepends = [ base containers mtl semigroups text ]; 70945 + description = "ditto is a type-safe HTML form generation and validation library"; 70946 + license = stdenv.lib.licenses.bsd3; 70947 + }) {}; 70948 + 70949 + "ditto-lucid" = callPackage 70950 + ({ mkDerivation, base, ditto, lucid, path-pieces, text }: 70951 + mkDerivation { 70952 + pname = "ditto-lucid"; 70953 + version = "0.3.2"; 70954 + sha256 = "1asp25vi3m6rbk1wllqb1gzjrgifndhcpr2blx1j132ql6h5qqpj"; 70955 + libraryHaskellDepends = [ base ditto lucid path-pieces text ]; 70956 + description = "Add support for using lucid with Ditto"; 70957 + license = stdenv.lib.licenses.bsd3; 70958 + }) {}; 70959 + 70960 "diversity" = callPackage 70961 ({ mkDerivation, base, containers, data-ordlist, fasta 70962 , math-functions, MonadRandom, optparse-applicative, parsec, pipes ··· 71307 license = stdenv.lib.licenses.bsd3; 71308 }) {}; 71309 71310 + "dns_4_0_0" = callPackage 71311 + ({ mkDerivation, array, async, attoparsec, auto-update, base 71312 + , base16-bytestring, base64-bytestring, bytestring, Cabal 71313 + , cabal-doctest, containers, cryptonite, doctest, hourglass, hspec 71314 + , iproute, mtl, network, psqueues, QuickCheck, word8 71315 + }: 71316 + mkDerivation { 71317 + pname = "dns"; 71318 + version = "4.0.0"; 71319 + sha256 = "0gq0y8pw4x8fja0f3hhwpbxh4rg2i8nzfnp2rxh2py49qfhg38mj"; 71320 + setupHaskellDepends = [ base Cabal cabal-doctest ]; 71321 + libraryHaskellDepends = [ 71322 + array async attoparsec auto-update base base16-bytestring 71323 + base64-bytestring bytestring containers cryptonite hourglass 71324 + iproute mtl network psqueues 71325 + ]; 71326 + testHaskellDepends = [ 71327 + base bytestring doctest hspec iproute network QuickCheck word8 71328 + ]; 71329 + testTarget = "spec"; 71330 + description = "DNS library in Haskell"; 71331 + license = stdenv.lib.licenses.bsd3; 71332 + hydraPlatforms = stdenv.lib.platforms.none; 71333 + }) {}; 71334 + 71335 "dnscache" = callPackage 71336 ({ mkDerivation, base, bytestring, containers, contstuff, dns 71337 , iproute, time ··· 71644 license = stdenv.lib.licenses.bsd3; 71645 }) {}; 71646 71647 + "doctemplates_0_3_0_1" = callPackage 71648 + ({ mkDerivation, aeson, base, bytestring, containers, filepath 71649 + , Glob, mtl, parsec, scientific, tasty, tasty-golden, tasty-hunit 71650 + , temporary, text, unordered-containers, vector 71651 + }: 71652 + mkDerivation { 71653 + pname = "doctemplates"; 71654 + version = "0.3.0.1"; 71655 + sha256 = "11xvrmk9qb2izq8y61pna0lxlsfr5yb94nlk5ih8z1fcdn7ghl3j"; 71656 + enableSeparateDataOutput = true; 71657 + libraryHaskellDepends = [ 71658 + aeson base containers filepath mtl parsec scientific text 71659 + unordered-containers vector 71660 + ]; 71661 + testHaskellDepends = [ 71662 + aeson base bytestring filepath Glob mtl tasty tasty-golden 71663 + tasty-hunit temporary text 71664 + ]; 71665 + description = "Pandoc-style document templates"; 71666 + license = stdenv.lib.licenses.bsd3; 71667 + hydraPlatforms = stdenv.lib.platforms.none; 71668 + }) {}; 71669 + 71670 "doctest" = callPackage 71671 ({ mkDerivation, base, base-compat, code-page, deepseq, directory 71672 , filepath, ghc, ghc-paths, hspec, HUnit, mockery, process ··· 71935 broken = true; 71936 }) {}; 71937 71938 + "doldol" = callPackage 71939 + ({ mkDerivation, base, HUnit, QuickCheck, test-framework 71940 + , test-framework-hunit, test-framework-quickcheck2 71941 + , test-framework-th 71942 + }: 71943 + mkDerivation { 71944 + pname = "doldol"; 71945 + version = "0.4.1.2"; 71946 + sha256 = "0r9ylifyyv2mg4b94ikv8q56j0z5f6qa8r2jcpqg0xzdznwxqlv5"; 71947 + revision = "1"; 71948 + editedCabalFile = "0xwbdrfzd6z3nwkgnav2drisw2sn464ggkz8fid58cym9hbfpl47"; 71949 + libraryHaskellDepends = [ base ]; 71950 + testHaskellDepends = [ 71951 + base HUnit QuickCheck test-framework test-framework-hunit 71952 + test-framework-quickcheck2 test-framework-th 71953 + ]; 71954 + description = "Flag packer & handler for flaggable data"; 71955 + license = stdenv.lib.licenses.bsd3; 71956 + }) {}; 71957 + 71958 "dollaridoos" = callPackage 71959 ({ mkDerivation, base, profunctors, semigroups }: 71960 mkDerivation { ··· 72161 broken = true; 72162 }) {}; 72163 72164 + "dotenv_0_8_0_2" = callPackage 72165 ({ mkDerivation, base, base-compat, containers, directory 72166 , exceptions, hspec, hspec-megaparsec, megaparsec 72167 , optparse-applicative, process, text, transformers, yaml 72168 }: 72169 mkDerivation { 72170 pname = "dotenv"; 72171 + version = "0.8.0.2"; 72172 + sha256 = "0an7spi0cgvzr64nyy7p8pdslyf0jlh9l2ww52jbh1habsxjn6fp"; 72173 isLibrary = true; 72174 isExecutable = true; 72175 enableSeparateDataOutput = true; ··· 73285 pname = "dumb-cas"; 73286 version = "0.2.0.0"; 73287 sha256 = "1zcq9r2p5gjpfivprjp9hspqpayrj9in2jck5vf5ibxpc671isb4"; 73288 + revision = "1"; 73289 + editedCabalFile = "1269wjyywvi86gmpqdpq2niv5ifns0bqr1i5229w69jdlzrc6dqg"; 73290 libraryHaskellDepends = [ 73291 base containers decimal-literals hashable template-haskell 73292 unordered-containers ··· 73708 }: 73709 mkDerivation { 73710 pname = "dynamic-graph"; 73711 + version = "0.1.0.13"; 73712 + sha256 = "1gx3hqbps8mvhxm03j5wri7v4qy3z42kcy8rhhcxq7dd0mryd4rz"; 73713 enableSeparateDataOutput = true; 73714 libraryHaskellDepends = [ 73715 base cairo colour GLFW-b GLUtil OpenGL pango pipes transformers ··· 73817 pname = "dynamic-plot"; 73818 version = "0.4.0.0"; 73819 sha256 = "1klq7lwvfwwp6z842g50a2xx6cqihp8a6551f935nr2sx9hwdr94"; 73820 + revision = "1"; 73821 + editedCabalFile = "0x5jxjvwfkax6lxwk28hd2p903q6zmr1nxhyahrwcnqgh6ygywiw"; 73822 libraryHaskellDepends = [ 73823 base colour colour-space constrained-categories containers 73824 data-default deepseq diagrams-cairo diagrams-core diagrams-gtk ··· 74758 ({ mkDerivation, base, constraints, mtl, transformers }: 74759 mkDerivation { 74760 pname = "effect-stack"; 74761 + version = "0.3"; 74762 + sha256 = "08zalj8svp78ykqbf5nhd6khgygz8dplcvjd19w3hvgm08y4kxqi"; 74763 libraryHaskellDepends = [ base constraints mtl transformers ]; 74764 description = "Reducing the pain of transformer stacks with duplicated effects"; 74765 license = stdenv.lib.licenses.bsd3; ··· 74845 }) {}; 74846 74847 "egison" = callPackage 74848 + ({ mkDerivation, alex, array, base, containers, criterion, deepseq 74849 + , directory, filepath, ghc, ghc-paths, Glob, happy, hashable 74850 + , haskeline, HUnit, mtl, optparse-applicative, parallel, parsec 74851 + , process, random, regex-tdfa, split, test-framework 74852 + , test-framework-hunit, text, transformers, unordered-containers 74853 + , vector 74854 }: 74855 mkDerivation { 74856 pname = "egison"; 74857 + version = "3.9.0"; 74858 + sha256 = "1law6pwgqvp6nniwwbbsdm6fjq2fp30ywjfla2qqgwdabcqbd2vq"; 74859 isLibrary = true; 74860 isExecutable = true; 74861 enableSeparateDataOutput = true; 74862 libraryHaskellDepends = [ 74863 array base containers directory ghc ghc-paths hashable haskeline 74864 + mtl parallel parsec process random regex-tdfa split text 74865 transformers unordered-containers vector 74866 ]; 74867 + libraryToolDepends = [ alex happy ]; 74868 executableHaskellDepends = [ 74869 array base containers directory filepath ghc ghc-paths haskeline 74870 + mtl optparse-applicative parsec process regex-tdfa text 74871 + transformers unordered-containers vector 74872 ]; 74873 testHaskellDepends = [ 74874 base filepath Glob HUnit mtl test-framework test-framework-hunit ··· 74879 ]; 74880 description = "Programming language with non-linear pattern-matching against non-free data"; 74881 license = stdenv.lib.licenses.mit; 74882 + hydraPlatforms = stdenv.lib.platforms.none; 74883 + broken = true; 74884 }) {}; 74885 74886 "egison-quote" = callPackage ··· 76474 }: 76475 mkDerivation { 76476 pname = "engine-io-wai"; 76477 + version = "1.0.10"; 76478 + sha256 = "07vjjb7d5ndv8cailnrv5qif0d3kmi09bq1s38hwjyp5ml8dlfis"; 76479 libraryHaskellDepends = [ 76480 attoparsec base bytestring either engine-io http-types mtl text 76481 transformers transformers-compat unordered-containers wai ··· 76611 ]; 76612 description = "A text rendering and parsing toolkit for enumerated types"; 76613 license = stdenv.lib.licenses.bsd3; 76614 + }) {}; 76615 + 76616 + "enum-text_0_5_1_0" = callPackage 76617 + ({ mkDerivation, array, base, bytestring, fmt, hashable, possibly 76618 + , text, time, unordered-containers 76619 + }: 76620 + mkDerivation { 76621 + pname = "enum-text"; 76622 + version = "0.5.1.0"; 76623 + sha256 = "0v48hmxbpzjpclg1q0avrc1dp4giglbxy2rkqnbj4f0sprp03kff"; 76624 + libraryHaskellDepends = [ 76625 + array base bytestring fmt hashable possibly text time 76626 + unordered-containers 76627 + ]; 76628 + description = "A text rendering and parsing toolkit for enumerated types"; 76629 + license = stdenv.lib.licenses.bsd3; 76630 + hydraPlatforms = stdenv.lib.platforms.none; 76631 + }) {}; 76632 + 76633 + "enum-text-rio" = callPackage 76634 + ({ mkDerivation, base, bytestring, enum-text, fmt, rio, text }: 76635 + mkDerivation { 76636 + pname = "enum-text-rio"; 76637 + version = "1.2.0.0"; 76638 + sha256 = "0cz91i1m9ibphlm153i23i03nhx41bca398hkfzf9hq904ziarna"; 76639 + isLibrary = true; 76640 + isExecutable = true; 76641 + libraryHaskellDepends = [ base bytestring enum-text fmt rio text ]; 76642 + executableHaskellDepends = [ 76643 + base bytestring enum-text fmt rio text 76644 + ]; 76645 + description = "Making fmt available with rio"; 76646 + license = stdenv.lib.licenses.bsd3; 76647 + hydraPlatforms = stdenv.lib.platforms.none; 76648 + broken = true; 76649 }) {}; 76650 76651 "enum-types" = callPackage ··· 76841 pname = "enummapset"; 76842 version = "0.6.0.1"; 76843 sha256 = "0nljpb5fxk4piwl5mh1v23ps9bzhxxcybfhd8mmb66k20gxxxf7q"; 76844 + libraryHaskellDepends = [ base containers deepseq semigroups ]; 76845 + testHaskellDepends = [ 76846 + array base containers deepseq ghc-prim HUnit QuickCheck semigroups 76847 + test-framework test-framework-hunit test-framework-quickcheck2 76848 + ]; 76849 + description = "IntMap and IntSet with Enum keys/elements"; 76850 + license = stdenv.lib.licenses.bsd3; 76851 + hydraPlatforms = stdenv.lib.platforms.none; 76852 + broken = true; 76853 + }) {}; 76854 + 76855 + "enummapset_0_6_0_2" = callPackage 76856 + ({ mkDerivation, array, base, containers, deepseq, ghc-prim, HUnit 76857 + , QuickCheck, semigroups, test-framework, test-framework-hunit 76858 + , test-framework-quickcheck2 76859 + }: 76860 + mkDerivation { 76861 + pname = "enummapset"; 76862 + version = "0.6.0.2"; 76863 + sha256 = "0476rzarcfpp4qm4qsz6wdnhr11nlfhqgrnbni591kbmngqlld1v"; 76864 libraryHaskellDepends = [ base containers deepseq semigroups ]; 76865 testHaskellDepends = [ 76866 array base containers deepseq ghc-prim HUnit QuickCheck semigroups ··· 79673 pname = "explicit-constraint-lens"; 79674 version = "0.1.0.0"; 79675 sha256 = "181frvmgv65rcjpiya4gswvpq9ahz97c8lalhgmwknx9jx5nqd98"; 79676 + revision = "1"; 79677 + editedCabalFile = "06mj6zxj1l439g6l5ibrxbsr6ff2c199i3dlf0k1yxjck1dfblv4"; 79678 libraryHaskellDepends = [ base ]; 79679 testHaskellDepends = [ base tasty tasty-hunit ]; 79680 description = "Fully-flexible polymorphic lenses, without any bizarre profunctors"; ··· 79966 }) {}; 79967 79968 "extensible" = callPackage 79969 + ({ mkDerivation, aeson, barbies, base, bytestring, cassava, comonad 79970 , constraints, deepseq, exceptions, ghc-prim, hashable, lens 79971 , membership, monad-skeleton, mtl, prettyprinter, primitive 79972 , profunctors, QuickCheck, resourcet, StateVar, tagged ··· 79975 }: 79976 mkDerivation { 79977 pname = "extensible"; 79978 + version = "0.6"; 79979 + sha256 = "14cqsg4lamnhbdccdc0wfwzjzkpj93g92s93wmpg4214ykvr2gvf"; 79980 libraryHaskellDepends = [ 79981 + aeson barbies base bytestring cassava comonad constraints deepseq 79982 exceptions ghc-prim hashable membership monad-skeleton mtl 79983 prettyprinter primitive profunctors QuickCheck resourcet StateVar 79984 tagged template-haskell text th-lift transformers ··· 80032 }) {}; 80033 80034 "extensible-effects-concurrent" = callPackage 80035 + ({ mkDerivation, async, base, containers, data-default, deepseq 80036 + , directory, exceptions, extensible-effects, filepath, hashable 80037 + , hostname, HUnit, lens, monad-control, mtl, network, pretty-types 80038 + , QuickCheck, safe-exceptions, stm, tasty, tasty-discover 80039 + , tasty-hunit, text, time, transformers-base 80040 }: 80041 mkDerivation { 80042 pname = "extensible-effects-concurrent"; 80043 + version = "0.32.0"; 80044 + sha256 = "1zipam9jac1bj4fkzihgh0hasiwgpycidhvxb0b2b0q7ic18487a"; 80045 isLibrary = true; 80046 isExecutable = true; 80047 libraryHaskellDepends = [ 80048 + async base containers data-default deepseq directory exceptions 80049 + extensible-effects filepath hashable hostname lens monad-control 80050 + mtl network pretty-types safe-exceptions stm text time 80051 + transformers-base 80052 ]; 80053 executableHaskellDepends = [ 80054 + base data-default deepseq extensible-effects lens pretty-types text 80055 ]; 80056 testHaskellDepends = [ 80057 async base containers data-default deepseq extensible-effects 80058 + filepath hostname HUnit lens monad-control pretty-types QuickCheck 80059 + stm tasty tasty-discover tasty-hunit text time 80060 ]; 80061 testToolDepends = [ tasty-discover ]; 80062 description = "Message passing concurrency as extensible-effect"; ··· 80236 broken = true; 80237 }) {}; 80238 80239 + "f-algebra-gen" = callPackage 80240 + ({ mkDerivation, base, template-haskell }: 80241 + mkDerivation { 80242 + pname = "f-algebra-gen"; 80243 + version = "0.1.0.2"; 80244 + sha256 = "1vxhfr4wqm2bclnq15lp4q496w3916ll9chj6mcqbn0r64bmmkn8"; 80245 + libraryHaskellDepends = [ base template-haskell ]; 80246 + description = "Generate a special f-algebra combinator from any data type"; 80247 + license = stdenv.lib.licenses.mit; 80248 + }) {}; 80249 + 80250 "f-ree-hack-cheats-free-v-bucks-generator" = callPackage 80251 ({ mkDerivation, base }: 80252 mkDerivation { ··· 80555 ({ mkDerivation, base, containers, hspec, mtl, QuickCheck }: 80556 mkDerivation { 80557 pname = "fakefs"; 80558 + version = "0.2.0.1"; 80559 + sha256 = "0szdjrc4m87h9dsb7qg5rpp5avnyzv47mymyihgvmxc22wiyf1c1"; 80560 libraryHaskellDepends = [ base containers mtl ]; 80561 testHaskellDepends = [ base containers hspec QuickCheck ]; 80562 description = "Extensible fake file system for testing"; ··· 81642 pname = "fedora-haskell-tools"; 81643 version = "0.8"; 81644 sha256 = "03wk335dpkbcdgxqsjiavnqc43jkw8gh7y41dyfwivwd9mr32y2w"; 81645 + revision = "1"; 81646 + editedCabalFile = "06xak96g91krd45kvz1nscnfn4rw9gdj5xxwn8simb2vmqiy6f94"; 81647 isLibrary = false; 81648 isExecutable = true; 81649 executableHaskellDepends = [ ··· 81742 license = stdenv.lib.licenses.bsd3; 81743 }) {}; 81744 81745 + "feed_1_2_0_0" = callPackage 81746 ({ mkDerivation, base, base-compat, bytestring, HUnit 81747 , markdown-unlit, old-locale, old-time, safe, test-framework 81748 , test-framework-hunit, text, time, time-locale-compat, utf8-string ··· 81750 }: 81751 mkDerivation { 81752 pname = "feed"; 81753 + version = "1.2.0.0"; 81754 + sha256 = "0cakrlq1ra2gwyqmdhss4clkj0xxrwy3pc4xjzgqz4w3yd1czjg7"; 81755 enableSeparateDataOutput = true; 81756 libraryHaskellDepends = [ 81757 base base-compat bytestring old-locale old-time safe text time ··· 83942 }) {}; 83943 83944 "flags-applicative" = callPackage 83945 + ({ mkDerivation, base, casing, containers, hspec, mtl, network 83946 + , text 83947 + }: 83948 mkDerivation { 83949 pname = "flags-applicative"; 83950 + version = "0.1.0.1"; 83951 + sha256 = "1pamcfv5g6d42ksq10af0l2a6k8y997zx3y4pvf5gcy5hlxr2gwv"; 83952 + libraryHaskellDepends = [ 83953 + base casing containers mtl network text 83954 + ]; 83955 + testHaskellDepends = [ base containers hspec text ]; 83956 description = "Applicative flag parsing"; 83957 license = stdenv.lib.licenses.bsd3; 83958 }) {}; ··· 84899 ]; 84900 description = "A new formatting library"; 84901 license = stdenv.lib.licenses.bsd3; 84902 + }) {}; 84903 + 84904 + "fmt-for-rio" = callPackage 84905 + ({ mkDerivation, base, enum-text-rio }: 84906 + mkDerivation { 84907 + pname = "fmt-for-rio"; 84908 + version = "1.0.0.0"; 84909 + sha256 = "0hxf1cgch4l5vwnsg4449ing3qi40kpfcwjg4l807sw0b18ccwar"; 84910 + libraryHaskellDepends = [ base enum-text-rio ]; 84911 + description = "Adaptor for getting fmt to work with rio"; 84912 + license = stdenv.lib.licenses.bsd3; 84913 + hydraPlatforms = stdenv.lib.platforms.none; 84914 + broken = true; 84915 }) {}; 84916 84917 "fmt-terminal-colors" = callPackage ··· 85986 license = stdenv.lib.licenses.bsd3; 85987 }) {}; 85988 85989 + "foundation_0_0_24" = callPackage 85990 + ({ mkDerivation, base, basement, gauge, ghc-prim }: 85991 + mkDerivation { 85992 + pname = "foundation"; 85993 + version = "0.0.24"; 85994 + sha256 = "1yygliyg5dh06n7iyyrvy4iz2328hgb5igjp832wxrfa529pwqdk"; 85995 + libraryHaskellDepends = [ base basement ghc-prim ]; 85996 + testHaskellDepends = [ base basement ]; 85997 + benchmarkHaskellDepends = [ base basement gauge ]; 85998 + description = "Alternative prelude with batteries and no dependencies"; 85999 + license = stdenv.lib.licenses.bsd3; 86000 + hydraPlatforms = stdenv.lib.platforms.none; 86001 + }) {}; 86002 + 86003 "foundation-edge" = callPackage 86004 ({ mkDerivation, bytestring, foundation, text }: 86005 mkDerivation { ··· 86603 pname = "free-vector-spaces"; 86604 version = "0.1.5.0"; 86605 sha256 = "0rf6yhjcd2x4yj2jvyl6yc8x55a2hqhj5mxzg4f24734agh720z1"; 86606 + revision = "3"; 86607 + editedCabalFile = "09jy8kj31p6b4pmzry6glq7climw6pmpph23byhijs82a7yl609w"; 86608 libraryHaskellDepends = [ 86609 base lens linear MemoTrie pragmatic-show vector vector-space 86610 ]; ··· 87954 ({ mkDerivation, base, bifunctors, comonad, constraints, containers 87955 , dependent-sum, deriving-compat, free, hedgehog, kan-extensions 87956 , mmorph, mtl, natural-transformation, nonempty-containers, pointed 87957 + , profunctors, semigroupoids, tagged, tasty, tasty-hedgehog, these 87958 + , transformers, trivial-constraint, vinyl 87959 }: 87960 mkDerivation { 87961 pname = "functor-combinators"; 87962 + version = "0.1.1.1"; 87963 + sha256 = "1bs1xqlndbzi91z9048clmgmgkjyyrkgcmz6s864villy0s9h90c"; 87964 libraryHaskellDepends = [ 87965 base bifunctors comonad constraints containers deriving-compat free 87966 kan-extensions mmorph mtl natural-transformation 87967 + nonempty-containers pointed profunctors semigroupoids tagged these 87968 + transformers trivial-constraint vinyl 87969 ]; 87970 testHaskellDepends = [ 87971 base bifunctors dependent-sum free hedgehog nonempty-containers 87972 + semigroupoids tasty tasty-hedgehog transformers 87973 ]; 87974 description = "Tools for functor combinator-based program design"; 87975 license = stdenv.lib.licenses.bsd3; ··· 88216 ({ mkDerivation, base }: 88217 mkDerivation { 88218 pname = "funspection"; 88219 + version = "1.0.0.0"; 88220 + sha256 = "0jbzvn06d5kfyiav3fjd6k8sk8dy00pwk2g711nrbmlrljbw7f39"; 88221 libraryHaskellDepends = [ base ]; 88222 description = "Type-level function utilities"; 88223 license = stdenv.lib.licenses.bsd3; ··· 88237 license = stdenv.lib.licenses.bsd3; 88238 }) {}; 88239 88240 + "fused-effects_0_5_0_0" = callPackage 88241 ({ mkDerivation, base, criterion, deepseq, doctest, hspec 88242 , inspection-testing, MonadRandom, QuickCheck, random, transformers 88243 , unliftio-core 88244 }: 88245 mkDerivation { 88246 pname = "fused-effects"; 88247 + version = "0.5.0.0"; 88248 + sha256 = "1s1jvxdmwnjyxcx7zhspv1qkfy1dvcj0c92az2njqjibldbvqsa4"; 88249 libraryHaskellDepends = [ 88250 base deepseq MonadRandom random transformers unliftio-core 88251 ]; ··· 88264 }: 88265 mkDerivation { 88266 pname = "fused-effects-exceptions"; 88267 + version = "0.2.0.0"; 88268 + sha256 = "1hgvl48vdrgcb45izmwad40x5jgxiaf3rdhhm5x0gjd9848drmbb"; 88269 libraryHaskellDepends = [ 88270 base fused-effects safe-exceptions unliftio-core 88271 ]; ··· 88476 license = stdenv.lib.licenses.bsd3; 88477 }) {}; 88478 88479 + "fuzzyset_0_1_1" = callPackage 88480 + ({ mkDerivation, base, base-unicode-symbols, data-default, hspec 88481 + , ieee754, lens, text, text-metrics, unordered-containers, vector 88482 + }: 88483 + mkDerivation { 88484 + pname = "fuzzyset"; 88485 + version = "0.1.1"; 88486 + sha256 = "1r23xp3c4f1y0kx0kcg4z83rfxl6swciysb3cy7z6yv35fs8bs4q"; 88487 + libraryHaskellDepends = [ 88488 + base base-unicode-symbols data-default lens text text-metrics 88489 + unordered-containers vector 88490 + ]; 88491 + testHaskellDepends = [ 88492 + base base-unicode-symbols hspec ieee754 lens text 88493 + unordered-containers 88494 + ]; 88495 + description = "Fuzzy set for approximate string matching"; 88496 + license = stdenv.lib.licenses.bsd3; 88497 + hydraPlatforms = stdenv.lib.platforms.none; 88498 + }) {}; 88499 + 88500 "fuzzytime" = callPackage 88501 ({ mkDerivation, base, cmdargs, directory, old-time, process }: 88502 mkDerivation { ··· 88690 88691 "galois-field" = callPackage 88692 ({ mkDerivation, base, criterion, integer-gmp, MonadRandom 88693 + , protolude, tasty, tasty-quickcheck, wl-pprint-text 88694 }: 88695 mkDerivation { 88696 pname = "galois-field"; 88697 + version = "0.3.0"; 88698 + sha256 = "0c4n37rf6kfpyxdmqk4hdgmjc8fvxwynq0izgrhrqinv4z4l97v7"; 88699 libraryHaskellDepends = [ 88700 base integer-gmp MonadRandom protolude tasty-quickcheck 88701 wl-pprint-text 88702 ]; 88703 testHaskellDepends = [ 88704 + base integer-gmp MonadRandom protolude tasty tasty-quickcheck 88705 + wl-pprint-text 88706 ]; 88707 benchmarkHaskellDepends = [ 88708 base criterion integer-gmp MonadRandom protolude tasty-quickcheck 88709 wl-pprint-text ··· 88761 executableHaskellDepends = [ base cairo containers glib gtk time ]; 88762 description = "Game clock that shows two analog clock faces"; 88763 license = "GPL"; 88764 + hydraPlatforms = stdenv.lib.platforms.none; 88765 + broken = true; 88766 + }) {}; 88767 + 88768 + "gamgee" = callPackage 88769 + ({ mkDerivation, aeson, base, base64-bytestring, bytestring 88770 + , cryptonite, directory, filepath, Hclip, memory 88771 + , optparse-applicative, polysemy, QuickCheck, quickcheck-instances 88772 + , relude, safe-exceptions, tasty, tasty-golden, tasty-quickcheck 88773 + , text, time, unix 88774 + }: 88775 + mkDerivation { 88776 + pname = "gamgee"; 88777 + version = "1.1.0"; 88778 + sha256 = "0ip6y8l2dmw15494d77s771aqmn7awrqnlmbcc7dd2lqwq5s5wgr"; 88779 + revision = "1"; 88780 + editedCabalFile = "1lg04ps7m85x4py844vcc53a3r6ijaqzjrggrwp53iv2ga1m88sr"; 88781 + isLibrary = true; 88782 + isExecutable = true; 88783 + libraryHaskellDepends = [ 88784 + aeson base base64-bytestring bytestring cryptonite memory polysemy 88785 + relude safe-exceptions text time 88786 + ]; 88787 + executableHaskellDepends = [ 88788 + aeson base directory filepath Hclip optparse-applicative polysemy 88789 + relude safe-exceptions text time unix 88790 + ]; 88791 + testHaskellDepends = [ 88792 + aeson base bytestring cryptonite filepath memory polysemy 88793 + QuickCheck quickcheck-instances relude tasty tasty-golden 88794 + tasty-quickcheck text time 88795 + ]; 88796 + description = "Tool for generating TOTP MFA tokens"; 88797 + license = stdenv.lib.licenses.mpl20; 88798 hydraPlatforms = stdenv.lib.platforms.none; 88799 broken = true; 88800 }) {}; ··· 90036 license = stdenv.lib.licenses.mit; 90037 }) {}; 90038 90039 + "generics-mrsop_2_1_0" = callPackage 90040 ({ mkDerivation, base, containers, mtl, template-haskell }: 90041 mkDerivation { 90042 pname = "generics-mrsop"; 90043 + version = "2.1.0"; 90044 + sha256 = "1ynzwpwry6fqzjmz3n0iwdp5ra3c402jg1g8sdf7vbpaw9ilyrng"; 90045 libraryHaskellDepends = [ base containers mtl template-haskell ]; 90046 description = "Generic Programming with Mutually Recursive Sums of Products"; 90047 license = stdenv.lib.licenses.mit; ··· 91672 91673 "ghc-heap-view" = callPackage 91674 ({ mkDerivation, base, binary, bytestring, Cabal, containers 91675 + , deepseq, filepath, ghc-heap, template-haskell, transformers 91676 }: 91677 mkDerivation { 91678 pname = "ghc-heap-view"; 91679 + version = "0.6.0"; 91680 + sha256 = "1j2ygig1m7xq1y5gsaaxbgywv382yzlp1nbf3cp98yias0s61vcr"; 91681 enableSeparateDataOutput = true; 91682 setupHaskellDepends = [ base Cabal filepath ]; 91683 libraryHaskellDepends = [ 91684 + base binary bytestring containers ghc-heap template-haskell 91685 + transformers 91686 ]; 91687 testHaskellDepends = [ base deepseq ]; 91688 description = "Extract the heap representation of Haskell values and thunks"; ··· 91783 }: 91784 mkDerivation { 91785 pname = "ghc-lib"; 91786 + version = "8.8.0.20190723"; 91787 + sha256 = "161qmm41vayks22vxbji436by1rfbx0x5m2zm4cc11pjcjrd4p63"; 91788 isLibrary = true; 91789 isExecutable = true; 91790 enableSeparateDataOutput = true; ··· 91808 }: 91809 mkDerivation { 91810 pname = "ghc-lib-parser"; 91811 + version = "8.8.0.20190723"; 91812 + sha256 = "0szrv98h2c1db3400cbb7vbhqnwagqncgpllzd9jiw74rq6y8mjq"; 91813 enableSeparateDataOutput = true; 91814 libraryHaskellDepends = [ 91815 array base binary bytestring containers deepseq directory filepath ··· 92164 broken = true; 92165 }) {}; 92166 92167 + "ghc-source-gen" = callPackage 92168 + ({ mkDerivation, base, ghc, ghc-paths, tasty, tasty-hunit }: 92169 + mkDerivation { 92170 + pname = "ghc-source-gen"; 92171 + version = "0.1.0.0"; 92172 + sha256 = "0sw62jjbd7h9i96hn0srl9m8p0qip6hnm1am6if7snqdm5b4ki3k"; 92173 + libraryHaskellDepends = [ base ghc ]; 92174 + testHaskellDepends = [ base ghc ghc-paths tasty tasty-hunit ]; 92175 + description = "Constructs Haskell syntax trees for the GHC API"; 92176 + license = stdenv.lib.licenses.bsd3; 92177 + }) {}; 92178 + 92179 "ghc-srcspan-plugin" = callPackage 92180 ({ mkDerivation, array, base, containers, ghc, hpc }: 92181 mkDerivation { ··· 92483 testHaskellDepends = [ base doctest QuickCheck ]; 92484 description = "GHCi as a Hex Calculator interactive"; 92485 license = stdenv.lib.licenses.bsd3; 92486 + }) {}; 92487 + 92488 + "ghci-hexcalc_0_1_1_0" = callPackage 92489 + ({ mkDerivation, base, binary, doctest, QuickCheck }: 92490 + mkDerivation { 92491 + pname = "ghci-hexcalc"; 92492 + version = "0.1.1.0"; 92493 + sha256 = "1kjkx8w1rq1fkzl0ffvp71xjb2q5pmlgnm19g0avim7isrjy87kh"; 92494 + libraryHaskellDepends = [ base binary ]; 92495 + testHaskellDepends = [ base binary doctest QuickCheck ]; 92496 + description = "GHCi as a Hex Calculator interactive"; 92497 + license = stdenv.lib.licenses.bsd3; 92498 + hydraPlatforms = stdenv.lib.platforms.none; 92499 }) {}; 92500 92501 "ghci-history-parser" = callPackage ··· 92559 license = stdenv.lib.licenses.mit; 92560 }) {}; 92561 92562 + "ghci-websockets" = callPackage 92563 + ({ mkDerivation, aeson, base, bytestring, containers, foreign-store 92564 + , text, wai, wai-app-static, warp, websockets 92565 + }: 92566 + mkDerivation { 92567 + pname = "ghci-websockets"; 92568 + version = "0.0.2"; 92569 + sha256 = "0x3hwgsihsr780hxsmjbxhxlw98rv1aws30myh117l7gjmj5lvzg"; 92570 + libraryHaskellDepends = [ 92571 + aeson base bytestring containers foreign-store text wai 92572 + wai-app-static warp websockets 92573 + ]; 92574 + description = "A websocket server that survives GHCi reloads"; 92575 + license = stdenv.lib.licenses.bsd3; 92576 + }) {}; 92577 + 92578 "ghcid" = callPackage 92579 ({ mkDerivation, ansi-terminal, base, cmdargs, containers 92580 , directory, extra, filepath, fsnotify, process, tasty, tasty-hunit ··· 92915 broken = true; 92916 }) {}; 92917 92918 + "ghcprofview" = callPackage 92919 + ({ mkDerivation, aeson, base, containers, ghc-prof, gi-gtk 92920 + , haskell-gi-base, regex-tdfa, regex-tdfa-text, scientific, text 92921 + }: 92922 + mkDerivation { 92923 + pname = "ghcprofview"; 92924 + version = "0.1.0.0"; 92925 + sha256 = "103186dik439sdzz1w6dr98s1sfghjxdkp51mh18wrcwdbdb9r3a"; 92926 + isLibrary = false; 92927 + isExecutable = true; 92928 + executableHaskellDepends = [ 92929 + aeson base containers ghc-prof gi-gtk haskell-gi-base regex-tdfa 92930 + regex-tdfa-text scientific text 92931 + ]; 92932 + description = "GHC .prof files viewer"; 92933 + license = stdenv.lib.licenses.bsd3; 92934 + hydraPlatforms = stdenv.lib.platforms.none; 92935 + broken = true; 92936 + }) {}; 92937 + 92938 "ghczdecode" = callPackage 92939 ({ mkDerivation, base, zenc }: 92940 mkDerivation { ··· 93600 libraryPkgconfigDepends = [ gtk3 ]; 93601 description = "Gtk bindings"; 93602 license = stdenv.lib.licenses.lgpl21; 93603 + hydraPlatforms = stdenv.lib.platforms.none; 93604 + broken = true; 93605 }) {inherit (pkgs) gtk3;}; 93606 93607 "gi-gtk_3_0_31" = callPackage ··· 93627 description = "Gtk bindings"; 93628 license = stdenv.lib.licenses.lgpl21; 93629 hydraPlatforms = stdenv.lib.platforms.none; 93630 + broken = true; 93631 }) {inherit (pkgs) gtk3;}; 93632 93633 "gi-gtk-declarative" = callPackage 93634 + ({ mkDerivation, async, base, data-default-class, gi-gdk, gi-glib 93635 + , gi-gobject, gi-gtk, haskell-gi, haskell-gi-base 93636 + , haskell-gi-overloading, hedgehog, mtl, safe-exceptions, stm, text 93637 + , unordered-containers, vector 93638 }: 93639 mkDerivation { 93640 pname = "gi-gtk-declarative"; 93641 + version = "0.5.0"; 93642 + sha256 = "0nhacfja1wrz0sa5pbz069sbpyzp8jnlrp078gg9gydwhlmh2k2h"; 93643 libraryHaskellDepends = [ 93644 + base data-default-class gi-glib gi-gobject gi-gtk haskell-gi 93645 + haskell-gi-base haskell-gi-overloading mtl text 93646 + unordered-containers vector 93647 ]; 93648 + testHaskellDepends = [ 93649 + async base gi-gdk gi-glib gi-gobject gi-gtk hedgehog 93650 + safe-exceptions stm text unordered-containers vector 93651 ]; 93652 description = "Declarative GTK+ programming in Haskell"; 93653 license = stdenv.lib.licenses.mpl20; 93654 + hydraPlatforms = stdenv.lib.platforms.none; 93655 + broken = true; 93656 }) {}; 93657 93658 "gi-gtk-declarative-app-simple" = callPackage ··· 93662 }: 93663 mkDerivation { 93664 pname = "gi-gtk-declarative-app-simple"; 93665 + version = "0.5.0"; 93666 + sha256 = "0vl9gqgdbqr4hipr7ka01hyvyz9n8by0ry890w4n2c5w9rghgvva"; 93667 libraryHaskellDepends = [ 93668 async base gi-gdk gi-glib gi-gobject gi-gtk gi-gtk-declarative 93669 haskell-gi haskell-gi-base haskell-gi-overloading pipes ··· 93671 ]; 93672 description = "Declarative GTK+ programming in Haskell in the style of Pux"; 93673 license = stdenv.lib.licenses.mpl20; 93674 + hydraPlatforms = stdenv.lib.platforms.none; 93675 + broken = true; 93676 }) {}; 93677 93678 "gi-gtk-hs" = callPackage ··· 93690 ]; 93691 description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top"; 93692 license = stdenv.lib.licenses.lgpl21; 93693 + hydraPlatforms = stdenv.lib.platforms.none; 93694 + broken = true; 93695 }) {}; 93696 93697 "gi-gtk-hs_0_3_7_0" = callPackage ··· 93710 description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top"; 93711 license = stdenv.lib.licenses.lgpl21; 93712 hydraPlatforms = stdenv.lib.platforms.none; 93713 + broken = true; 93714 }) {}; 93715 93716 "gi-gtkosxapplication" = callPackage ··· 93722 pname = "gi-gtkosxapplication"; 93723 version = "2.0.16"; 93724 sha256 = "11wfmvjgl6lmmdanz5jmmvf4289c9jiylxfn006shc4pby7ay6i8"; 93725 + revision = "1"; 93726 + editedCabalFile = "1fixrfjmqqrik38fl90h4f3lh34g6zilscibq9r9x1j8d33qmin4"; 93727 setupHaskellDepends = [ base Cabal haskell-gi ]; 93728 libraryHaskellDepends = [ 93729 base bytestring containers gi-gdkpixbuf gi-gobject gi-gtk ··· 93757 doHaddock = false; 93758 description = "GtkSource bindings"; 93759 license = stdenv.lib.licenses.lgpl21; 93760 + hydraPlatforms = stdenv.lib.platforms.none; 93761 + broken = true; 93762 }) {inherit (pkgs) gtksourceview3;}; 93763 93764 "gi-gtksource_3_0_21" = callPackage ··· 93784 description = "GtkSource bindings"; 93785 license = stdenv.lib.licenses.lgpl21; 93786 hydraPlatforms = stdenv.lib.platforms.none; 93787 + broken = true; 93788 }) {inherit (pkgs) gtksourceview3;}; 93789 93790 "gi-handy" = callPackage ··· 94064 libraryPkgconfigDepends = [ vte_291 ]; 94065 description = "Vte bindings"; 94066 license = stdenv.lib.licenses.lgpl21; 94067 + hydraPlatforms = stdenv.lib.platforms.none; 94068 + broken = true; 94069 }) {vte_291 = pkgs.vte;}; 94070 94071 "gi-vte_2_91_24" = callPackage ··· 94091 description = "Vte bindings"; 94092 license = stdenv.lib.licenses.lgpl21; 94093 hydraPlatforms = stdenv.lib.platforms.none; 94094 + broken = true; 94095 }) {vte_291 = pkgs.vte;}; 94096 94097 "gi-webkit" = callPackage ··· 94475 }: 94476 mkDerivation { 94477 pname = "git-annex"; 94478 + version = "7.20190730"; 94479 + sha256 = "16mya2dm7q9ggdmwyszri85qnnxf0l71xnn8khnxl5fqrh2zvsjg"; 94480 configureFlags = [ 94481 "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" 94482 "-f-networkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" ··· 95272 }: 95273 mkDerivation { 95274 pname = "gitlab-haskell"; 95275 + version = "0.1.0.2"; 95276 + sha256 = "16dj3m038fgxf8w69g8qldnsk2xrk83lkkgdapwv7qz9c9jd0nh1"; 95277 libraryHaskellDepends = [ 95278 aeson base bytestring connection http-conduit http-types text 95279 transformers unliftio unliftio-core ··· 100441 }) {}; 100442 100443 "graphql" = callPackage 100444 + ({ mkDerivation, aeson, base, hspec, hspec-expectations, megaparsec 100445 + , raw-strings-qq, text, transformers, unordered-containers 100446 + }: 100447 mkDerivation { 100448 pname = "graphql"; 100449 + version = "0.4.0.0"; 100450 + sha256 = "03y8wn0a1zbrsl3i5g5zy5awmlgsncnksskd4gcx8wzfl14120g0"; 100451 enableSeparateDataOutput = true; 100452 + libraryHaskellDepends = [ 100453 + aeson base megaparsec text transformers unordered-containers 100454 + ]; 100455 + testHaskellDepends = [ 100456 + aeson base hspec hspec-expectations megaparsec raw-strings-qq text 100457 + transformers 100458 + ]; 100459 description = "Haskell GraphQL implementation"; 100460 license = stdenv.lib.licenses.bsd3; 100461 }) {}; ··· 101824 libraryHaskellDepends = [ base gi-gdk gi-gtk text transformers ]; 101825 description = "Libary for creating strut windows with gi-gtk"; 101826 license = stdenv.lib.licenses.bsd3; 101827 + hydraPlatforms = stdenv.lib.platforms.none; 101828 + broken = true; 101829 }) {}; 101830 101831 "gtk-toggle-button-list" = callPackage ··· 105710 broken = true; 105711 }) {}; 105712 105713 + "hapistrano_0_3_9_3" = callPackage 105714 + ({ mkDerivation, aeson, async, base, directory, filepath 105715 + , formatting, gitrev, hspec, mtl, optparse-applicative, path 105716 + , path-io, process, QuickCheck, silently, stm, temporary, time 105717 + , transformers, typed-process, yaml 105718 + }: 105719 + mkDerivation { 105720 + pname = "hapistrano"; 105721 + version = "0.3.9.3"; 105722 + sha256 = "1kp2gdr0xjzr0qi584lqiqh7hjk8vymz04af2zcgdhbw68brj2cx"; 105723 + isLibrary = true; 105724 + isExecutable = true; 105725 + enableSeparateDataOutput = true; 105726 + libraryHaskellDepends = [ 105727 + aeson base filepath formatting gitrev mtl path process stm time 105728 + transformers typed-process 105729 + ]; 105730 + executableHaskellDepends = [ 105731 + aeson async base formatting gitrev optparse-applicative path 105732 + path-io stm yaml 105733 + ]; 105734 + testHaskellDepends = [ 105735 + base directory filepath hspec mtl path path-io process QuickCheck 105736 + silently temporary 105737 + ]; 105738 + description = "A deployment library for Haskell applications"; 105739 + license = stdenv.lib.licenses.mit; 105740 + hydraPlatforms = stdenv.lib.platforms.none; 105741 + broken = true; 105742 + }) {}; 105743 + 105744 "happindicator" = callPackage 105745 ({ mkDerivation, array, base, bytestring, containers, glib, gtk 105746 , gtk2hs-buildtools, libappindicator-gtk2, mtl ··· 106702 broken = true; 106703 }) {}; 106704 106705 + "harg" = callPackage 106706 + ({ mkDerivation, aeson, barbies, base, bytestring, directory 106707 + , higgledy, markdown-unlit, optparse-applicative, text, yaml 106708 + }: 106709 + mkDerivation { 106710 + pname = "harg"; 106711 + version = "0.1.0.1"; 106712 + sha256 = "11qkyx9axd8vybkb1kq7vs5v5xf594wgkbpbfpvj0hah7iw9wb95"; 106713 + libraryHaskellDepends = [ 106714 + aeson barbies base bytestring directory higgledy 106715 + optparse-applicative text yaml 106716 + ]; 106717 + testHaskellDepends = [ 106718 + aeson barbies base higgledy optparse-applicative 106719 + ]; 106720 + testToolDepends = [ markdown-unlit ]; 106721 + description = "Haskell program configuration from multiple sources"; 106722 + license = stdenv.lib.licenses.bsd3; 106723 + hydraPlatforms = stdenv.lib.platforms.none; 106724 + broken = true; 106725 + }) {}; 106726 + 106727 "hark" = callPackage 106728 ({ mkDerivation, base, bytestring, directory, filepath, haskell98 106729 , mtl, old-locale, old-time, regex-pcre ··· 106895 pname = "hasbolt"; 106896 version = "0.1.3.3"; 106897 sha256 = "1l1p9iz9k8i1car5cd6cfd2bpidkrfbr2354hxvg8gpnw1i5jsbb"; 106898 + revision = "1"; 106899 + editedCabalFile = "0v4ksld4qs1ll5a5c6x5kvrcb584yskhbda7zv9r9lrqvcsjwg5i"; 106900 libraryHaskellDepends = [ 106901 base binary bytestring connection containers data-binary-ieee754 106902 data-default network text transformers ··· 106916 }: 106917 mkDerivation { 106918 pname = "hasbolt-extras"; 106919 + version = "0.0.0.19"; 106920 + sha256 = "11g6rlgyxi57bvmr862ly7yfwiiph1kckr056b5khz8v8k6fhhpv"; 106921 isLibrary = true; 106922 isExecutable = true; 106923 libraryHaskellDepends = [ ··· 107910 doHaddock = false; 107911 description = "Cabal package script generator for Travis-CI"; 107912 license = stdenv.lib.licenses.bsd3; 107913 + maintainers = with stdenv.lib.maintainers; [ peti ]; 107914 }) {}; 107915 107916 "haskell-cnc" = callPackage ··· 107975 }: 107976 mkDerivation { 107977 pname = "haskell-conll"; 107978 + version = "0.1.0.2"; 107979 + sha256 = "05w90jlidxr55r5j1hihfhdcwjkzw85xipwxdd3i6kmskin2pv1v"; 107980 libraryHaskellDepends = [ 107981 base containers lens pretty-show protolude split text 107982 ]; 107983 description = "Core Types for NLP"; 107984 + license = stdenv.lib.licenses.mit; 107985 hydraPlatforms = stdenv.lib.platforms.none; 107986 broken = true; 107987 }) {}; ··· 110275 ({ mkDerivation, base }: 110276 mkDerivation { 110277 pname = "haskeme"; 110278 + version = "0.1.0.4"; 110279 + sha256 = "0lis0ni0l52x691adm2da7mzjam4g414gc0d0i9f6i050ra02g3j"; 110280 isLibrary = true; 110281 isExecutable = true; 110282 libraryHaskellDepends = [ base ]; ··· 110654 , haskoin-node, hspec, hspec-discover, http-types, monad-logger 110655 , mtl, network, nqe, optparse-applicative, random, resourcet 110656 , rocksdb-haskell, rocksdb-query, scotty, string-conversions, text 110657 + , time, transformers, unliftio, unordered-containers, wai 110658 }: 110659 mkDerivation { 110660 pname = "haskoin-store"; 110661 + version = "0.16.6"; 110662 + sha256 = "03214p8xqf062grgpkbfchrm4awm0zrq41j77z8s31iin9d0qzp9"; 110663 isLibrary = true; 110664 isExecutable = true; 110665 libraryHaskellDepends = [ ··· 110667 hashable haskoin-core haskoin-node http-types monad-logger mtl 110668 network nqe random resourcet rocksdb-haskell rocksdb-query scotty 110669 string-conversions text time transformers unliftio 110670 + unordered-containers wai 110671 ]; 110672 executableHaskellDepends = [ 110673 aeson base bytestring cereal conduit containers data-default 110674 filepath hashable haskoin-core haskoin-node http-types monad-logger 110675 mtl network nqe optparse-applicative random resourcet 110676 rocksdb-haskell rocksdb-query scotty string-conversions text time 110677 + transformers unliftio unordered-containers wai 110678 ]; 110679 testHaskellDepends = [ 110680 aeson base bytestring cereal conduit containers data-default 110681 hashable haskoin-core haskoin-node hspec http-types monad-logger 110682 mtl network nqe random resourcet rocksdb-haskell rocksdb-query 110683 scotty string-conversions text time transformers unliftio 110684 + unordered-containers wai 110685 ]; 110686 testToolDepends = [ hspec-discover ]; 110687 description = "Storage and index for Bitcoin and Bitcoin Cash"; ··· 112258 }: 112259 mkDerivation { 112260 pname = "haven"; 112261 + version = "0.2.0.2"; 112262 + sha256 = "0n92h5gjy6ax0c5f2k80j21ymf741vzhsm1kdav86hphhxdlw8ng"; 112263 isLibrary = false; 112264 isExecutable = true; 112265 executableHaskellDepends = [ ··· 113918 }: 113919 mkDerivation { 113920 pname = "hedgehog-classes"; 113921 + version = "0.2.2"; 113922 + sha256 = "072w697nc7dv9yi700g5ap4h49ichpw1srzkq07sz637022l19wl"; 113923 libraryHaskellDepends = [ 113924 aeson base binary containers hedgehog pretty-show semirings 113925 silently transformers wl-pprint-annotated ··· 114035 license = stdenv.lib.licenses.bsd3; 114036 }) {}; 114037 114038 + "hedis_0_12_6" = callPackage 114039 ({ mkDerivation, async, base, bytestring, bytestring-lexing 114040 , deepseq, doctest, errors, HTTP, HUnit, mtl, network, network-uri 114041 , resource-pool, scanner, stm, test-framework, test-framework-hunit ··· 114043 }: 114044 mkDerivation { 114045 pname = "hedis"; 114046 + version = "0.12.6"; 114047 + sha256 = "1lx7lwh282ijp63yfy6ybb6zc5zil09abnrsbm052ghdlnz3sfk1"; 114048 libraryHaskellDepends = [ 114049 async base bytestring bytestring-lexing deepseq errors HTTP mtl 114050 network network-uri resource-pool scanner stm text time tls ··· 116214 pname = "hi-file-parser"; 116215 version = "0.1.0.0"; 116216 sha256 = "09gs26z0jvkkhb1r43gj27pq0k5fc4i6fpr59g397vz4sm86gb2l"; 116217 + revision = "2"; 116218 + editedCabalFile = "1bm98h0v4wf9vmdng15c2r48yz06118jxlprsnk0z3jw0d95ij9z"; 116219 libraryHaskellDepends = [ base binary bytestring rio vector ]; 116220 testHaskellDepends = [ base binary bytestring hspec rio vector ]; 116221 description = "Parser for GHC's hi files"; ··· 116433 }: 116434 mkDerivation { 116435 pname = "hierarchical-spectral-clustering"; 116436 + version = "0.4.1.1"; 116437 + sha256 = "0wi1yw0mhszalixay7sd1n7i8xjmb3m6v7h3kn09ih5vn3bxj26f"; 116438 isLibrary = true; 116439 isExecutable = true; 116440 libraryHaskellDepends = [ ··· 116758 pname = "hills"; 116759 version = "0.1.2.6"; 116760 sha256 = "0ggdppg7mbq3ljrb4hvracdv81m9jqnsrl6iqy56sba118k7m0jh"; 116761 + revision = "3"; 116762 + editedCabalFile = "10l4hx0j8il66h3m9flhwsqm9v52qmpj4cyjih4c6cnng6vjsfnj"; 116763 isLibrary = false; 116764 isExecutable = true; 116765 executableHaskellDepends = [ ··· 117569 }) {}; 117570 117571 "hit-on" = callPackage 117572 + ({ mkDerivation, ansi-terminal, base, base-noprelude, directory 117573 + , github, gitrev, hspec, optparse-applicative, process, relude 117574 + , shellmet, text, vector 117575 }: 117576 mkDerivation { 117577 pname = "hit-on"; 117578 + version = "0.1.0.0"; 117579 + sha256 = "13pxn9xqyfd5n53bl57bk0wc8qlnl5dsh1xq5y49arsnk2g86ir5"; 117580 isLibrary = true; 117581 isExecutable = true; 117582 libraryHaskellDepends = [ 117583 + ansi-terminal base-noprelude directory github gitrev 117584 + optparse-applicative process relude shellmet text vector 117585 ]; 117586 executableHaskellDepends = [ base ]; 117587 + testHaskellDepends = [ base github hspec text ]; 117588 description = "Haskell Git Helper Tool"; 117589 license = stdenv.lib.licenses.mpl20; 117590 hydraPlatforms = stdenv.lib.platforms.none; ··· 117719 pname = "hjsonschema"; 117720 version = "1.9.0"; 117721 sha256 = "051i5y557g82hd5zcn63f65jyxk07d9wnvfmwdps391zxza8ifki"; 117722 + revision = "2"; 117723 + editedCabalFile = "0110dyc8lbd8x0cbmxgwwbvzckxkfj84krd5p51p0jaixvrrl53r"; 117724 libraryHaskellDepends = [ 117725 aeson base bytestring containers file-embed filepath hashable 117726 hjsonpointer http-client http-client-tls http-types pcre-heavy ··· 117758 license = stdenv.lib.licenses.gpl3; 117759 }) {}; 117760 117761 + "hjugement-cli" = callPackage 117762 + ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring 117763 + , containers, cryptonite, deepseq, directory, filepath, ghc-prim 117764 + , hjugement, hjugement-protocol, lens-family-core, memory, pipes 117765 + , pipes-aeson, pipes-bytestring, pipes-group, pipes-parse 117766 + , pipes-safe, pipes-text, random, reflection, symantic-cli 117767 + , symantic-document, terminal-size, text, time, transformers, unix 117768 + , unordered-containers 117769 + }: 117770 + mkDerivation { 117771 + pname = "hjugement-cli"; 117772 + version = "0.0.0.20190721"; 117773 + sha256 = "1fgl9yjjmwd8y2hcmva0fh3d6qwvj8papdm0v50s85b9s8cwn6ll"; 117774 + isLibrary = false; 117775 + isExecutable = true; 117776 + executableHaskellDepends = [ 117777 + aeson base base64-bytestring binary bytestring containers 117778 + cryptonite deepseq directory filepath ghc-prim hjugement 117779 + hjugement-protocol lens-family-core memory pipes pipes-aeson 117780 + pipes-bytestring pipes-group pipes-parse pipes-safe pipes-text 117781 + random reflection symantic-cli symantic-document terminal-size text 117782 + time transformers unix unordered-containers 117783 + ]; 117784 + description = "Majority Judgment and Helios-C command line tool"; 117785 + license = stdenv.lib.licenses.gpl3; 117786 + hydraPlatforms = stdenv.lib.platforms.none; 117787 + broken = true; 117788 + }) {}; 117789 + 117790 "hjugement-protocol" = callPackage 117791 ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring 117792 , containers, criterion, cryptonite, deepseq, memory, QuickCheck ··· 117795 }: 117796 mkDerivation { 117797 pname = "hjugement-protocol"; 117798 + version = "0.0.4.20190711"; 117799 + sha256 = "0r4g8n1a8c0azdk307mq1q2dv1h4xf251fjrmldcws7b0vrla5ri"; 117800 libraryHaskellDepends = [ 117801 aeson base base64-bytestring binary bytestring containers 117802 cryptonite deepseq memory random reflection text transformers ··· 118113 pname = "hledger-iadd"; 118114 version = "1.3.9"; 118115 sha256 = "07g48w4099m4vm7z5hrg9zzd2v2yhy7kcv40902njz6v8cklgdgq"; 118116 + revision = "1"; 118117 + editedCabalFile = "18qjkl79gwmdgk6vl8cg3m94wm0qw30kxn4lvlnj9n6gnv2p0b3k"; 118118 isLibrary = true; 118119 isExecutable = true; 118120 libraryHaskellDepends = [ ··· 118386 }: 118387 mkDerivation { 118388 pname = "hlint"; 118389 + version = "2.2.2"; 118390 + sha256 = "1v10xcz4vdzk1a3gjlvqbdckldax2643sg7s3xkm3dnlj5hg05yp"; 118391 isLibrary = true; 118392 isExecutable = true; 118393 enableSeparateDataOutput = true; ··· 120357 }: 120358 mkDerivation { 120359 pname = "hoogle"; 120360 + version = "5.0.17.10"; 120361 + sha256 = "12s3n3l6lf2vwmh4jbxnra694fpnzjgd8c236pnan0jdcb6x82vl"; 120362 isLibrary = true; 120363 isExecutable = true; 120364 enableSeparateDataOutput = true; ··· 120786 }: 120787 mkDerivation { 120788 pname = "horname"; 120789 + version = "0.2.0.0"; 120790 + sha256 = "1qcvgjwasrgi760sv5rxl5klincgw34xczd3mqz32id183s57164"; 120791 isLibrary = true; 120792 isExecutable = true; 120793 libraryHaskellDepends = [ ··· 122608 broken = true; 122609 }) {}; 122610 122611 + "hs-rqlite" = callPackage 122612 + ({ mkDerivation, aeson, base, bifunctors, bytestring, containers 122613 + , HTTP, scientific, text, unordered-containers 122614 + }: 122615 + mkDerivation { 122616 + pname = "hs-rqlite"; 122617 + version = "0.1.0.0"; 122618 + sha256 = "04q9vnwil3f30972pljs613wq1kb71w61jivdyxxy9i14grfcxsq"; 122619 + libraryHaskellDepends = [ 122620 + aeson base bifunctors bytestring containers HTTP scientific text 122621 + unordered-containers 122622 + ]; 122623 + description = "A Haskell client for RQlite"; 122624 + license = stdenv.lib.licenses.bsd3; 122625 + }) {}; 122626 + 122627 "hs-rs-notify" = callPackage 122628 ({ mkDerivation, base, filepath, notifier, process, protolude, text 122629 , unix ··· 123882 broken = true; 123883 }) {}; 123884 123885 + "hsdev_0_3_3_2" = callPackage 123886 ({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec 123887 , base, bytestring, Cabal, containers, cpphs, data-default, deepseq 123888 , direct-sqlite, directory, exceptions, filepath, fsnotify, ghc ··· 123896 }: 123897 mkDerivation { 123898 pname = "hsdev"; 123899 + version = "0.3.3.2"; 123900 + sha256 = "1qx5ppj1l871pm9qhqwd4297p3cp0v0fv64fkw4cdbpjza798x1i"; 123901 isLibrary = true; 123902 isExecutable = true; 123903 libraryHaskellDepends = [ ··· 125392 license = stdenv.lib.licenses.bsd3; 125393 }) {}; 125394 125395 + "hspec-megaparsec_2_0_1" = callPackage 125396 + ({ mkDerivation, base, containers, hspec, hspec-expectations 125397 + , megaparsec 125398 + }: 125399 + mkDerivation { 125400 + pname = "hspec-megaparsec"; 125401 + version = "2.0.1"; 125402 + sha256 = "0w8nn2rh01lkiwsiyqh3gviklhfmy0245rakj94dmliyljw8skfg"; 125403 + libraryHaskellDepends = [ 125404 + base containers hspec-expectations megaparsec 125405 + ]; 125406 + testHaskellDepends = [ base hspec hspec-expectations megaparsec ]; 125407 + description = "Utility functions for testing Megaparsec parsers with Hspec"; 125408 + license = stdenv.lib.licenses.bsd3; 125409 + hydraPlatforms = stdenv.lib.platforms.none; 125410 + }) {}; 125411 + 125412 "hspec-meta" = callPackage 125413 ({ mkDerivation, ansi-terminal, array, base, call-stack, clock 125414 , deepseq, directory, filepath, hspec-expectations, HUnit ··· 126719 license = stdenv.lib.licenses.bsd3; 126720 }) {}; 126721 126722 + "htdp-image" = callPackage 126723 + ({ mkDerivation, AC-Angle, base, gloss, HUnit, test-framework 126724 + , test-framework-hunit 126725 + }: 126726 + mkDerivation { 126727 + pname = "htdp-image"; 126728 + version = "1.1.0.0"; 126729 + sha256 = "17123nqkg8yk0pssmshdza0ipc42rx818q9gidig1d1camiyrfl4"; 126730 + libraryHaskellDepends = [ AC-Angle base gloss ]; 126731 + testHaskellDepends = [ 126732 + base gloss HUnit test-framework test-framework-hunit 126733 + ]; 126734 + description = "Beginner friendly graphics library"; 126735 + license = stdenv.lib.licenses.bsd3; 126736 + }) {}; 126737 + 126738 "htestu" = callPackage 126739 ({ mkDerivation, base, gcc, random }: 126740 mkDerivation { ··· 127817 pname = "http-download"; 127818 version = "0.1.0.0"; 127819 sha256 = "0wip7l6cls734ag306s5l0683qqh273b3lk5ibig66racmysjqyb"; 127820 + revision = "4"; 127821 + editedCabalFile = "1s20zjh52whs6hfhr90zyyy7g78zv1pw9hry1nwlzdv4hg97cbdh"; 127822 libraryHaskellDepends = [ 127823 base base64-bytestring bytestring conduit conduit-extra cryptonite 127824 cryptonite-conduit directory exceptions filepath http-client ··· 129978 }: 129979 mkDerivation { 129980 pname = "hw-kafka-avro"; 129981 + version = "4.0.1"; 129982 + sha256 = "1x0mq3sn05iwrn444kzyl66056xm8203hq0ajx9f8r85faq3v1ir"; 129983 isLibrary = true; 129984 isExecutable = true; 129985 libraryHaskellDepends = [ ··· 130190 license = stdenv.lib.licenses.bsd3; 130191 }) {}; 130192 130193 + "hw-prim_0_6_2_31" = callPackage 130194 ({ mkDerivation, base, bytestring, criterion, directory, exceptions 130195 , ghc-prim, hedgehog, hspec, hspec-discover, hw-hspec-hedgehog 130196 + , mmap, QuickCheck, semigroups, transformers, unliftio-core, vector 130197 }: 130198 mkDerivation { 130199 pname = "hw-prim"; 130200 + version = "0.6.2.31"; 130201 + sha256 = "00xfakvwnj3zys2ilpc9w9z5qzw1ng3cc65jfa1860z6yr7xdp59"; 130202 libraryHaskellDepends = [ 130203 + base bytestring ghc-prim mmap semigroups transformers unliftio-core 130204 + vector 130205 ]; 130206 testHaskellDepends = [ 130207 base bytestring directory exceptions hedgehog hspec ··· 130441 }: 130442 mkDerivation { 130443 pname = "hw-uri"; 130444 + version = "0.1.1.0"; 130445 + sha256 = "1f96632k6pcaxhy2nrm13s9kdb0dz3vsav6hzf94wlv7zdlncn8x"; 130446 libraryHaskellDepends = [ 130447 aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3 130448 base bytestring directory exceptions filepath http-client ··· 132375 "mega-sdist" = callPackage 132376 "mega-sdist" = callPackage 132377 "mega-sdist" = callPackage 132378 + , network, optparse-applicative, parser-combinators, pretty 132379 + , process, regex-tdfa, safe, split, tagged, tasty, tasty-golden 132380 + , tasty-rerun, terminal-size, text, time, transformers, uniplate 132381 + , unix, unordered-containers, utf8-string, vector 132382 + , vector-binary-instances, zip-archive 132383 }: 132384 mkDerivation { 132385 "mega-sdist" = callPackage 132386 + version = "1.3.2"; 132387 + sha256 = "0wychzkg0yghd2pp8fqz78vp1ayzks191knfpl7mhh8igsmb6bc7"; 132388 "mega-sdist" = callPackage 132389 isLibrary = true; 132390 isExecutable = true; ··· 132395 "mega-sdist" = callPackage 132396 "mega-sdist" = callPackage 132397 "mega-sdist" = callPackage 132398 + optparse-applicative parser-combinators pretty process regex-tdfa 132399 + safe split terminal-size text time transformers uniplate unix 132400 "mega-sdist" = callPackage 132401 zip-archive 132402 ]; ··· 132411 ]; 132412 "mega-sdist" = callPackage 132413 license = stdenv.lib.licenses.bsd3; 132414 + hydraPlatforms = stdenv.lib.platforms.none; 132415 + broken = true; 132416 }) {inherit (pkgs) gmp;}; 132417 132418 "mega-sdist" = callPackage ··· 132471 license = "GPL"; 132472 }) {}; 132473 132474 + "iexcloud" = callPackage 132475 + ({ mkDerivation, aeson, base, bytestring, containers, http-conduit 132476 + , HUnit, semigroups, stocks, unordered-containers 132477 + }: 132478 + mkDerivation { 132479 + pname = "iexcloud"; 132480 + version = "0.0.0.1"; 132481 + sha256 = "15qn3h1bz75bykcnyra6gg4d33gmr6ywc485hk2gmi4k6hbl6amf"; 132482 + libraryHaskellDepends = [ 132483 + aeson base bytestring containers http-conduit semigroups 132484 + unordered-containers 132485 + ]; 132486 + testHaskellDepends = [ base bytestring HUnit stocks ]; 132487 + description = "Library for the IEX Trading API"; 132488 + license = stdenv.lib.licenses.bsd3; 132489 + hydraPlatforms = stdenv.lib.platforms.none; 132490 + broken = true; 132491 + }) {}; 132492 + 132493 "mega-sdist" = callPackage 132494 ({ mkDerivation, base }: 132495 mkDerivation { ··· 134294 license = stdenv.lib.licenses.bsd3; 134295 }) {}; 134296 134297 + "influxdb_1_7_1" = callPackage 134298 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 134299 "mega-sdist" = callPackage 134300 + , http-types, lens, network, optional-args, raw-strings-qq 134301 + , scientific, tagged, tasty, tasty-hunit, template-haskell, text 134302 + , time, unordered-containers, vector 134303 }: 134304 mkDerivation { 134305 "mega-sdist" = callPackage 134306 + version = "1.7.1"; 134307 + sha256 = "1nny63rd9bw7ijg9l09cd467whfaa1n3ph8dqdy7bp6kcbvdwnzn"; 134308 isLibrary = true; 134309 isExecutable = true; 134310 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 134313 "mega-sdist" = callPackage 134314 unordered-containers vector 134315 ]; 134316 + testHaskellDepends = [ 134317 + base containers doctest raw-strings-qq tasty tasty-hunit 134318 + template-haskell time 134319 + ]; 134320 "mega-sdist" = callPackage 134321 license = stdenv.lib.licenses.bsd3; 134322 hydraPlatforms = stdenv.lib.platforms.none; ··· 135052 "mega-sdist" = callPackage 135053 version = "1.0.3"; 135054 "mega-sdist" = callPackage 135055 + revision = "1"; 135056 + editedCabalFile = "1z6z63jr42jn073fd9ns7jcrw7n5lwx076q4b5rgzak7q1ixw2i8"; 135057 "mega-sdist" = callPackage 135058 testHaskellDepends = [ 135059 "mega-sdist" = callPackage ··· 135791 "mega-sdist" = callPackage 135792 version = "0.1.2"; 135793 "mega-sdist" = callPackage 135794 + revision = "2"; 135795 + editedCabalFile = "0j6zmj0dlhiq4qjrbjbvdsmky1l4z1qwqikixk1b9dpa05n01ykf"; 135796 libraryHaskellDepends = [ 135797 "mega-sdist" = callPackage 135798 "mega-sdist" = callPackage ··· 136151 license = stdenv.lib.licenses.bsd3; 136152 }) {}; 136153 136154 + "ip_1_5_1" = callPackage 136155 ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion 136156 "mega-sdist" = callPackage 136157 "mega-sdist" = callPackage ··· 136160 }: 136161 mkDerivation { 136162 "mega-sdist" = callPackage 136163 + version = "1.5.1"; 136164 + sha256 = "1crnn76vxhqq13556nc0537bh8xi5jzklyp24dqqfamxmfbwkzll"; 136165 libraryHaskellDepends = [ 136166 "mega-sdist" = callPackage 136167 "mega-sdist" = callPackage ··· 136198 "mega-sdist" = callPackage 136199 mkDerivation { 136200 "mega-sdist" = callPackage 136201 + version = "8.1.0"; 136202 + sha256 = "07n5xnspl318hrmff4gr274zpgszgviilwhjd7vdrhm1sq9sdir8"; 136203 "mega-sdist" = callPackage 136204 "mega-sdist" = callPackage 136205 + license = stdenv.lib.licenses.mit; 136206 hydraPlatforms = stdenv.lib.platforms.none; 136207 broken = true; 136208 }) {}; ··· 136211 "mega-sdist" = callPackage 136212 mkDerivation { 136213 "mega-sdist" = callPackage 136214 + version = "2.1.0"; 136215 + sha256 = "0qcmqy8p13hg9aih8m9w7qpbr6zcbvgc9y6bzh2cqm2sbx7ksvqm"; 136216 "mega-sdist" = callPackage 136217 "mega-sdist" = callPackage 136218 license = stdenv.lib.licenses.mit; ··· 136538 license = stdenv.lib.licenses.mit; 136539 }) {}; 136540 136541 + "irc-client_1_1_1_0" = callPackage 136542 + "mega-sdist" = callPackage 136543 + "mega-sdist" = callPackage 136544 + "mega-sdist" = callPackage 136545 + "mega-sdist" = callPackage 136546 + }: 136547 + mkDerivation { 136548 + "mega-sdist" = callPackage 136549 + version = "1.1.1.0"; 136550 + sha256 = "1f2lqg37ig3f23066c4179vcym6p3ylmxsywqhmb0n078kix6kfb"; 136551 + libraryHaskellDepends = [ 136552 + "mega-sdist" = callPackage 136553 + "mega-sdist" = callPackage 136554 + "mega-sdist" = callPackage 136555 + "mega-sdist" = callPackage 136556 + ]; 136557 + "mega-sdist" = callPackage 136558 + license = stdenv.lib.licenses.mit; 136559 + hydraPlatforms = stdenv.lib.platforms.none; 136560 + }) {}; 136561 + 136562 "mega-sdist" = callPackage 136563 ({ mkDerivation, base, text }: 136564 mkDerivation { ··· 137905 }: 137906 mkDerivation { 137907 pname = "jaeger-flamegraph"; 137908 + version = "1.3.2"; 137909 + sha256 = "1m7vs4zi1cm5xj3wn8zr44rdx1l99ra59xwr64y9bdrs1raga7k3"; 137910 + revision = "1"; 137911 + editedCabalFile = "003h3aqdkpvpqqyv7ypv3shvfiqcwq7cfihqv38bp2iq5vin938q"; 137912 isLibrary = true; 137913 isExecutable = true; 137914 libraryHaskellDepends = [ aeson base containers QuickCheck text ]; ··· 138736 license = stdenv.lib.licenses.asl20; 138737 }) {}; 138738 138739 + "jose_0_8_1_0" = callPackage 138740 + ({ mkDerivation, aeson, attoparsec, base, base64-bytestring 138741 + , bytestring, concise, containers, cryptonite, hspec, lens, memory 138742 + , monad-time, mtl, network-uri, QuickCheck, quickcheck-instances 138743 + , safe, semigroups, tasty, tasty-hspec, tasty-quickcheck 138744 + , template-haskell, text, time, unordered-containers, vector, x509 138745 + }: 138746 + mkDerivation { 138747 + pname = "jose"; 138748 + version = "0.8.1.0"; 138749 + sha256 = "02xg8axy6whbkn0mzg1gjy6b1mhxlmsh1x7vjk1fiawvg9nwzrkl"; 138750 + isLibrary = true; 138751 + isExecutable = true; 138752 + libraryHaskellDepends = [ 138753 + aeson attoparsec base base64-bytestring bytestring concise 138754 + containers cryptonite lens memory monad-time mtl network-uri 138755 + QuickCheck quickcheck-instances safe semigroups template-haskell 138756 + text time unordered-containers vector x509 138757 + ]; 138758 + testHaskellDepends = [ 138759 + aeson attoparsec base base64-bytestring bytestring concise 138760 + containers cryptonite hspec lens memory monad-time mtl network-uri 138761 + QuickCheck quickcheck-instances safe semigroups tasty tasty-hspec 138762 + tasty-quickcheck template-haskell text time unordered-containers 138763 + vector x509 138764 + ]; 138765 + description = "Javascript Object Signing and Encryption and JSON Web Token library"; 138766 + license = stdenv.lib.licenses.asl20; 138767 + hydraPlatforms = stdenv.lib.platforms.none; 138768 + }) {}; 138769 + 138770 "jose-jwt" = callPackage 138771 ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal 138772 , containers, criterion, cryptonite, doctest, either, hspec, HUnit ··· 138923 }) {}; 138924 138925 "jsaddle-dom" = callPackage 138926 + ({ mkDerivation, base, base-compat, Cabal, exceptions, jsaddle 138927 + , lens, text, transformers 138928 }: 138929 mkDerivation { 138930 pname = "jsaddle-dom"; 138931 + version = "0.9.3.2"; 138932 + sha256 = "1qc135w1y4f2mbky36dmb0ggcbwkv1vnmszw5lkhkxhkcag2sf07"; 138933 + setupHaskellDepends = [ base Cabal ]; 138934 libraryHaskellDepends = [ 138935 base base-compat exceptions jsaddle lens text transformers 138936 ]; ··· 139101 }: 139102 mkDerivation { 139103 pname = "json-api"; 139104 + version = "0.1.4.0"; 139105 + sha256 = "1xswmpkwr1f49kf4hmp9014lwv4lcnyjj161ylfh5ihjfr30w0yb"; 139106 libraryHaskellDepends = [ 139107 aeson base containers data-default lens lens-aeson text 139108 unordered-containers url ··· 139834 license = stdenv.lib.licenses.bsd3; 139835 }) {}; 139836 139837 + "json5hs" = callPackage 139838 + ({ mkDerivation, array, base, bytestring, containers, mtl, pretty 139839 + , syb, text 139840 + }: 139841 + mkDerivation { 139842 + pname = "json5hs"; 139843 + version = "0.1.2.2"; 139844 + sha256 = "19r1ripvalrhvlqdk0pvm18b4a8sibdwlc60i2yj7da10rdx5cv1"; 139845 + libraryHaskellDepends = [ 139846 + array base bytestring containers mtl pretty syb text 139847 + ]; 139848 + description = "Serialising to and from JSON5"; 139849 + license = stdenv.lib.licenses.bsd3; 139850 + }) {}; 139851 + 139852 "jsonextfilter" = callPackage 139853 ({ mkDerivation, aeson, attoparsec, base, bytestring, containers 139854 , monads-tf, optparse-applicative, process, scientific, string-qq ··· 139873 139874 "jsonpath" = callPackage 139875 ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring 139876 + , file-embed, hspec, hspec-attoparsec, hspec-discover, text 139877 + , unordered-containers, vector 139878 }: 139879 mkDerivation { 139880 pname = "jsonpath"; 139881 + version = "0.1.0.1"; 139882 + sha256 = "0wp5516g33spb9ilphjkzamr88xl64fb6y9zjfci1kac5vkl4qqk"; 139883 + revision = "2"; 139884 + editedCabalFile = "04jw3ayvcabsfcqazksnn0rg0i1326d0gjdx1zl8rk955g2qlwam"; 139885 libraryHaskellDepends = [ 139886 aeson attoparsec base text unordered-containers vector 139887 ]; ··· 139889 aeson aeson-casing attoparsec base bytestring file-embed hspec 139890 hspec-attoparsec text unordered-containers vector 139891 ]; 139892 + testToolDepends = [ hspec-discover ]; 139893 description = "Library to parse and execute JSONPath"; 139894 license = stdenv.lib.licenses.bsd3; 139895 hydraPlatforms = stdenv.lib.platforms.none; ··· 140887 license = stdenv.lib.licenses.bsd3; 140888 }) {}; 140889 140890 + "katip_0_8_3_0" = callPackage 140891 ({ mkDerivation, aeson, async, auto-update, base, blaze-builder 140892 , bytestring, containers, criterion, deepseq, directory, either 140893 , filepath, hostname, microlens, microlens-th, monad-control, mtl ··· 140899 }: 140900 mkDerivation { 140901 pname = "katip"; 140902 + version = "0.8.3.0"; 140903 + sha256 = "0wpqchpgrp7awrf7hirg0768g8nnqrydnwcw8xgxw6w47zcb71d0"; 140904 libraryHaskellDepends = [ 140905 aeson async auto-update base bytestring containers either hostname 140906 microlens microlens-th monad-control mtl old-locale resourcet ··· 141542 }: 141543 mkDerivation { 141544 pname = "keera-hails-reactive-gtk"; 141545 + version = "0.5"; 141546 + sha256 = "014d9hr2321gs6ska8ykrgh59k92c6kxf0a3gqvrfj3rck28izb9"; 141547 libraryHaskellDepends = [ 141548 base bytestring cairo glib gtk gtk-helpers 141549 keera-hails-reactivevalues mtl transformers ··· 141555 }) {}; 141556 141557 "keera-hails-reactive-network" = callPackage 141558 + ({ mkDerivation, base, bytestring, keera-hails-reactivevalues 141559 + , network, network-bsd 141560 + }: 141561 mkDerivation { 141562 pname = "keera-hails-reactive-network"; 141563 + version = "0.1"; 141564 + sha256 = "1d1r9p5ray60yfrxs89byc7rmdsm340k2b8klv25k0wh2fvrx2yw"; 141565 libraryHaskellDepends = [ 141566 + base bytestring keera-hails-reactivevalues network network-bsd 141567 ]; 141568 description = "Haskell on Rails - Sockets as Reactive Values"; 141569 license = stdenv.lib.licenses.bsd3; ··· 142467 142468 "korea-holidays" = callPackage 142469 ({ mkDerivation, aeson, base, hspec, monad-extras, split 142470 + , template-haskell, time, yaml 142471 }: 142472 mkDerivation { 142473 pname = "korea-holidays"; 142474 + version = "0.1.0.4"; 142475 + sha256 = "11yiip6nv84k8q4n37w9kn1w57vizlcggszh0pnrkkx36xwwk9ll"; 142476 enableSeparateDataOutput = true; 142477 libraryHaskellDepends = [ 142478 + aeson base monad-extras split template-haskell time yaml 142479 ]; 142480 testHaskellDepends = [ 142481 + aeson base hspec monad-extras split template-haskell time yaml 142482 ]; 142483 description = "Korea Holidays"; 142484 license = stdenv.lib.licenses.mit; ··· 142627 broken = true; 142628 }) {egl = null; inherit (pkgs) glew;}; 142629 142630 + "kubernetes-client" = callPackage 142631 + ({ mkDerivation, aeson, base, bytestring, connection, containers 142632 + , data-default-class, hspec, http-client, http-client-tls 142633 + , kubernetes-client-core, microlens, mtl, pem, safe-exceptions 142634 + , streaming-bytestring, text, tls, x509, x509-store, x509-system 142635 + , x509-validation, yaml 142636 + }: 142637 + mkDerivation { 142638 + pname = "kubernetes-client"; 142639 + version = "0.1.0.1"; 142640 + sha256 = "0fzilm4k7cq3k6vlx01c5gzg4lnrgpfdldbiml4rbiv42f13pr7j"; 142641 + libraryHaskellDepends = [ 142642 + aeson base bytestring connection containers data-default-class 142643 + http-client http-client-tls kubernetes-client-core microlens mtl 142644 + pem safe-exceptions streaming-bytestring text tls x509 x509-store 142645 + x509-system x509-validation 142646 + ]; 142647 + testHaskellDepends = [ 142648 + aeson base bytestring connection containers data-default-class 142649 + hspec http-client http-client-tls kubernetes-client-core microlens 142650 + mtl pem safe-exceptions streaming-bytestring text tls x509 142651 + x509-store x509-system x509-validation yaml 142652 + ]; 142653 + description = "Client library for Kubernetes"; 142654 + license = stdenv.lib.licenses.asl20; 142655 + hydraPlatforms = stdenv.lib.platforms.none; 142656 + broken = true; 142657 + }) {}; 142658 + 142659 + "kubernetes-client-core" = callPackage 142660 + ({ mkDerivation, aeson, base, base64-bytestring, bytestring 142661 + , case-insensitive, containers, deepseq, exceptions, hspec 142662 + , http-api-data, http-client, http-client-tls, http-media 142663 + , http-types, iso8601-time, katip, microlens, mtl, network 142664 + , QuickCheck, random, safe-exceptions, semigroups, text, time 142665 + , transformers, unordered-containers, vector 142666 + }: 142667 + mkDerivation { 142668 + pname = "kubernetes-client-core"; 142669 + version = "0.1.0.1"; 142670 + sha256 = "08sxsc9a9vdsqp71zxnc309cng75k3c57mcmmryhpwwyscvgfnsk"; 142671 + revision = "1"; 142672 + editedCabalFile = "0qzh7zq36q57yfccna1izi1gz9fpki9ngnl8dgf3m6halrxwqlc7"; 142673 + libraryHaskellDepends = [ 142674 + aeson base base64-bytestring bytestring case-insensitive containers 142675 + deepseq exceptions http-api-data http-client http-client-tls 142676 + http-media http-types iso8601-time katip microlens mtl network 142677 + random safe-exceptions text time transformers unordered-containers 142678 + vector 142679 + ]; 142680 + testHaskellDepends = [ 142681 + aeson base bytestring containers hspec iso8601-time mtl QuickCheck 142682 + semigroups text time transformers unordered-containers vector 142683 + ]; 142684 + description = "Auto-generated kubernetes-client-core API Client"; 142685 + license = stdenv.lib.licenses.asl20; 142686 + hydraPlatforms = stdenv.lib.platforms.none; 142687 + broken = true; 142688 + }) {}; 142689 + 142690 "kure" = callPackage 142691 ({ mkDerivation, base, dlist, transformers }: 142692 mkDerivation { ··· 143109 ]; 143110 description = "Declarative command-line parser using type-driven pattern matching"; 143111 license = stdenv.lib.licenses.bsd3; 143112 + hydraPlatforms = stdenv.lib.platforms.none; 143113 + broken = true; 143114 }) {}; 143115 143116 "lambda-placeholders" = callPackage ··· 145442 license = stdenv.lib.licenses.bsd3; 145443 }) {}; 145444 145445 + "lattices_2_0_1" = callPackage 145446 ({ mkDerivation, base, base-compat, containers, deepseq, hashable 145447 , integer-logarithms, QuickCheck, quickcheck-instances 145448 , semigroupoids, tagged, tasty, tasty-quickcheck, transformers ··· 145450 }: 145451 mkDerivation { 145452 pname = "lattices"; 145453 + version = "2.0.1"; 145454 + sha256 = "0c7n7fh89llg8ijylwc14ikqrg077vcqcgph5h9nar6i5dyaprfy"; 145455 libraryHaskellDepends = [ 145456 base base-compat containers deepseq hashable integer-logarithms 145457 QuickCheck semigroupoids tagged transformers universe-base ··· 145678 pname = "lazy-hash"; 145679 version = "0.1.0.0"; 145680 sha256 = "1xa2c8gxk5l4njbs58zpq2ybdvjd4y214p71nfmfrzw0arwz49pa"; 145681 + revision = "2"; 145682 + editedCabalFile = "0j46blbddl9y4chccyns7cixbxb0a4pkmdkbd5z09510ddz3jqm3"; 145683 libraryHaskellDepends = [ 145684 base constrained-categories hashable haskell-src-meta tagged 145685 template-haskell vector-space ··· 145699 pname = "lazy-hash-cache"; 145700 version = "0.1.0.0"; 145701 sha256 = "1bdq2fbxpmlva1qbxbiznnjmz7yv7qzcr8wdgds0rdzwhjn97mp4"; 145702 + revision = "1"; 145703 + editedCabalFile = "1m42wsj93vpb6v1dcj2lc5z04qc2np8i7n3w82jwwk4wbgl5q35j"; 145704 libraryHaskellDepends = [ 145705 base base16-bytestring binary bytestring data-default-class 145706 directory filepath hashable lazy-hash microlens microlens-th ··· 145902 145903 "ldap-client" = callPackage 145904 ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring 145905 + , connection, containers, fail, hspec, network, process, semigroups 145906 + , stm, text 145907 }: 145908 mkDerivation { 145909 pname = "ldap-client"; 145910 + version = "0.3.0"; 145911 + sha256 = "0fii1yi3mn1dqvzbsx63fqrb53v81a7d2gqn3xma8v9vsp9nxv7v"; 145912 libraryHaskellDepends = [ 145913 asn1-encoding asn1-types async base bytestring connection 145914 + containers fail network semigroups stm text 145915 ]; 145916 testHaskellDepends = [ base bytestring hspec process semigroups ]; 145917 description = "Pure Haskell LDAP Client Library"; ··· 146565 license = stdenv.lib.licenses.bsd3; 146566 }) {}; 146567 146568 + "lens-family_2_0_0" = callPackage 146569 + ({ mkDerivation, base, containers, lens-family-core, mtl 146570 + , transformers 146571 + }: 146572 + mkDerivation { 146573 + pname = "lens-family"; 146574 + version = "2.0.0"; 146575 + sha256 = "1nq3dwkrjyqafbv4gvwwgz6ih8y4x9bks11jhljh43q3qnjz54v7"; 146576 + libraryHaskellDepends = [ 146577 + base containers lens-family-core mtl transformers 146578 + ]; 146579 + description = "Lens Families"; 146580 + license = stdenv.lib.licenses.bsd3; 146581 + hydraPlatforms = stdenv.lib.platforms.none; 146582 + }) {}; 146583 + 146584 "lens-family-core" = callPackage 146585 ({ mkDerivation, base, containers, transformers }: 146586 mkDerivation { ··· 146590 libraryHaskellDepends = [ base containers transformers ]; 146591 description = "Haskell 98 Lens Families"; 146592 license = stdenv.lib.licenses.bsd3; 146593 + }) {}; 146594 + 146595 + "lens-family-core_2_0_0" = callPackage 146596 + ({ mkDerivation, base, containers, transformers }: 146597 + mkDerivation { 146598 + pname = "lens-family-core"; 146599 + version = "2.0.0"; 146600 + sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r"; 146601 + libraryHaskellDepends = [ base containers transformers ]; 146602 + description = "Haskell 2022 Lens Families"; 146603 + license = stdenv.lib.licenses.bsd3; 146604 + hydraPlatforms = stdenv.lib.platforms.none; 146605 }) {}; 146606 146607 "lens-family-th" = callPackage ··· 146752 }) {}; 146753 146754 "lens-regex-pcre" = callPackage 146755 + ({ mkDerivation, base, bytestring, hspec, lens, pcre-heavy 146756 + , pcre-light, template-haskell, text 146757 }: 146758 mkDerivation { 146759 pname = "lens-regex-pcre"; 146760 + version = "0.3.1.0"; 146761 + sha256 = "1fbhwzs7mwz9c0l3p34zcgfvqxwxlhr3abz9gawlraiiypmz0iby"; 146762 libraryHaskellDepends = [ 146763 + base bytestring lens pcre-heavy pcre-light template-haskell text 146764 ]; 146765 testHaskellDepends = [ 146766 base hspec lens pcre-heavy pcre-light template-haskell text 146767 ]; 146768 + description = "A lensy interface to regular expressions"; 146769 license = stdenv.lib.licenses.bsd3; 146770 }) {}; 146771 ··· 147286 pname = "libarchive"; 147287 version = "1.0.5.1"; 147288 sha256 = "1fchnvs03hg513v7a45a3qbfr3kbh3nmqjqljzr2y1mg2ghkr7cz"; 147289 + revision = "4"; 147290 + editedCabalFile = "0wzw962gl9lm5faaa86z4q7s9cbzqn346cmlbhr518dbnw7nv31d"; 147291 libraryHaskellDepends = [ 147292 base bytestring composition-prelude dlist filepath 147293 ]; ··· 148991 pname = "linearmap-category"; 148992 version = "0.3.5.0"; 148993 sha256 = "0qmd0nz343j3j3kprbhwfkglcswfcawfy0y6g4ai6nzdga42nfrf"; 148994 + revision = "3"; 148995 + editedCabalFile = "0b4m77csdsi5wgvbclza2arps5s0xgg0iibiy8kwax55ml04kkvp"; 148996 libraryHaskellDepends = [ 148997 base call-stack constrained-categories containers 148998 free-vector-spaces ieee754 lens linear manifolds-core semigroups ··· 151252 broken = true; 151253 }) {}; 151254 151255 + "log4hs" = callPackage 151256 + ({ mkDerivation, aeson, base, containers, data-default, directory 151257 + , filepath, hspec, hspec-core, process, QuickCheck 151258 + , template-haskell, text, time, unordered-containers 151259 + }: 151260 + mkDerivation { 151261 + pname = "log4hs"; 151262 + version = "0.0.2.0"; 151263 + sha256 = "08z8lyh0q4wpxvvzbf1w0bxvbm90ic4wzxyac2b0ddm4zn8zdn9s"; 151264 + libraryHaskellDepends = [ 151265 + aeson base containers data-default directory filepath 151266 + template-haskell text time unordered-containers 151267 + ]; 151268 + testHaskellDepends = [ 151269 + aeson base containers data-default directory filepath hspec 151270 + hspec-core process QuickCheck template-haskell text time 151271 + unordered-containers 151272 + ]; 151273 + description = "A python logging style log library"; 151274 + license = stdenv.lib.licenses.bsd3; 151275 + }) {}; 151276 + 151277 "logentries" = callPackage 151278 ({ mkDerivation, base, bytestring, data-default, fast-logger, hspec 151279 , network, stm, uuid-types, wai, wai-extra ··· 151553 license = stdenv.lib.licenses.bsd3; 151554 }) {}; 151555 151556 + "logict_0_7_0_2" = callPackage 151557 ({ mkDerivation, base, mtl, tasty, tasty-hunit }: 151558 mkDerivation { 151559 pname = "logict"; 151560 + version = "0.7.0.2"; 151561 + sha256 = "1xfgdsxg0lp8m0a2cb83rcxrnnc37asfikay2kydi933anh9ihfc"; 151562 libraryHaskellDepends = [ base mtl ]; 151563 testHaskellDepends = [ base mtl tasty tasty-hunit ]; 151564 description = "A backtracking logic-programming monad"; ··· 154431 }: 154432 mkDerivation { 154433 pname = "mandrill"; 154434 + version = "0.5.3.6"; 154435 + sha256 = "1jvgxhc3x7867cryvsbpj7hks9syhpqbwyh4y0v6b0yp0xil8qrl"; 154436 libraryHaskellDepends = [ 154437 aeson base base64-bytestring blaze-html bytestring containers 154438 email-validate http-client http-client-tls http-types microlens-th ··· 155188 license = stdenv.lib.licenses.bsd3; 155189 }) {}; 155190 155191 + "massiv_0_4_0_0" = callPackage 155192 + ({ mkDerivation, base, bytestring, Cabal, cabal-doctest 155193 + , data-default-class, deepseq, doctest, exceptions 155194 + , mersenne-random-pure64, primitive, QuickCheck, random, scheduler 155195 + , splitmix, template-haskell, unliftio-core, vector 155196 }: 155197 mkDerivation { 155198 pname = "massiv"; 155199 + version = "0.4.0.0"; 155200 + sha256 = "077w18fxgq50h1ylbalf6lbam2rcqp4a3b6qr21ac63514dyvyfz"; 155201 setupHaskellDepends = [ base Cabal cabal-doctest ]; 155202 libraryHaskellDepends = [ 155203 base bytestring data-default-class deepseq exceptions primitive 155204 scheduler unliftio-core vector 155205 ]; 155206 testHaskellDepends = [ 155207 + base doctest mersenne-random-pure64 QuickCheck random splitmix 155208 + template-haskell 155209 ]; 155210 description = "Massiv (Массив) is an Array Library"; 155211 license = stdenv.lib.licenses.bsd3; ··· 155248 license = stdenv.lib.licenses.bsd3; 155249 }) {}; 155250 155251 + "massiv-test" = callPackage 155252 + ({ mkDerivation, base, bytestring, containers, data-default 155253 + , data-default-class, deepseq, exceptions, genvalidity-hspec, hspec 155254 + , massiv, primitive, QuickCheck, scheduler, unliftio, vector 155255 + }: 155256 + mkDerivation { 155257 + pname = "massiv-test"; 155258 + version = "0.1.0"; 155259 + sha256 = "08rs0j773c3jxnj6akh8gaywfz2g10w1ddmcqpkci5bqqjmqqf85"; 155260 + libraryHaskellDepends = [ 155261 + base bytestring data-default-class deepseq exceptions hspec massiv 155262 + primitive QuickCheck scheduler unliftio vector 155263 + ]; 155264 + testHaskellDepends = [ 155265 + base bytestring containers data-default deepseq genvalidity-hspec 155266 + hspec massiv QuickCheck scheduler vector 155267 + ]; 155268 + description = "Library that contains generators, properties and tests for Massiv Array Library"; 155269 + license = stdenv.lib.licenses.bsd3; 155270 + hydraPlatforms = stdenv.lib.platforms.none; 155271 + broken = true; 155272 + }) {}; 155273 + 155274 "master-plan" = callPackage 155275 ({ mkDerivation, base, diagrams, diagrams-lib, diagrams-rasterific 155276 , hspec, megaparsec, mtl, optparse-applicative, QuickCheck ··· 156615 license = stdenv.lib.licenses.mit; 156616 }) {}; 156617 156618 + "mega-sdist_0_4_0_1" = callPackage 156619 + ({ mkDerivation, base, bytestring, optparse-simple, pantry, path 156620 + , path-io, rio, rio-orphans, yaml 156621 }: 156622 mkDerivation { 156623 pname = "mega-sdist"; 156624 + version = "0.4.0.1"; 156625 + sha256 = "191saxmdh3705rhci7lz7qzcdzv2zvw9bwa7f5d62500azi13j8v"; 156626 isLibrary = false; 156627 isExecutable = true; 156628 executableHaskellDepends = [ 156629 + base bytestring optparse-simple pantry path path-io rio rio-orphans 156630 + yaml 156631 ]; 156632 description = "Handles uploading to Hackage from mega repos"; 156633 license = stdenv.lib.licenses.mit; ··· 156837 license = stdenv.lib.licenses.bsd3; 156838 }) {}; 156839 156840 + "membrain" = callPackage 156841 + ({ mkDerivation, base, doctest, Glob, hedgehog, hspec, type-spec }: 156842 + mkDerivation { 156843 + pname = "membrain"; 156844 + version = "0.0.0.0"; 156845 + sha256 = "01wv5i3kgbpmwjnjk5xgkpm3j5wazlz1f05kmm523wf34xivp498"; 156846 + libraryHaskellDepends = [ base ]; 156847 + testHaskellDepends = [ 156848 + base doctest Glob hedgehog hspec type-spec 156849 + ]; 156850 + description = "Type-safe memory units"; 156851 + license = stdenv.lib.licenses.mpl20; 156852 + hydraPlatforms = stdenv.lib.platforms.none; 156853 + broken = true; 156854 + }) {}; 156855 + 156856 "memcache" = callPackage 156857 ({ mkDerivation, base, binary, blaze-builder, bytestring, criterion 156858 , data-default-class, hashable, network, resource-pool, time ··· 156961 }: 156962 mkDerivation { 156963 pname = "memdb"; 156964 + version = "1.0.0.3"; 156965 + sha256 = "082i381qyba51zkv4fqkn3mdhmya39pz8pw69m02c3hnp5vr4n4c"; 156966 libraryHaskellDepends = [ base bytestring cereal vector ]; 156967 testHaskellDepends = [ 156968 base bytestring cereal hspec QuickCheck vector ··· 158028 pname = "microlens-process"; 158029 version = "0.2.0.0"; 158030 sha256 = "05bkm3nhiv2mprds9xlmmnzll91hn76navb9h9kc9nl5rnq4nwrn"; 158031 + revision = "4"; 158032 + editedCabalFile = "00dhcr2czcx986a4lijmlbrxk2wm059mmbh63qs48wb6z4rrsg7y"; 158033 setupHaskellDepends = [ base Cabal cabal-doctest ]; 158034 libraryHaskellDepends = [ base filepath microlens process ]; 158035 testHaskellDepends = [ base doctest microlens process ]; ··· 158635 license = stdenv.lib.licenses.bsd3; 158636 }) {}; 158637 158638 + "minecraft" = callPackage 158639 + ({ mkDerivation }: 158640 + mkDerivation { 158641 + pname = "minecraft"; 158642 + version = "0.0.0.0"; 158643 + sha256 = "07h6hgq4k1wm4ldwb29fgmmbl9ygrlbq3qv3ymfvc25l5rvgss4h"; 158644 + doHaddock = false; 158645 + description = "TBA"; 158646 + license = stdenv.lib.licenses.bsd3; 158647 + }) {}; 158648 + 158649 "minecraft-data" = callPackage 158650 ({ mkDerivation, array, base, bytestring, cereal, containers, lens 158651 , mtl, nbt, pipes, pipes-bytestring, pipes-cereal, pipes-parse ··· 158653 }: 158654 mkDerivation { 158655 pname = "minecraft-data"; 158656 + version = "0.1.0.1"; 158657 + sha256 = "02ispnzvxjazjy76bqpils6jmy37l4v61l1wcklvvsvkb72yc39n"; 158658 libraryHaskellDepends = [ 158659 array base bytestring cereal containers lens mtl nbt pipes 158660 pipes-bytestring pipes-cereal pipes-parse pipes-zlib text text-show ··· 158864 broken = true; 158865 }) {}; 158866 158867 + "minio-hs_1_5_0" = callPackage 158868 ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring 158869 + , case-insensitive, conduit, conduit-extra, connection, cryptonite 158870 + , cryptonite-conduit, digest, directory, exceptions, filepath 158871 + , http-client, http-client-tls, http-conduit, http-types, ini 158872 + , memory, protolude, QuickCheck, raw-strings-qq, resourcet, retry 158873 + , tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck, temporary 158874 + , text, time, transformers, unliftio, unliftio-core 158875 , unordered-containers, xml-conduit 158876 }: 158877 mkDerivation { 158878 pname = "minio-hs"; 158879 + version = "1.5.0"; 158880 + sha256 = "0qp8zl7f055lpchg8abcc27jq4s0nn14qp474qrj4wdmynfi8bc8"; 158881 libraryHaskellDepends = [ 158882 aeson base base64-bytestring binary bytestring case-insensitive 158883 + conduit conduit-extra connection cryptonite cryptonite-conduit 158884 + digest directory exceptions filepath http-client http-client-tls 158885 + http-conduit http-types ini memory protolude raw-strings-qq 158886 + resourcet retry text time transformers unliftio unliftio-core 158887 + unordered-containers xml-conduit 158888 ]; 158889 testHaskellDepends = [ 158890 aeson base base64-bytestring binary bytestring case-insensitive 158891 + conduit conduit-extra connection cryptonite cryptonite-conduit 158892 + digest directory exceptions filepath http-client http-client-tls 158893 + http-conduit http-types ini memory protolude QuickCheck 158894 + raw-strings-qq resourcet retry tasty tasty-hunit tasty-quickcheck 158895 + tasty-smallcheck temporary text time transformers unliftio 158896 + unliftio-core unordered-containers xml-conduit 158897 ]; 158898 description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage"; 158899 license = stdenv.lib.licenses.asl20; ··· 159279 license = stdenv.lib.licenses.bsd3; 159280 }) {}; 159281 159282 + "miso_1_2_0_0" = callPackage 159283 + ({ mkDerivation, aeson, base, bytestring, containers, http-api-data 159284 + , http-types, lucid, network-uri, servant, servant-lucid, text 159285 + , transformers, vector 159286 + }: 159287 + mkDerivation { 159288 + pname = "miso"; 159289 + version = "1.2.0.0"; 159290 + sha256 = "08yhr5hxrvgqdc32yz2j3mix7s8q5bzycld3kd4rfcy2h4h72962"; 159291 + isLibrary = true; 159292 + isExecutable = true; 159293 + libraryHaskellDepends = [ 159294 + aeson base bytestring containers http-api-data http-types lucid 159295 + network-uri servant servant-lucid text transformers vector 159296 + ]; 159297 + description = "A tasty Haskell front-end framework"; 159298 + license = stdenv.lib.licenses.bsd3; 159299 + hydraPlatforms = stdenv.lib.platforms.none; 159300 + }) {}; 159301 + 159302 "miso-action-logger" = callPackage 159303 ({ mkDerivation, aeson, base, ghcjs-base, miso }: 159304 mkDerivation { ··· 160872 license = stdenv.lib.licenses.mit; 160873 }) {}; 160874 160875 + "monad-metrics-extensible" = callPackage 160876 + ({ mkDerivation, base, dependent-map, dependent-sum, ekg, ekg-core 160877 + , exceptions, hspec, mtl, stm, text 160878 + }: 160879 + mkDerivation { 160880 + pname = "monad-metrics-extensible"; 160881 + version = "0.1.0.1"; 160882 + sha256 = "044hvhnf7wsgd18cac2j3bfw2vbxfnra736l6qndfx07mkv1nz5n"; 160883 + libraryHaskellDepends = [ 160884 + base dependent-map dependent-sum ekg ekg-core exceptions mtl stm 160885 + text 160886 + ]; 160887 + testHaskellDepends = [ 160888 + base dependent-map dependent-sum ekg ekg-core exceptions hspec mtl 160889 + stm text 160890 + ]; 160891 + description = "An extensible and type-safe wrapper around EKG metrics"; 160892 + license = stdenv.lib.licenses.bsd3; 160893 + }) {}; 160894 + 160895 "monad-mock" = callPackage 160896 ({ mkDerivation, base, constraints, exceptions, haskell-src-exts 160897 , haskell-src-meta, hspec, monad-control, mtl, template-haskell ··· 162079 license = stdenv.lib.licenses.bsd3; 162080 }) {}; 162081 162082 + "monoidal-containers_0_5_0_0" = callPackage 162083 + ({ mkDerivation, aeson, base, containers, deepseq, hashable, lens 162084 + , newtype, semigroups, these, unordered-containers 162085 + }: 162086 + mkDerivation { 162087 + pname = "monoidal-containers"; 162088 + version = "0.5.0.0"; 162089 + sha256 = "0dayylvsn6mcgyis04nl4384sg8vr4mrnvf1wvfhb5pip3v7hl7a"; 162090 + libraryHaskellDepends = [ 162091 + aeson base containers deepseq hashable lens newtype semigroups 162092 + these unordered-containers 162093 + ]; 162094 + description = "Containers with monoidal accumulation"; 162095 + license = stdenv.lib.licenses.bsd3; 162096 + hydraPlatforms = stdenv.lib.platforms.none; 162097 + }) {}; 162098 + 162099 "monoidplus" = callPackage 162100 ({ mkDerivation, base, contravariant, semigroups, transformers }: 162101 mkDerivation { ··· 163109 }: 163110 mkDerivation { 163111 pname = "ms-tds"; 163112 + version = "0.3.0.0"; 163113 + sha256 = "0pdv9x6743qaqk6fcm02hfrr09ckwbd9fpgzgmgmgnqhqxm0y9y6"; 163114 libraryHaskellDepends = [ 163115 array base binary bytestring crypto-random data-default-class mtl 163116 network template-haskell text time tls uuid-types x509-store ··· 163247 }: 163248 mkDerivation { 163249 pname = "mssql-simple"; 163250 + version = "0.3.0.0"; 163251 + sha256 = "0wssw1d3ki95b83ww6brx8apk7s86vnzgwlh91xvfdp8hkqygx1q"; 163252 libraryHaskellDepends = [ 163253 base binary bytestring hostname ms-tds network text time tls 163254 ]; ··· 164948 license = stdenv.lib.licenses.mit; 164949 }) {}; 164950 164951 + "mwc-probability_2_1_0" = callPackage 164952 + ({ mkDerivation, base, mwc-random, primitive, transformers }: 164953 + mkDerivation { 164954 + pname = "mwc-probability"; 164955 + version = "2.1.0"; 164956 + sha256 = "0ac4pr2l0p48a0n6jym445c8h7n2nf1pqkhrz6cd1rjbmrk5mbm3"; 164957 + libraryHaskellDepends = [ base mwc-random primitive transformers ]; 164958 + description = "Sampling function-based probability distributions"; 164959 + license = stdenv.lib.licenses.mit; 164960 + hydraPlatforms = stdenv.lib.platforms.none; 164961 + }) {}; 164962 + 164963 "mwc-probability-transition" = callPackage 164964 ({ mkDerivation, base, exceptions, ghc-prim, hspec, logging-effect 164965 , mtl, mwc-probability, primitive, QuickCheck, transformers ··· 165793 license = stdenv.lib.licenses.mit; 165794 }) {}; 165795 165796 + "named-sop" = callPackage 165797 + ({ mkDerivation, base, singletons, tasty, tasty-hunit, text }: 165798 + mkDerivation { 165799 + pname = "named-sop"; 165800 + version = "0.2.0.0"; 165801 + sha256 = "1yz4cp19nf44cscfzhwsw7xigq07sxbvzfw5v5l3jgsjxi5xw9ad"; 165802 + libraryHaskellDepends = [ base singletons text ]; 165803 + testHaskellDepends = [ base tasty tasty-hunit ]; 165804 + description = "Dependently-typed sums and products, tagged by field name"; 165805 + license = stdenv.lib.licenses.mit; 165806 + }) {}; 165807 + 165808 "namelist" = callPackage 165809 ({ mkDerivation, base, case-insensitive, data-default-class, parsec 165810 , QuickCheck, tasty, tasty-hunit, tasty-quickcheck ··· 166101 }: 166102 mkDerivation { 166103 pname = "naqsha"; 166104 + version = "0.3.0.1"; 166105 + sha256 = "0wg2vvik0yhaqyla64m3mcrv0fkrs92dgkrq5pzq78xjycnm7q1r"; 166106 libraryHaskellDepends = [ base bytestring groups vector ]; 166107 testHaskellDepends = [ 166108 base bytestring groups hspec hspec-discover HUnit QuickCheck vector ··· 166861 "net-spider" = callPackage 166862 ({ mkDerivation, aeson, base, containers, data-interval, doctest 166863 , doctest-discover, extended-reals, greskell, greskell-websocket 166864 + , hashable, hspec, monad-logger, safe-exceptions, scientific, text 166865 + , time, unordered-containers, vector 166866 }: 166867 mkDerivation { 166868 pname = "net-spider"; 166869 + version = "0.3.1.1"; 166870 + sha256 = "0p0vwj438mbiwjgn7sqf3cb4bl48ygwi8n61wap9a9nc6fwrjmi8"; 166871 libraryHaskellDepends = [ 166872 aeson base containers data-interval extended-reals greskell 166873 + greskell-websocket hashable monad-logger safe-exceptions scientific 166874 + text time unordered-containers vector 166875 ]; 166876 testHaskellDepends = [ 166877 + aeson base doctest doctest-discover hspec text vector 166878 ]; 166879 description = "A graph database middleware to maintain a time-varying graph"; 166880 license = stdenv.lib.licenses.bsd3; ··· 166886 }: 166887 mkDerivation { 166888 pname = "net-spider-pangraph"; 166889 + version = "0.1.1.0"; 166890 + sha256 = "1j3s379ri05jg3bzhiz6d8fjvxlkz00l7mrphqmr46j4y8d9vrkv"; 166891 libraryHaskellDepends = [ 166892 base bytestring greskell net-spider pangraph text time 166893 ]; ··· 166902 166903 "net-spider-rpl" = callPackage 166904 ({ mkDerivation, aeson, base, greskell, hashable, hspec, ip 166905 + , net-spider, text, time 166906 }: 166907 mkDerivation { 166908 pname = "net-spider-rpl"; 166909 + version = "0.2.1.0"; 166910 + sha256 = "07f51ym5v1mpa1v6249sgkxqd8y52fdgs8l2r59mxil1ph6al7x1"; 166911 libraryHaskellDepends = [ 166912 + aeson base greskell hashable ip net-spider text time 166913 ]; 166914 testHaskellDepends = [ base hspec net-spider text ]; 166915 description = "NetSpider data model and utility for RPL networks"; ··· 168084 broken = true; 168085 }) {}; 168086 168087 + "network-run" = callPackage 168088 + ({ mkDerivation, base, network }: 168089 + mkDerivation { 168090 + pname = "network-run"; 168091 + version = "0.0.1"; 168092 + sha256 = "1yc5hpcadab1dzvi9wz6v25v7wp5j07a36wdabrxi1pwy4gania5"; 168093 + libraryHaskellDepends = [ base network ]; 168094 + description = "Simple network runner library"; 168095 + license = stdenv.lib.licenses.bsd3; 168096 + hydraPlatforms = stdenv.lib.platforms.none; 168097 + broken = true; 168098 + }) {}; 168099 + 168100 "network-server" = callPackage 168101 ({ mkDerivation, base, network, unix }: 168102 mkDerivation { ··· 168964 }: 168965 mkDerivation { 168966 pname = "ngx-export-tools"; 168967 + version = "0.4.6.0"; 168968 + sha256 = "0bvyh1b8q2mh2labaykc7lndr2rfhzmkw8c7b56pxsa2fypfl232"; 168969 libraryHaskellDepends = [ 168970 aeson base binary bytestring ngx-export safe template-haskell 168971 ]; ··· 169565 broken = true; 169566 }) {}; 169567 169568 + "no-value" = callPackage 169569 + ({ mkDerivation, base }: 169570 + mkDerivation { 169571 + pname = "no-value"; 169572 + version = "1.0.0.0"; 169573 + sha256 = "1jczx8d4ah74wiishdcv335hlr0330wwq0vfb5rv4gmrvbpkgllf"; 169574 + libraryHaskellDepends = [ base ]; 169575 + description = "A type class for choosing sentinel-like values"; 169576 + license = stdenv.lib.licenses.bsd3; 169577 + }) {}; 169578 + 169579 "noether" = callPackage 169580 "mega-sdist" = callPackage 169581 , criterion, deepseq, ghc-prim, hashable, hedgehog, mtl, mtl-compat ··· 170578 pname = "number-show"; 170579 version = "0.1.0.0"; 170580 sha256 = "01lywbcqg46wrd3qy0jikkh1p45yflypf1vcmrw75qpwji2afjry"; 170581 + revision = "2"; 170582 + editedCabalFile = "1lsxi6704g6svw0834haggp6j97kb6r51583lr2a3kn1ni2zh60c"; 170583 libraryHaskellDepends = [ base microlens microlens-th ]; 170584 description = "Flexible and accurate (for a given precision) numerical->string conversion"; 170585 license = stdenv.lib.licenses.gpl3; ··· 173723 license = stdenv.lib.licenses.mit; 173724 }) {}; 173725 173726 + "optparse-enum" = callPackage 173727 + ({ mkDerivation, base, enum-text, fmt, optparse-applicative, text 173728 + }: 173729 + mkDerivation { 173730 + pname = "optparse-enum"; 173731 + version = "1.0.0.0"; 173732 + sha256 = "0d3wpfss1nm42hjn8l7x34ksa7yx5ccc4iglbfvln0rkbqdsjh13"; 173733 + libraryHaskellDepends = [ 173734 + base enum-text fmt optparse-applicative text 173735 + ]; 173736 + description = "An enum-text based toolkit for optparse-applicative"; 173737 + license = stdenv.lib.licenses.bsd3; 173738 + hydraPlatforms = stdenv.lib.platforms.none; 173739 + broken = true; 173740 + }) {}; 173741 + 173742 "optparse-generic" = callPackage 173743 ({ mkDerivation, base, bytestring, Only, optparse-applicative 173744 , semigroups, system-filepath, text, time, transformers, void ··· 174407 license = stdenv.lib.licenses.bsd3; 174408 }) {}; 174409 174410 + "outsort" = callPackage 174411 + ({ mkDerivation, async, base, bytestring, conduit 174412 + , conduit-algorithms, conduit-combinators, conduit-extra 174413 + , containers, deepseq, directory, exceptions, filemanip, filepath 174414 + , MissingH, primitive, resourcet, safe, safeio, temporary, text 174415 + , transformers, transformers-base, vector, vector-algorithms 174416 + }: 174417 + mkDerivation { 174418 + pname = "outsort"; 174419 + version = "0.1.0"; 174420 + sha256 = "13iw9hgsmz1j4lm4ahpi9kjgf3pcayll9fpi3fga48474hpz7gff"; 174421 + isLibrary = false; 174422 + isExecutable = true; 174423 + executableHaskellDepends = [ 174424 + async base bytestring conduit conduit-algorithms 174425 + conduit-combinators conduit-extra containers deepseq directory 174426 + exceptions filemanip filepath MissingH primitive resourcet safe 174427 + safeio temporary text transformers transformers-base vector 174428 + vector-algorithms 174429 + ]; 174430 + description = "External sorting package based on Conduit"; 174431 + license = stdenv.lib.licenses.mit; 174432 + }) {}; 174433 + 174434 "overhang" = callPackage 174435 ({ mkDerivation, base }: 174436 mkDerivation { ··· 174655 pname = "packed-multikey-map"; 174656 version = "0.1.0.0"; 174657 sha256 = "19bh697xazsi22krwjgy83hv1pscnaqx544d5pk0q71wnync5m89"; 174658 + revision = "1"; 174659 + editedCabalFile = "1z6bx1qga02f33l194k2m45gs9cddq9q7q52b2vhv408n09jixrn"; 174660 libraryHaskellDepends = [ 174661 base constraints containers QuickCheck transformers vector 174662 ]; ··· 175646 ({ mkDerivation }: 175647 mkDerivation { 175648 pname = "pandora"; 175649 + version = "0.2.0"; 175650 + sha256 = "0p46z3imh618v7i2734b5nlg9nx3hw4imjchqsx2l7nvkrpkgn64"; 175651 description = "A box of patterns and paradigms"; 175652 license = stdenv.lib.licenses.mit; 175653 }) {}; ··· 175796 license = stdenv.lib.licenses.mit; 175797 }) {}; 175798 175799 + "pantry" = callPackage 175800 + ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans 175801 + , base64-bytestring, bytestring, Cabal, conduit, conduit-extra 175802 + , containers, contravariant, cryptonite, cryptonite-conduit 175803 + , deepseq, digest, directory, exceptions, filelock, filepath 175804 + , generic-deriving, ghc-prim, hackage-security, hashable, hedgehog 175805 + , hpack, hspec, http-client, http-client-tls, http-conduit 175806 + , http-download, http-types, integer-gmp, memory, mono-traversable 175807 + , mtl, network, network-uri, path, path-io, persistent 175808 + , persistent-sqlite, persistent-template, primitive, QuickCheck 175809 + , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint 175810 + , safe, syb, tar-conduit, template-haskell, text, text-metrics 175811 + , th-lift, th-lift-instances, th-orphans, th-reify-many 175812 + , th-utilities, time, transformers, unix-compat, unliftio 175813 + , unordered-containers, vector, yaml, zip-archive 175814 + }: 175815 + mkDerivation { 175816 + pname = "pantry"; 175817 + version = "0.1.1.1"; 175818 + sha256 = "082p2shapgnv10qjm77bpn0y6p6582n38xcgirh2l8mhs1yqflyg"; 175819 + libraryHaskellDepends = [ 175820 + aeson ansi-terminal array base base-orphans base64-bytestring 175821 + bytestring Cabal conduit conduit-extra containers contravariant 175822 + cryptonite cryptonite-conduit deepseq digest directory filelock 175823 + filepath generic-deriving ghc-prim hackage-security hashable hpack 175824 + http-client http-client-tls http-conduit http-download http-types 175825 + integer-gmp memory mono-traversable mtl network network-uri path 175826 + path-io persistent persistent-sqlite persistent-template primitive 175827 + resourcet rio rio-orphans rio-prettyprint safe syb tar-conduit 175828 + template-haskell text text-metrics th-lift th-lift-instances 175829 + th-orphans th-reify-many th-utilities time transformers unix-compat 175830 + unliftio unordered-containers vector yaml zip-archive 175831 + ]; 175832 + testHaskellDepends = [ 175833 + aeson ansi-terminal array base base-orphans base64-bytestring 175834 + bytestring Cabal conduit conduit-extra containers contravariant 175835 + cryptonite cryptonite-conduit deepseq digest directory exceptions 175836 + filelock filepath generic-deriving ghc-prim hackage-security 175837 + hashable hedgehog hpack hspec http-client http-client-tls 175838 + http-conduit http-download http-types integer-gmp memory 175839 + mono-traversable mtl network network-uri path path-io persistent 175840 + persistent-sqlite persistent-template primitive QuickCheck 175841 + raw-strings-qq resourcet rio rio-orphans rio-prettyprint safe syb 175842 + tar-conduit template-haskell text text-metrics th-lift 175843 + th-lift-instances th-orphans th-reify-many th-utilities time 175844 + transformers unix-compat unliftio unordered-containers vector yaml 175845 + zip-archive 175846 + ]; 175847 + description = "Content addressable Haskell package management"; 175848 + license = stdenv.lib.licenses.bsd3; 175849 + hydraPlatforms = stdenv.lib.platforms.none; 175850 + broken = true; 175851 + }) {}; 175852 + 175853 "pantry-tmp" = callPackage 175854 ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans 175855 , base64-bytestring, bytestring, Cabal, conduit, conduit-extra ··· 175870 pname = "pantry-tmp"; 175871 version = "0.1.0.0"; 175872 sha256 = "18b2ac5kb6xzkxa2c5hhl6n37npxcxzxghi0p5wnv5rps3ahsmnn"; 175873 + revision = "4"; 175874 + editedCabalFile = "0hiashi78cak635jk74bk6m1dwdgyp8m0j5bzg18i776mb1zn09y"; 175875 libraryHaskellDepends = [ 175876 aeson ansi-terminal array base base-orphans base64-bytestring 175877 bytestring Cabal conduit conduit-extra containers contravariant ··· 176335 license = stdenv.lib.licenses.bsd3; 176336 hydraPlatforms = stdenv.lib.platforms.none; 176337 broken = true; 176338 + }) {}; 176339 + 176340 + "par-traverse" = callPackage 176341 + ({ mkDerivation, base, directory, filepath, parallel-io }: 176342 + mkDerivation { 176343 + pname = "par-traverse"; 176344 + version = "0.2.0.0"; 176345 + sha256 = "1cbanrhaad3fq2kkpdkb3rh7c8qrc1v7by8v6mg4lrgghdx3msk8"; 176346 + libraryHaskellDepends = [ base directory filepath parallel-io ]; 176347 + description = "Traverse a directory in parallel"; 176348 + license = stdenv.lib.licenses.bsd3; 176349 }) {}; 176350 176351 "para" = callPackage ··· 176995 license = stdenv.lib.licenses.bsd3; 176996 }) {}; 176997 176998 + "parser-combinators_1_2_0" = callPackage 176999 ({ mkDerivation, base }: 177000 mkDerivation { 177001 pname = "parser-combinators"; 177002 + version = "1.2.0"; 177003 + sha256 = "18kfg4sxighqzd64ad98xhc62sh7pd63pv7xhcj601pw922iappa"; 177004 libraryHaskellDepends = [ base ]; 177005 description = "Lightweight package providing commonly useful parser combinators"; 177006 license = stdenv.lib.licenses.bsd3; ··· 177014 }: 177015 mkDerivation { 177016 pname = "parser-combinators-tests"; 177017 + version = "1.2.0"; 177018 + sha256 = "0ainpyrxm03brn6z27jkqp65rc1z3lza00k6mg10506qk83fa52l"; 177019 isLibrary = false; 177020 isExecutable = false; 177021 testHaskellDepends = [ ··· 177543 ]; 177544 description = "Terminal-based presentations using Pandoc"; 177545 license = stdenv.lib.licenses.gpl2; 177546 + hydraPlatforms = stdenv.lib.platforms.none; 177547 + broken = true; 177548 }) {}; 177549 177550 "patch-combinators" = callPackage ··· 177793 ({ mkDerivation, base, containers }: 177794 mkDerivation { 177795 pname = "patience"; 177796 + version = "0.3"; 177797 + sha256 = "1i1b37lgi31c17yrjyf8pdm4nf5lq8vw90z3rri78hf0k66d0p3i"; 177798 libraryHaskellDepends = [ base containers ]; 177799 description = "Patience diff and longest increasing subsequence"; 177800 license = stdenv.lib.licenses.bsd3; ··· 178856 broken = true; 178857 }) {}; 178858 178859 + "perceptual-hash" = callPackage 178860 + ({ mkDerivation, base, containers, cpphs, criterion, filepath, hip 178861 + , optparse-applicative, par-traverse, pHash, primitive, repa, stm 178862 + , vector, vector-algorithms 178863 + }: 178864 + mkDerivation { 178865 + pname = "perceptual-hash"; 178866 + version = "0.1.1.0"; 178867 + sha256 = "107f5xb4wg4zmwqldw8a04byazqyzd0vkn6zl5iv4f5ii2sdb5yh"; 178868 + revision = "1"; 178869 + editedCabalFile = "001nr9brgk05bbhz9lw8viqrc6rgfy0rjp08fcdhn302j55j33i3"; 178870 + isLibrary = true; 178871 + isExecutable = true; 178872 + libraryHaskellDepends = [ 178873 + base hip primitive repa vector vector-algorithms 178874 + ]; 178875 + executableHaskellDepends = [ 178876 + base containers filepath optparse-applicative par-traverse stm 178877 + ]; 178878 + benchmarkHaskellDepends = [ base criterion ]; 178879 + benchmarkPkgconfigDepends = [ pHash ]; 178880 + benchmarkToolDepends = [ cpphs ]; 178881 + description = "Find duplicate images"; 178882 + license = stdenv.lib.licenses.bsd3; 178883 + }) {pHash = null;}; 178884 + 178885 "perdure" = callPackage 178886 ({ mkDerivation, array, base, binary, bytestring, cognimeta-utils 178887 , collections-api, comonad-transformers, containers, cryptohash ··· 179008 }: 179009 mkDerivation { 179010 pname = "perfect-vector-shuffle"; 179011 + version = "0.1.1"; 179012 + sha256 = "1r9w8792r25fgyf7q7jdpnw4rmdvrjfg7g4dn2dk1d3gy4lbabig"; 179013 libraryHaskellDepends = [ 179014 base MonadRandom primitive random vector 179015 ]; ··· 179538 pname = "persistent-mongoDB"; 179539 version = "2.8.0"; 179540 sha256 = "12hp7cqdz672r5rhad6xvjpxhrs8v1swiz0d9n7xbn41g11a247l"; 179541 + revision = "1"; 179542 + editedCabalFile = "06iqf7frc5h7qvxhnxi2zirgspsmafp2ls0jw3ppzb01q0y6mgi4"; 179543 libraryHaskellDepends = [ 179544 aeson attoparsec base bson bytestring cereal conduit containers 179545 http-api-data mongoDB network path-pieces persistent resource-pool ··· 179645 broken = true; 179646 }) {}; 179647 179648 + "persistent-pagination" = callPackage 179649 + ({ mkDerivation, base, conduit, containers, esqueleto, foldl, hspec 179650 + , hspec-discover, microlens, mtl, persistent, persistent-sqlite 179651 + , persistent-template, QuickCheck, time 179652 + }: 179653 + mkDerivation { 179654 + pname = "persistent-pagination"; 179655 + version = "0.1.1.0"; 179656 + sha256 = "1g2mn2gv9dygx4rrpxi81421dyyy9pdnzrdpqcb5sygcjsqi17ha"; 179657 + libraryHaskellDepends = [ 179658 + base conduit esqueleto foldl microlens mtl persistent 179659 + ]; 179660 + testHaskellDepends = [ 179661 + base conduit containers esqueleto hspec hspec-discover mtl 179662 + persistent persistent-sqlite persistent-template QuickCheck time 179663 + ]; 179664 + testToolDepends = [ hspec-discover ]; 179665 + description = "Efficient and correct pagination for persistent or esqueleto queries"; 179666 + license = stdenv.lib.licenses.bsd3; 179667 + }) {}; 179668 + 179669 "persistent-parser" = callPackage 179670 ({ mkDerivation, attoparsec, base, hspec, text }: 179671 mkDerivation { ··· 179919 maintainers = with stdenv.lib.maintainers; [ psibi ]; 179920 }) {inherit (pkgs) sqlite;}; 179921 179922 + "persistent-sqlite_2_10_4" = callPackage 179923 ({ mkDerivation, aeson, base, bytestring, conduit, containers 179924 , exceptions, fast-logger, hspec, HUnit, microlens-th, monad-logger 179925 , persistent, persistent-template, persistent-test, QuickCheck ··· 179929 }: 179930 mkDerivation { 179931 pname = "persistent-sqlite"; 179932 + version = "2.10.4"; 179933 + sha256 = "0x4b327h2gqhccy7yw5sa8mn8xfc4zb5kqwx98nr9yk7f1s0fr79"; 179934 configureFlags = [ "-fsystemlib" ]; 179935 isLibrary = true; 179936 isExecutable = true; ··· 179977 maintainers = with stdenv.lib.maintainers; [ psibi ]; 179978 }) {}; 179979 179980 + "persistent-template_2_7_2" = callPackage 179981 ({ mkDerivation, aeson, base, bytestring, containers, criterion 179982 , deepseq, deepseq-generics, file-embed, hspec, http-api-data 179983 , monad-control, monad-logger, path-pieces, persistent, QuickCheck ··· 179985 }: 179986 mkDerivation { 179987 pname = "persistent-template"; 179988 + version = "2.7.2"; 179989 + sha256 = "04fpxsbj78gy51bl3jcfg70aaha92v0r48bjwq4pg7ln3cic95i8"; 179990 libraryHaskellDepends = [ 179991 aeson base bytestring containers http-api-data monad-control 179992 monad-logger path-pieces persistent template-haskell text ··· 181154 }: 181155 mkDerivation { 181156 pname = "pinboard-notes-backup"; 181157 + version = "1.0.4.1"; 181158 + sha256 = "1a0lw43pjfz18aplm2frljwaww37pm2ashxi59j6l5n32lg5573j"; 181159 isLibrary = false; 181160 isExecutable = true; 181161 executableHaskellDepends = [ ··· 181212 181213 "ping" = callPackage 181214 ({ mkDerivation, base, cpu, ip, posix-api, primitive 181215 + , primitive-addr, primitive-containers, stm, transformers 181216 }: 181217 mkDerivation { 181218 pname = "ping"; 181219 + version = "0.1.0.3"; 181220 + sha256 = "1h57p53vakjxm3g6inp9wvj5pp71qb0mpcrxbaa707w8v9lyvwwi"; 181221 + isLibrary = true; 181222 + isExecutable = true; 181223 libraryHaskellDepends = [ 181224 + base cpu ip posix-api primitive primitive-addr primitive-containers 181225 + stm transformers 181226 ]; 181227 description = "icmp echo requests"; 181228 license = stdenv.lib.licenses.bsd3; ··· 181339 license = stdenv.lib.licenses.bsd2; 181340 }) {}; 181341 181342 + "piped" = callPackage 181343 + ({ mkDerivation, base, conduit, gauge, microlens-platform, mtl 181344 + , quickcheck-instances, tasty, tasty-discover, tasty-golden 181345 + , tasty-hunit, tasty-quickcheck 181346 + }: 181347 + mkDerivation { 181348 + pname = "piped"; 181349 + version = "0.1.0.0"; 181350 + sha256 = "0f7j4mzdcmw7lnmq73hr6wfi64jjg350bmf0w1pf1rgma2wb9cl0"; 181351 + isLibrary = true; 181352 + isExecutable = true; 181353 + libraryHaskellDepends = [ base mtl ]; 181354 + testHaskellDepends = [ 181355 + base conduit gauge microlens-platform mtl quickcheck-instances 181356 + tasty tasty-discover tasty-golden tasty-hunit tasty-quickcheck 181357 + ]; 181358 + testToolDepends = [ tasty-discover ]; 181359 + description = "Conduit with a smaller core"; 181360 + license = stdenv.lib.licenses.bsd3; 181361 + }) {}; 181362 + 181363 "pipeline" = callPackage 181364 ({ mkDerivation, base, transformers }: 181365 mkDerivation { ··· 181930 pname = "pipes-group"; 181931 version = "1.0.12"; 181932 sha256 = "1issfj3syi6lfbcdn3bhlbnlh86s92ldsb04c4ac69xipsgyhwqk"; 181933 + revision = "1"; 181934 + editedCabalFile = "0ws99n692c9km68n9y3x0b5bqdg3b47sva04nx9a4xdqr8p5akps"; 181935 libraryHaskellDepends = [ 181936 base free pipes pipes-parse transformers 181937 ]; ··· 183887 }: 183888 mkDerivation { 183889 pname = "poly"; 183890 + version = "0.3.1.0"; 183891 + sha256 = "1c8xnkqxwzbpx01clz9spz9zwa18qhsbvscrc381r0f46cjax2ph"; 183892 libraryHaskellDepends = [ 183893 base primitive semirings vector vector-algorithms 183894 ]; ··· 184065 ({ mkDerivation, async, base, containers, criterion, doctest 184066 , first-class-families, free, freer-simple, hspec, hspec-discover 184067 , inspection-testing, mtl, syb, template-haskell, th-abstraction 184068 + , transformers, type-errors, type-errors-pretty, unagi-chan 184069 }: 184070 mkDerivation { 184071 pname = "polysemy"; 184072 + version = "1.0.0.0"; 184073 + sha256 = "1y63vwrmmany62ci2sdd8kfmkrigk0vds2kjpxmyh9nsvw5fv576"; 184074 libraryHaskellDepends = [ 184075 async base containers first-class-families mtl syb template-haskell 184076 + th-abstraction transformers type-errors type-errors-pretty 184077 + unagi-chan 184078 ]; 184079 testHaskellDepends = [ 184080 async base containers doctest first-class-families hspec 184081 inspection-testing mtl syb template-haskell th-abstraction 184082 + transformers type-errors type-errors-pretty unagi-chan 184083 ]; 184084 testToolDepends = [ hspec-discover ]; 184085 benchmarkHaskellDepends = [ 184086 async base containers criterion first-class-families free 184087 freer-simple mtl syb template-haskell th-abstraction transformers 184088 + type-errors type-errors-pretty unagi-chan 184089 ]; 184090 description = "Higher-order, low-boilerplate, zero-cost free monads"; 184091 license = stdenv.lib.licenses.bsd3; ··· 184140 }) {}; 184141 184142 "polysemy-zoo" = callPackage 184143 + ({ mkDerivation, async, base, binary, bytestring, constraints 184144 + , containers, ghc-prim, hedis, hspec, hspec-discover, mtl, polysemy 184145 + , polysemy-plugin, random, reflection 184146 }: 184147 mkDerivation { 184148 pname = "polysemy-zoo"; 184149 + version = "0.5.0.1"; 184150 + sha256 = "06ggm3qinabwp5bha858anwdvw726wzl738wpgf1kd9mgivbv53w"; 184151 libraryHaskellDepends = [ 184152 + async base binary bytestring constraints containers ghc-prim hedis 184153 + mtl polysemy polysemy-plugin random reflection 184154 ]; 184155 testHaskellDepends = [ 184156 + async base binary bytestring constraints containers ghc-prim hedis 184157 + hspec mtl polysemy polysemy-plugin random reflection 184158 ]; 184159 testToolDepends = [ hspec-discover ]; 184160 description = "Experimental, user-contributed effects and interpreters for polysemy"; ··· 184718 }: 184719 mkDerivation { 184720 pname = "posix-api"; 184721 + version = "0.3.2.0"; 184722 + sha256 = "1ki45p31cc1zplzsi9kln85rm556rwk5yvwgsb75bcgqwg6xpcl8"; 184723 libraryHaskellDepends = [ 184724 base primitive primitive-addr primitive-offset primitive-unlifted 184725 ]; 184726 + testHaskellDepends = [ 184727 + base primitive primitive-unlifted tasty tasty-hunit 184728 + ]; 184729 description = "posix bindings"; 184730 license = stdenv.lib.licenses.bsd3; 184731 hydraPlatforms = stdenv.lib.platforms.none; ··· 185121 }: 185122 mkDerivation { 185123 pname = "postgresql-lo-stream"; 185124 + version = "0.1.1.1"; 185125 + sha256 = "0m2s717qb42ywiqvdi18nybjadkivygfi2pbflip5rvphqfc8k8x"; 185126 libraryHaskellDepends = [ 185127 base bytestring io-streams lifted-base monad-loops mtl 185128 postgresql-simple ··· 185306 testHaskellDepends = [ base bytestring hspec postgresql-simple ]; 185307 description = "PostgreSQL Schema Migrations"; 185308 license = stdenv.lib.licenses.bsd3; 185309 + }) {}; 185310 + 185311 + "postgresql-simple-named" = callPackage 185312 + ({ mkDerivation, base, bytestring, doctest, Glob, hspec, mtl 185313 + , postgresql-simple, resource-pool, text, transformers 185314 + }: 185315 + mkDerivation { 185316 + pname = "postgresql-simple-named"; 185317 + version = "0.0.1.0"; 185318 + sha256 = "1lp7bq7w3l127cb4js3gmmp8c9nvxabs64c200c73lqg5mw9fkfp"; 185319 + libraryHaskellDepends = [ 185320 + base bytestring mtl postgresql-simple text 185321 + ]; 185322 + testHaskellDepends = [ 185323 + base bytestring doctest Glob hspec postgresql-simple resource-pool 185324 + transformers 185325 + ]; 185326 + description = "Implementation of named parameters for `postgresql-simple` library"; 185327 + license = stdenv.lib.licenses.mpl20; 185328 + hydraPlatforms = stdenv.lib.platforms.none; 185329 + broken = true; 185330 }) {}; 185331 185332 "postgresql-simple-opts" = callPackage ··· 186069 pname = "pragmatic-show"; 186070 version = "0.1.2.0"; 186071 sha256 = "1nkwimmnk10p0pnv2hr3mxgfs1r2rjfhiaccmhd68a6279whp6p7"; 186072 + revision = "1"; 186073 + editedCabalFile = "17rs7ms62aisnk5wsdp67v3cgv5ph734iswv7137ibv339dlkl82"; 186074 libraryHaskellDepends = [ base containers ]; 186075 testHaskellDepends = [ 186076 base tasty tasty-hunit tasty-quickcheck vector-space ··· 187204 ({ mkDerivation, base, primitive }: 187205 mkDerivation { 187206 pname = "primitive-addr"; 187207 + version = "0.1.0.2"; 187208 + sha256 = "06r1p56wm8rbjxnlaqbmc3rbsj1rsv5scwnh80lsn0xw56jc70a2"; 187209 libraryHaskellDepends = [ base primitive ]; 187210 description = "Addresses to unmanaged memory"; 187211 license = stdenv.lib.licenses.bsd3; ··· 188055 pname = "product-profunctors"; 188056 version = "0.10.0.0"; 188057 sha256 = "0s0ssl2900r16992mgl0idkryg3l7psp8nljyg9brr7fqa3pd3dd"; 188058 + revision = "2"; 188059 + editedCabalFile = "0sarkc9sch60f5j1xjy30yrgycvmp5bqx1iynmlsfzdx7rvk5s29"; 188060 libraryHaskellDepends = [ 188061 base bifunctors contravariant profunctors tagged template-haskell 188062 ]; ··· 188734 }: 188735 mkDerivation { 188736 pname = "propellor"; 188737 + version = "5.9.1"; 188738 + sha256 = "1v4cpj4kbmhl4xkxm7gxm2z9pqf6zmr4psawaxixvsav6xpxgphr"; 188739 isLibrary = true; 188740 isExecutable = true; 188741 libraryHaskellDepends = [ ··· 190284 }: 190285 mkDerivation { 190286 pname = "purebred-email"; 190287 + version = "0.2.0.0"; 190288 + sha256 = "1jjdia8qlwdibmfrqasyvm6qq01pxc9r66qmbyjmhz9bhdkqdd61"; 190289 isLibrary = true; 190290 isExecutable = true; 190291 libraryHaskellDepends = [ ··· 193449 ({ mkDerivation, base, hmatrix, mtl, random-fu }: 193450 mkDerivation { 193451 pname = "random-fu-multivariate"; 193452 + version = "0.1.2.1"; 193453 + sha256 = "01r3jgjmhcj7wrc9ighwm0sbndsrz92l20gxh9p4rm2l90n0vxqc"; 193454 libraryHaskellDepends = [ base hmatrix mtl random-fu ]; 193455 testHaskellDepends = [ base ]; 193456 description = "Multivariate distributions for random-fu"; ··· 193676 broken = true; 193677 }) {}; 193678 193679 + "range-set-list_0_1_3_1" = callPackage 193680 + ({ mkDerivation, base, containers, deepseq, hashable, tasty 193681 + , tasty-quickcheck 193682 + }: 193683 + mkDerivation { 193684 + pname = "range-set-list"; 193685 + version = "0.1.3.1"; 193686 + sha256 = "0m8c8qhpk9vaykqfy6gsv1csmvdclm27zv9l56ipv152k75xks0j"; 193687 + libraryHaskellDepends = [ base containers deepseq hashable ]; 193688 + testHaskellDepends = [ 193689 + base containers deepseq hashable tasty tasty-quickcheck 193690 + ]; 193691 + description = "Memory efficient sets with ranges of elements"; 193692 + license = stdenv.lib.licenses.mit; 193693 + hydraPlatforms = stdenv.lib.platforms.none; 193694 + broken = true; 193695 + }) {}; 193696 + 193697 "range-space" = callPackage 193698 ({ mkDerivation, base, QuickCheck, semigroups, test-framework 193699 , test-framework-quickcheck2, time, vector-space ··· 194163 ]; 194164 description = "Notify Honeybadger about exceptions via a WAI middleware"; 194165 license = stdenv.lib.licenses.mit; 194166 + }) {}; 194167 + 194168 + "ratel-wai_1_1_0" = callPackage 194169 + ({ mkDerivation, base, bytestring, case-insensitive, containers 194170 + , http-client, ratel, wai 194171 + }: 194172 + mkDerivation { 194173 + pname = "ratel-wai"; 194174 + version = "1.1.0"; 194175 + sha256 = "1wgmlcazfbz4y4q9k6367i76l8cal1qgqhqbh2p69ca365w9pf56"; 194176 + libraryHaskellDepends = [ 194177 + base bytestring case-insensitive containers http-client ratel wai 194178 + ]; 194179 + description = "Notify Honeybadger about exceptions via a WAI middleware"; 194180 + license = stdenv.lib.licenses.mit; 194181 + hydraPlatforms = stdenv.lib.platforms.none; 194182 }) {}; 194183 194184 "rating-chgk-info" = callPackage ··· 195217 }) {}; 195218 195219 "readme-lhs" = callPackage 195220 + ({ mkDerivation, base, containers, doctest, optparse-generic 195221 + , pandoc, pandoc-types, protolude, tasty, text 195222 }: 195223 mkDerivation { 195224 pname = "readme-lhs"; 195225 + version = "0.2.0"; 195226 + sha256 = "0xwc2gqf23g87mi16miyi0nxy4wh33rki324biv3wh7xbpj03kpx"; 195227 isLibrary = true; 195228 isExecutable = true; 195229 + libraryHaskellDepends = [ 195230 + base containers pandoc pandoc-types protolude text 195231 ]; 195232 + executableHaskellDepends = [ 195233 + base optparse-generic pandoc protolude 195234 ]; 195235 + testHaskellDepends = [ base doctest protolude tasty ]; 195236 + description = "See readme.md"; 195237 license = stdenv.lib.licenses.bsd3; 195238 hydraPlatforms = stdenv.lib.platforms.none; 195239 broken = true; ··· 195754 }: 195755 mkDerivation { 195756 pname = "red-black-record"; 195757 + version = "2.0.4.0"; 195758 + sha256 = "1wcg8a3aql1jmnfl7q5gzjgxl4z6780zgp8w10v3g52ilcdq4myn"; 195759 libraryHaskellDepends = [ base sop-core ]; 195760 testHaskellDepends = [ 195761 aeson base bytestring doctest profunctors sop-core tasty ··· 196194 }: 196195 mkDerivation { 196196 pname = "refined"; 196197 + version = "0.4.2.2"; 196198 + sha256 = "1gdfhmj8f1abxflxmqyfibz0hdaayr932f04vchygdvdb812av60"; 196199 libraryHaskellDepends = [ 196200 aeson base deepseq exceptions mtl prettyprinter QuickCheck 196201 template-haskell transformers ··· 196247 }) {}; 196248 196249 "reflex" = callPackage 196250 + ({ mkDerivation, base, bifunctors, comonad, constraints-extras 196251 + , containers, criterion, data-default, deepseq, dependent-map 196252 + , dependent-sum, directory, exception-transformers, filemanip 196253 + , filepath, haskell-src-exts, haskell-src-meta, hlint, lens 196254 + , loch-th, MemoTrie, monad-control, monoidal-containers, mtl 196255 + , prim-uniq, primitive, process, profunctors, random, ref-tf 196256 + , reflection, semigroupoids, semigroups, split, stm, syb 196257 , template-haskell, these, time, transformers, transformers-compat 196258 , unbounded-delays, witherable 196259 }: 196260 mkDerivation { 196261 pname = "reflex"; 196262 + version = "0.6.2.1"; 196263 + sha256 = "0s8saim58bqqhg1nbrrdw2blnph7jrhqw97wxf73g4r1d8jacg3z"; 196264 libraryHaskellDepends = [ 196265 + base bifunctors comonad constraints-extras containers data-default 196266 + dependent-map dependent-sum exception-transformers haskell-src-exts 196267 haskell-src-meta lens MemoTrie monad-control monoidal-containers 196268 + mtl prim-uniq primitive profunctors random ref-tf reflection 196269 + semigroupoids semigroups stm syb template-haskell these time 196270 + transformers transformers-compat unbounded-delays witherable 196271 ]; 196272 testHaskellDepends = [ 196273 base bifunctors containers deepseq dependent-map dependent-sum ··· 196280 ]; 196281 description = "Higher-order Functional Reactive Programming"; 196282 license = stdenv.lib.licenses.bsd3; 196283 + hydraPlatforms = stdenv.lib.platforms.none; 196284 + broken = true; 196285 }) {}; 196286 196287 "reflex-animation" = callPackage ··· 196342 executableHaskellDepends = [ base mtl reflex ]; 196343 description = "A basic `reflex` host for backend work"; 196344 license = stdenv.lib.licenses.bsd3; 196345 + hydraPlatforms = stdenv.lib.platforms.none; 196346 + broken = true; 196347 }) {}; 196348 196349 "reflex-dom" = callPackage ··· 196669 sha256 = "084d03inyplx3n2zykaz2g7gskzs9hcjq8klhlnzpb1b6ahx5va8"; 196670 libraryHaskellDepends = [ base hsp hsx2hs reform text ]; 196671 description = "Add support for using HSP with Reform"; 196672 + license = stdenv.lib.licenses.bsd3; 196673 + }) {}; 196674 + 196675 + "reform-lucid" = callPackage 196676 + ({ mkDerivation, base, lucid, path-pieces, reform, text }: 196677 + mkDerivation { 196678 + pname = "reform-lucid"; 196679 + version = "0.1.0.0"; 196680 + sha256 = "1a3jfk0i87vqwxxlspzy44lf2i3bxxxy20pnbysczzf8i113y9zi"; 196681 + libraryHaskellDepends = [ base lucid path-pieces reform text ]; 196682 + description = "Add support for using lucid with Reform"; 196683 license = stdenv.lib.licenses.bsd3; 196684 }) {}; 196685 ··· 197482 }: 197483 mkDerivation { 197484 pname = "registry-hedgehog"; 197485 + version = "0.2.1.0"; 197486 + sha256 = "1gx7grxy7p08bbvmxrhr3ciw9jg7isz3xsa2ha3s3pg4ifas4g59"; 197487 libraryHaskellDepends = [ 197488 base containers hedgehog mmorph multimap protolude registry tasty 197489 tasty-discover tasty-hedgehog tasty-th template-haskell text ··· 197758 license = stdenv.lib.licenses.bsd3; 197759 }) {}; 197760 197761 + "relational-query_0_12_2_2" = callPackage 197762 + ({ mkDerivation, array, base, bytestring, containers, dlist 197763 + , names-th, persistable-record, product-isomorphic 197764 + , quickcheck-simple, sql-words, template-haskell, text 197765 + , th-reify-compat, time, time-locale-compat, transformers 197766 + }: 197767 + mkDerivation { 197768 + pname = "relational-query"; 197769 + version = "0.12.2.2"; 197770 + sha256 = "0768cw6c5chzdcwshjjniysik5d1yj7zvhwncqnn0wgy4gp6kzjv"; 197771 + libraryHaskellDepends = [ 197772 + array base bytestring containers dlist names-th persistable-record 197773 + product-isomorphic sql-words template-haskell text th-reify-compat 197774 + time time-locale-compat transformers 197775 + ]; 197776 + testHaskellDepends = [ 197777 + base containers product-isomorphic quickcheck-simple transformers 197778 + ]; 197779 + description = "Typeful, Modular, Relational, algebraic query engine"; 197780 + license = stdenv.lib.licenses.bsd3; 197781 + hydraPlatforms = stdenv.lib.platforms.none; 197782 + }) {}; 197783 + 197784 "relational-query-HDBC" = callPackage 197785 ({ mkDerivation, base, containers, convertible, dlist, HDBC 197786 , HDBC-session, names-th, persistable-record, product-isomorphic ··· 200449 ]; 200450 description = "Quick metrics to grow your app strong"; 200451 license = stdenv.lib.licenses.bsd3; 200452 + hydraPlatforms = stdenv.lib.platforms.none; 200453 + broken = true; 200454 }) {}; 200455 200456 "ridley-extras" = callPackage ··· 200468 testHaskellDepends = [ base ]; 200469 description = "Handy metrics that don't belong to ridley"; 200470 license = stdenv.lib.licenses.bsd3; 200471 + hydraPlatforms = stdenv.lib.platforms.none; 200472 + broken = true; 200473 }) {}; 200474 200475 "riemann" = callPackage ··· 200592 license = stdenv.lib.licenses.mit; 200593 }) {}; 200594 200595 + "rio_0_1_11_0" = callPackage 200596 ({ mkDerivation, base, bytestring, containers, deepseq, directory 200597 , exceptions, filepath, hashable, hspec, microlens, mtl, primitive 200598 , process, QuickCheck, text, time, typed-process, unix, unliftio ··· 200600 }: 200601 mkDerivation { 200602 pname = "rio"; 200603 + version = "0.1.11.0"; 200604 + sha256 = "17p3zr1fncwqc1rz181mfbxi9dlyd2cd8xcxhnxm3fgnq6i9cj4l"; 200605 libraryHaskellDepends = [ 200606 base bytestring containers deepseq directory exceptions filepath 200607 hashable microlens mtl primitive process text time typed-process ··· 200646 pname = "rio-prettyprint"; 200647 version = "0.1.0.0"; 200648 sha256 = "0n8ldc73i0954c6s8jh0hibxrisp84yh5pcxv3x3q0wg4v2xvr0m"; 200649 + revision = "2"; 200650 + editedCabalFile = "1hvhjqy7kfk7fglx1rw8axscy0dfzqwd1564awnwdhvmf8silkkn"; 200651 libraryHaskellDepends = [ 200652 aeson annotated-wl-pprint ansi-terminal array base Cabal colour mtl 200653 path rio text ··· 201425 "ron" = callPackage 201426 ({ mkDerivation, aeson, attoparsec, base, binary, bytestring 201427 , containers, criterion, deepseq, hashable, integer-gmp, mtl 201428 + , scientific, template-haskell, text, time, unordered-containers 201429 }: 201430 mkDerivation { 201431 pname = "ron"; 201432 + version = "0.7"; 201433 + sha256 = "1bh4vdq9nwi5kwfa2qly1n0jfnphy17b8svd1k3jdzjfclwrjpgj"; 201434 libraryHaskellDepends = [ 201435 aeson attoparsec base binary bytestring containers hashable 201436 + integer-gmp mtl scientific template-haskell text time 201437 + unordered-containers 201438 ]; 201439 benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ]; 201440 description = "RON"; ··· 201447 }: 201448 mkDerivation { 201449 pname = "ron-rdt"; 201450 + version = "0.7"; 201451 + sha256 = "1fcvsirzhwmkzcsdr0bhipqq7k7wsg1cjb6z3q4sjihcq9qp22gq"; 201452 libraryHaskellDepends = [ 201453 base containers Diff hashable integer-gmp mtl ron text time 201454 transformers unordered-containers ··· 201464 }: 201465 mkDerivation { 201466 pname = "ron-schema"; 201467 + version = "0.7"; 201468 + sha256 = "12vnzmsj6vxvr26x7a9vvp025dxn9jlyi40hgpydpyg9dmjbs246"; 201469 libraryHaskellDepends = [ 201470 base bytestring containers hedn integer-gmp megaparsec mtl ron 201471 ron-rdt template-haskell text transformers ··· 201481 }: 201482 mkDerivation { 201483 pname = "ron-storage"; 201484 + version = "0.8"; 201485 + sha256 = "1326r8x3m4x1ylf32x66h9s6y7z4hwrwah33kkshj656f3f4bnds"; 201486 libraryHaskellDepends = [ 201487 base bytestring containers directory filepath integer-gmp mtl 201488 network-info ron ron-rdt stm text transformers ··· 202390 }: 202391 mkDerivation { 202392 pname = "ruby-marshal"; 202393 + version = "0.1.3"; 202394 + sha256 = "0syjd9fmp55cfkq1kb78pvx0vg9dk43s5w4q2a8ndd1fkg194jwx"; 202395 libraryHaskellDepends = [ 202396 base bytestring cereal containers mtl string-conv vector 202397 ]; ··· 203353 license = stdenv.lib.licenses.bsd3; 203354 }) {}; 203355 203356 + "salak_0_3_3" = callPackage 203357 + ({ mkDerivation, attoparsec, base, bytestring, data-default 203358 + , directory, exceptions, filepath, hashable, heaps, hspec, menshen 203359 + , mtl, QuickCheck, random, scientific, text, time, unliftio-core 203360 + , unordered-containers 203361 }: 203362 mkDerivation { 203363 pname = "salak"; 203364 + version = "0.3.3"; 203365 + sha256 = "1jq9vngi03wqcvfb1r9ndg4w1vipgbhbzdyybkpj4hmc074l1079"; 203366 libraryHaskellDepends = [ 203367 + attoparsec base bytestring data-default directory exceptions 203368 + filepath hashable heaps menshen mtl scientific text time 203369 + unliftio-core unordered-containers 203370 ]; 203371 testHaskellDepends = [ 203372 + attoparsec base bytestring data-default directory exceptions 203373 + filepath hashable heaps hspec menshen mtl QuickCheck random 203374 + scientific text time unliftio-core unordered-containers 203375 ]; 203376 + description = "Configuration (re)Loader and Parser"; 203377 + license = stdenv.lib.licenses.mit; 203378 hydraPlatforms = stdenv.lib.platforms.none; 203379 }) {}; 203380 203381 "salak-toml" = callPackage 203382 + ({ mkDerivation, base, exceptions, hspec, mtl, QuickCheck, salak 203383 + , text, time, tomland, unordered-containers 203384 }: 203385 mkDerivation { 203386 pname = "salak-toml"; 203387 + version = "0.3.3"; 203388 + sha256 = "0961xwj928map27az5qlp86wxg5jj6kq9cxqhbmcyl7m1cic91dy"; 203389 libraryHaskellDepends = [ 203390 + base salak text time tomland unordered-containers 203391 ]; 203392 testHaskellDepends = [ 203393 + base exceptions hspec mtl QuickCheck salak text time tomland 203394 unordered-containers 203395 ]; 203396 description = "Configuration Loader for toml"; 203397 + license = stdenv.lib.licenses.mit; 203398 hydraPlatforms = stdenv.lib.platforms.none; 203399 broken = true; 203400 }) {}; 203401 203402 "salak-yaml" = callPackage 203403 + ({ mkDerivation, base, conduit, exceptions, hspec, libyaml, mtl 203404 + , QuickCheck, salak, text 203405 }: 203406 mkDerivation { 203407 pname = "salak-yaml"; 203408 + version = "0.3.3"; 203409 + sha256 = "038pfna1jijw6vf8b89ql4f4987s60lpj90nlny66wxkj4b2nbrq"; 203410 libraryHaskellDepends = [ base conduit libyaml salak text ]; 203411 testHaskellDepends = [ 203412 + base conduit exceptions hspec libyaml mtl QuickCheck salak text 203413 ]; 203414 description = "Configuration Loader for yaml"; 203415 + license = stdenv.lib.licenses.mit; 203416 hydraPlatforms = stdenv.lib.platforms.none; 203417 broken = true; 203418 }) {}; ··· 204868 }: 204869 mkDerivation { 204870 pname = "scidb-hquery"; 204871 + version = "2.8.0.434"; 204872 + sha256 = "0q994ac1krcw312nklxxjr9d4r231s50lb2crbpph1swv6h8jwrq"; 204873 isLibrary = true; 204874 isExecutable = true; 204875 setupHaskellDepends = [ base Cabal filepath ]; ··· 205186 ]; 205187 description = "Fay integration for Scotty"; 205188 license = stdenv.lib.licenses.mit; 205189 + hydraPlatforms = stdenv.lib.platforms.none; 205190 + broken = true; 205191 + }) {}; 205192 + 205193 + "scotty-form" = callPackage 205194 + ({ mkDerivation, base, ditto, ditto-lucid, lucid, scotty, text }: 205195 + mkDerivation { 205196 + pname = "scotty-form"; 205197 + version = "0.1.0.0"; 205198 + sha256 = "0ks11rav9x52lq27mr12qlygg6yl9wl87fqa28jbz084fwn97w44"; 205199 + libraryHaskellDepends = [ 205200 + base ditto ditto-lucid lucid scotty text 205201 + ]; 205202 + description = "Html form validation using `ditto`"; 205203 + license = stdenv.lib.licenses.gpl2; 205204 hydraPlatforms = stdenv.lib.platforms.none; 205205 broken = true; 205206 }) {}; ··· 205912 }: 205913 mkDerivation { 205914 pname = "sdr"; 205915 + version = "0.1.0.12"; 205916 + sha256 = "0nikrpcyb5mihc70cfvxy24bl80jjnabc8dc8y056yx54759jkk8"; 205917 libraryHaskellDepends = [ 205918 array base bytestring cairo cereal Chart Chart-cairo colour 205919 containers Decimal dynamic-graph fftwRaw GLFW-b mwc-random OpenGL ··· 207387 pname = "serialise"; 207388 version = "0.2.1.0"; 207389 sha256 = "19ary6ivzk8z7wcxhm860qmh7pwqj0qjqzav1h42y85l608zqgh4"; 207390 + revision = "1"; 207391 + editedCabalFile = "1rknhad1i8bpknsnphmcmb6dnb48c2p2c13ia2qqch3hkhsvfpr6"; 207392 libraryHaskellDepends = [ 207393 array base bytestring cborg containers ghc-prim half hashable 207394 primitive text time unordered-containers vector ··· 207559 license = stdenv.lib.licenses.bsd3; 207560 }) {}; 207561 207562 + "servant_0_16_2" = callPackage 207563 ({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors 207564 , bytestring, Cabal, cabal-doctest, case-insensitive, deepseq 207565 , doctest, hspec, hspec-discover, http-api-data, http-media ··· 207569 }: 207570 mkDerivation { 207571 pname = "servant"; 207572 + version = "0.16.2"; 207573 + sha256 = "0yzl1yklbbymlh8jdc4ncrdxkalx2z349v4msbd6wxxrxfkxbz6n"; 207574 setupHaskellDepends = [ base Cabal cabal-doctest ]; 207575 libraryHaskellDepends = [ 207576 aeson attoparsec base base-compat bifunctors bytestring ··· 209571 license = stdenv.lib.licenses.bsd3; 209572 }) {}; 209573 209574 + "servant-server_0_16_2" = callPackage 209575 ({ mkDerivation, aeson, base, base-compat, base64-bytestring 209576 , bytestring, Cabal, cabal-doctest, containers, directory, doctest 209577 , exceptions, filepath, hspec, hspec-discover, hspec-wai ··· 209583 }: 209584 mkDerivation { 209585 pname = "servant-server"; 209586 + version = "0.16.2"; 209587 + sha256 = "1l4kgjg5z775bi76hy7cb70qwvmkai4rxqkgp0ildsjgsvf8qb80"; 209588 isLibrary = true; 209589 isExecutable = true; 209590 setupHaskellDepends = [ base Cabal cabal-doctest ]; ··· 212732 license = stdenv.lib.licenses.bsd3; 212733 }) {}; 212734 212735 + "silently_1_2_5_1" = callPackage 212736 + ({ mkDerivation, base, deepseq, directory, nanospec, temporary }: 212737 + mkDerivation { 212738 + pname = "silently"; 212739 + version = "1.2.5.1"; 212740 + sha256 = "1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz"; 212741 + libraryHaskellDepends = [ base deepseq directory ]; 212742 + testHaskellDepends = [ base deepseq directory nanospec temporary ]; 212743 + description = "Prevent or capture writing to stdout and other handles"; 212744 + license = stdenv.lib.licenses.bsd3; 212745 + hydraPlatforms = stdenv.lib.platforms.none; 212746 + }) {}; 212747 + 212748 "silvi" = callPackage 212749 ({ mkDerivation, attoparsec, base, bytestring, chronos, http-types 212750 , ip, quantification, savage, text ··· 212805 }: 212806 mkDerivation { 212807 pname = "simple"; 212808 + version = "0.11.3"; 212809 + sha256 = "0qifp6wacsmykb09ddx03yv4pbk7c1rhs16jjlfafm2wc2025rac"; 212810 isLibrary = true; 212811 isExecutable = true; 212812 enableSeparateDataOutput = true; ··· 212926 libraryHaskellDepends = [ base Cabal directory filepath ]; 212927 description = "Cabal file wrapper library"; 212928 license = stdenv.lib.licenses.bsd3; 212929 + }) {}; 212930 + 212931 + "simple-cabal_0_0_0_1" = callPackage 212932 + ({ mkDerivation, base, Cabal, directory, filepath }: 212933 + mkDerivation { 212934 + pname = "simple-cabal"; 212935 + version = "0.0.0.1"; 212936 + sha256 = "17v22v9sb8z2jbr76vv577hxcvypfkpmji2k8yzwd2kxjssxpjrn"; 212937 + libraryHaskellDepends = [ base Cabal directory filepath ]; 212938 + description = "Cabal file wrapper library"; 212939 + license = stdenv.lib.licenses.bsd3; 212940 + hydraPlatforms = stdenv.lib.platforms.none; 212941 }) {}; 212942 212943 "simple-cmd" = callPackage ··· 213594 }: 213595 mkDerivation { 213596 pname = "simple-templates"; 213597 + version = "0.9.0.0"; 213598 + sha256 = "09s81syr45dvrqski4gz96ynmv8gb3zwyy4n6a7frv49z843phda"; 213599 libraryHaskellDepends = [ 213600 aeson attoparsec base scientific text unordered-containers vector 213601 ]; ··· 214596 license = stdenv.lib.licenses.gpl2; 214597 }) {}; 214598 214599 + "skylighting_0_8_2" = callPackage 214600 ({ mkDerivation, aeson, ansi-terminal, attoparsec, base 214601 , base64-bytestring, binary, blaze-html, bytestring 214602 , case-insensitive, colour, containers, directory, filepath, hxt ··· 214605 }: 214606 mkDerivation { 214607 pname = "skylighting"; 214608 + version = "0.8.2"; 214609 + sha256 = "0a81hd4f0xlc8as5lh454gkbyxndaxyj7lblkfk92j173nyx69cz"; 214610 isLibrary = true; 214611 isExecutable = true; 214612 libraryHaskellDepends = [ ··· 214652 license = stdenv.lib.licenses.bsd3; 214653 }) {}; 214654 214655 + "skylighting-core_0_8_2" = callPackage 214656 ({ mkDerivation, aeson, ansi-terminal, attoparsec, base 214657 , base64-bytestring, binary, blaze-html, bytestring 214658 , case-insensitive, colour, containers, criterion, Diff, directory ··· 214662 }: 214663 mkDerivation { 214664 pname = "skylighting-core"; 214665 + version = "0.8.2"; 214666 + sha256 = "1nd11170r7xwv0hy21bx9nz7173ijbqkh7r8504ixjkwckgr2zs0"; 214667 isLibrary = true; 214668 isExecutable = true; 214669 libraryHaskellDepends = [ ··· 215109 }) {}; 215110 215111 "small-bytearray-builder" = callPackage 215112 + ({ mkDerivation, base, byteslice, bytestring, gauge, primitive 215113 + , primitive-offset, QuickCheck, run-st, tasty, tasty-quickcheck 215114 + , vector 215115 }: 215116 mkDerivation { 215117 pname = "small-bytearray-builder"; 215118 + version = "0.1.1.0"; 215119 + sha256 = "1i3b77mczfy9f0gp5ckqln1vdhnqflz8lajfiygx5spxf9kraf9d"; 215120 libraryHaskellDepends = [ 215121 base byteslice primitive primitive-offset run-st vector 215122 ]; 215123 testHaskellDepends = [ 215124 + base byteslice bytestring primitive QuickCheck tasty 215125 + tasty-quickcheck vector 215126 ]; 215127 + benchmarkHaskellDepends = [ base gauge primitive ]; 215128 description = "Serialize to a small byte arrays"; 215129 license = stdenv.lib.licenses.bsd3; 215130 hydraPlatforms = stdenv.lib.platforms.none; ··· 216423 pname = "snaplet-customauth"; 216424 version = "0.1.2"; 216425 sha256 = "0y1a8c9j1q1pzby5v4ajnafm6dr9fvxvvkiynvscyjsf73gp2myb"; 216426 + revision = "1"; 216427 + editedCabalFile = "1dh8vmrnndg06l5yr3fbmxlzf164nvcy923mafc624bxcr6iip9f"; 216428 libraryHaskellDepends = [ 216429 aeson base base64-bytestring binary binary-orphans bytestring 216430 configurator containers errors heist hoauth2 http-client ··· 217685 }: 217686 mkDerivation { 217687 pname = "sockets"; 217688 + version = "0.5.0.0"; 217689 + sha256 = "0pxrdxmiqyp5xs24sp22b4rldhzm1rahkdq5lc24m30g4p609xa3"; 217690 + revision = "1"; 217691 + editedCabalFile = "1ji60m0wj3jwdfwdjaxzic41rwdnq72m9xspn64f66c872lx137d"; 217692 isLibrary = true; 217693 isExecutable = true; 217694 libraryHaskellDepends = [ ··· 217697 ]; 217698 testHaskellDepends = [ 217699 async base byteslice bytestring ip primitive primitive-addr 217700 + primitive-unlifted stm tasty tasty-hunit 217701 ]; 217702 benchmarkHaskellDepends = [ 217703 base byteslice bytestring entropy ip primitive ··· 218018 license = stdenv.lib.licenses.bsd3; 218019 }) {}; 218020 218021 + "sortee" = callPackage 218022 + ({ mkDerivation, base, hspec, HUnit, QuickCheck }: 218023 + mkDerivation { 218024 + pname = "sortee"; 218025 + version = "0.1.0.1"; 218026 + sha256 = "0lnjxryiqnkmsdqjam37ld1xqk50l3qh6lmmpsw5fnw48c8hlyzs"; 218027 + libraryHaskellDepends = [ base ]; 218028 + testHaskellDepends = [ base hspec HUnit QuickCheck ]; 218029 + description = "Generate string for sort key"; 218030 + license = stdenv.lib.licenses.gpl3; 218031 + }) {}; 218032 + 218033 "sorting" = callPackage 218034 ({ mkDerivation, base }: 218035 mkDerivation { ··· 218598 pname = "spatial-rotations"; 218599 version = "0.1.0.1"; 218600 sha256 = "02nysw4dbg5l37j83kdybxkrdzgjxn20h3lknnphwz0hr0n489ii"; 218601 + revision = "3"; 218602 + editedCabalFile = "03kjhr51w600cnm1jgdc9nbm9ay66fxq93z7r6xgph1a4dmcjvg4"; 218603 libraryHaskellDepends = [ 218604 base linear manifolds-core vector-space 218605 ]; ··· 218751 }: 218752 mkDerivation { 218753 pname = "spectral-clustering"; 218754 + version = "0.3.1.0"; 218755 + sha256 = "140njrq73nalkm7dp9vyk3hz027jj0ppgjqdr3qcz93a9lkzdsyh"; 218756 libraryHaskellDepends = [ 218757 base clustering containers eigen hmatrix hmatrix-svdlibc mwc-random 218758 safe sparse-linear-algebra statistics vector ··· 219235 license = stdenv.lib.licenses.bsd3; 219236 }) {}; 219237 219238 + "splitmix_0_0_3" = callPackage 219239 + ({ mkDerivation, async, base, base-compat-batteries, bytestring 219240 + , clock, containers, criterion, deepseq, HUnit, process, random 219241 + , tf-random, time, vector 219242 + }: 219243 + mkDerivation { 219244 + pname = "splitmix"; 219245 + version = "0.0.3"; 219246 + sha256 = "1k0amgkz7rvyz3lnw7m786ilnr1cibwhx9sc4qynq329gxan5r7w"; 219247 + libraryHaskellDepends = [ base deepseq random time ]; 219248 + testHaskellDepends = [ 219249 + async base base-compat-batteries bytestring deepseq HUnit process 219250 + random tf-random vector 219251 + ]; 219252 + benchmarkHaskellDepends = [ 219253 + base clock containers criterion random tf-random 219254 + ]; 219255 + description = "Fast Splittable PRNG"; 219256 + license = stdenv.lib.licenses.bsd3; 219257 + hydraPlatforms = stdenv.lib.platforms.none; 219258 + }) {}; 219259 + 219260 "splitter" = callPackage 219261 ({ mkDerivation, base, directory, filepath, parsec, range }: 219262 mkDerivation { ··· 220274 , http-client, http-client-tls, http-conduit, http-download 220275 , http-types, memory, microlens, mintty, mono-traversable, mtl 220276 , mustache, neat-interpolation, network-uri, open-browser 220277 + , optparse-applicative, pantry, path, path-io, persistent 220278 , persistent-sqlite, persistent-template, pretty, primitive 220279 , process, project-template, QuickCheck, raw-strings-qq 220280 , regex-applicative-text, resource-pool, resourcet, retry, rio ··· 220287 }: 220288 mkDerivation { 220289 pname = "stack"; 220290 + version = "2.1.3.1"; 220291 + sha256 = "1q2nagnc24fvyj3hwnpgyp3rqhxswhscyw4pw2dazqx34ad3d0zr"; 220292 configureFlags = [ 220293 "-fdisable-git-info" "-fhide-dependency-versions" 220294 "-fsupported-build" ··· 220305 http-client http-client-tls http-conduit http-download http-types 220306 memory microlens mintty mono-traversable mtl mustache 220307 neat-interpolation network-uri open-browser optparse-applicative 220308 + pantry path path-io persistent persistent-sqlite 220309 persistent-template pretty primitive process project-template 220310 regex-applicative-text resource-pool resourcet retry rio 220311 rio-prettyprint semigroups split stm streaming-commons tar ··· 220323 http-client http-client-tls http-conduit http-download http-types 220324 memory microlens mintty mono-traversable mtl mustache 220325 neat-interpolation network-uri open-browser optparse-applicative 220326 + pantry path path-io persistent persistent-sqlite 220327 persistent-template pretty primitive process project-template 220328 regex-applicative-text resource-pool resourcet retry rio 220329 rio-prettyprint semigroups split stm streaming-commons tar ··· 220341 hspec http-client http-client-tls http-conduit http-download 220342 http-types memory microlens mintty mono-traversable mtl mustache 220343 neat-interpolation network-uri open-browser optparse-applicative 220344 + pantry path path-io persistent persistent-sqlite 220345 persistent-template pretty primitive process project-template 220346 QuickCheck raw-strings-qq regex-applicative-text resource-pool 220347 resourcet retry rio rio-prettyprint semigroups smallcheck split stm ··· 220601 }: 220602 mkDerivation { 220603 pname = "stack2cabal"; 220604 + version = "1.0.3"; 220605 + sha256 = "1bmghzb866p3225ai3w4xxy3s2qic3vr4srcx7xb113qjvmadran"; 220606 isLibrary = false; 220607 isExecutable = true; 220608 executableHaskellDepends = [ ··· 220909 }: 220910 mkDerivation { 220911 pname = "stackage-to-hackage"; 220912 + version = "1.1.1"; 220913 + sha256 = "10zd3wqla54mfnwv65gklvmglhcpzhanqfka0l0ilnbkqlgx4acm"; 220914 isLibrary = true; 220915 isExecutable = true; 220916 libraryHaskellDepends = [ ··· 221775 libraryHaskellDepends = [ array base bytestring containers ]; 221776 description = "A wrapper around Sean Barrett's TrueType rasterizer library"; 221777 license = stdenv.lib.licenses.publicDomain; 221778 + }) {}; 221779 + 221780 + "stc-lang" = callPackage 221781 + ({ mkDerivation, abstract-par, aeson, base, BoundedChan, bytestring 221782 + , clock, deepseq, ghc-prim, hashable, hashtables, hedis, HUnit 221783 + , hw-kafka-client, microlens, microlens-aeson, monad-par 221784 + , monad-par-extras, mtl, random, test-framework 221785 + , test-framework-hunit, text, time, transformers, uuid-types 221786 + , vector, yaml 221787 + }: 221788 + mkDerivation { 221789 + pname = "stc-lang"; 221790 + version = "1.0.0"; 221791 + sha256 = "1x11q696f3598g3ph3shiia0xwxqjaydp27inmfqz01p891xhj5w"; 221792 + revision = "1"; 221793 + editedCabalFile = "1fjkr2k0j2463vifmaqm6d8pk3r66wrmf74g8lypgf9p4vbsv53m"; 221794 + isLibrary = true; 221795 + isExecutable = true; 221796 + libraryHaskellDepends = [ 221797 + abstract-par base BoundedChan bytestring deepseq microlens 221798 + monad-par monad-par-extras mtl transformers 221799 + ]; 221800 + executableHaskellDepends = [ 221801 + aeson base BoundedChan bytestring clock deepseq hashable hashtables 221802 + hedis hw-kafka-client microlens microlens-aeson mtl random text 221803 + transformers uuid-types vector yaml 221804 + ]; 221805 + testHaskellDepends = [ 221806 + base deepseq ghc-prim HUnit microlens mtl test-framework 221807 + test-framework-hunit time transformers 221808 + ]; 221809 + description = "A library for implicit, monadic dataflow parallelism"; 221810 + license = stdenv.lib.licenses.bsd3; 221811 + hydraPlatforms = stdenv.lib.platforms.none; 221812 + broken = true; 221813 }) {}; 221814 221815 "std" = callPackage ··· 222883 }) {}; 222884 222885 "stratux" = callPackage 222886 + ({ mkDerivation, base, stratux-http, stratux-types 222887 + , stratux-websockets 222888 }: 222889 mkDerivation { 222890 pname = "stratux"; 222891 + version = "0.0.10"; 222892 + sha256 = "0km05c7i6yxlxy4fa39rrll1xmf5yzb6vk1b8s8rmh19520dzb07"; 222893 libraryHaskellDepends = [ 222894 base stratux-http stratux-types stratux-websockets 222895 ]; 222896 description = "A library for stratux"; 222897 license = stdenv.lib.licenses.bsd3; 222898 hydraPlatforms = stdenv.lib.platforms.none; 222899 broken = true; 222900 }) {}; 222901 222902 + "stratux-demo" = callPackage 222903 + ({ mkDerivation, base, lens, network-uri, optparse-applicative 222904 + , stratux, text, time, transformers 222905 + }: 222906 + mkDerivation { 222907 + pname = "stratux-demo"; 222908 + version = "0.0.12"; 222909 + sha256 = "0rarr1z6rk6idjyxzb0053p90rpixqwc767bslcm6dvj9rxbgsvp"; 222910 + isLibrary = true; 222911 + isExecutable = true; 222912 + libraryHaskellDepends = [ 222913 + base lens network-uri optparse-applicative stratux text time 222914 + transformers 222915 + ]; 222916 + executableHaskellDepends = [ 222917 + base lens network-uri optparse-applicative stratux text time 222918 + transformers 222919 + ]; 222920 + description = "A demonstration of the stratux library"; 222921 + license = stdenv.lib.licenses.bsd3; 222922 + hydraPlatforms = stdenv.lib.platforms.none; 222923 + broken = true; 222924 + }) {}; 222925 + 222926 "stratux-http" = callPackage 222927 + ({ mkDerivation, aeson, base, HTTP, network-uri, stratux-types 222928 + , transformers, utf8-string 222929 }: 222930 mkDerivation { 222931 pname = "stratux-http"; 222932 + version = "0.0.11"; 222933 + sha256 = "056fz3fs1giwlh9yfj462p0bg98gzikbqvkkwcyrmyqpxjsala15"; 222934 libraryHaskellDepends = [ 222935 + aeson base HTTP network-uri stratux-types transformers utf8-string 222936 ]; 222937 description = "A library for using HTTP with stratux"; 222938 license = stdenv.lib.licenses.bsd3; ··· 222941 }) {}; 222942 222943 "stratux-types" = callPackage 222944 + ({ mkDerivation, aeson, base, bytestring, lens, scientific, text 222945 , time 222946 }: 222947 mkDerivation { 222948 pname = "stratux-types"; 222949 + version = "0.0.11"; 222950 + sha256 = "0ps9y9rfjk5xzikkl4rsv203rfqc1yqa8alp5hx37lqgcnymw4hy"; 222951 libraryHaskellDepends = [ 222952 aeson base bytestring lens scientific text time 222953 ]; 222954 description = "A library for reading JSON output from stratux"; 222955 license = stdenv.lib.licenses.bsd3; 222956 hydraPlatforms = stdenv.lib.platforms.none; ··· 222958 }) {}; 222959 222960 "stratux-websockets" = callPackage 222961 + ({ mkDerivation, aeson, base, either, network, stratux-types, text 222962 , transformers, websockets 222963 }: 222964 mkDerivation { 222965 pname = "stratux-websockets"; 222966 + version = "0.0.11"; 222967 + sha256 = "0602y8h37zplp1g0fmdim1f8pmdz713jydc4qsh6ii3x58i8klj5"; 222968 libraryHaskellDepends = [ 222969 aeson base either network stratux-types text transformers 222970 websockets 222971 ]; 222972 description = "A library for using websockets with stratux"; 222973 license = stdenv.lib.licenses.bsd3; ··· 225188 pname = "summoner"; 225189 version = "1.3.0.1"; 225190 sha256 = "1m08n2ip9rjx06mcwcv636ncicmpxcmhx82i3p4yc5vylibxr57s"; 225191 + revision = "4"; 225192 + editedCabalFile = "1vjk95n2wqybigy8p55gs7qkiv5v1lwf8qmri1f9bk29599sh74k"; 225193 isLibrary = true; 225194 isExecutable = true; 225195 libraryHaskellDepends = [ ··· 226366 }: 226367 mkDerivation { 226368 pname = "symantic"; 226369 + version = "6.3.4.20190712"; 226370 + sha256 = "0khx7ddr9cdwyqz22xai8vmjn37c3w9gf4mlzil8lqvdf2cwk6wk"; 226371 libraryHaskellDepends = [ 226372 base containers mono-traversable symantic-document symantic-grammar 226373 text transformers ··· 226379 }) {}; 226380 226381 "symantic-cli" = callPackage 226382 + ({ mkDerivation, base, bytestring, containers, megaparsec 226383 + , symantic-document, text, transformers 226384 }: 226385 mkDerivation { 226386 pname = "symantic-cli"; 226387 + version = "2.4.0.20190719"; 226388 + sha256 = "0ca3c309wxby99sy3xa96i04q2r7wxcgk4amy8z86xaz1r78a60d"; 226389 libraryHaskellDepends = [ 226390 + base bytestring containers megaparsec symantic-document text 226391 + transformers 226392 ]; 226393 description = "Symantics for parsing and documenting a CLI"; 226394 license = stdenv.lib.licenses.gpl3; ··· 226402 }: 226403 mkDerivation { 226404 pname = "symantic-document"; 226405 + version = "1.5.0.20190711"; 226406 + sha256 = "01vza9k4ic6xwgj4jqihcfm5a5q8n6svi1988v851pi40dg8m03s"; 226407 libraryHaskellDepends = [ ansi-terminal base text transformers ]; 226408 testHaskellDepends = [ 226409 base containers tasty tasty-hunit text transformers ··· 226580 broken = true; 226581 }) {}; 226582 226583 + "symantic-xml" = callPackage 226584 + ({ mkDerivation, base, bytestring, containers, data-default-class 226585 + , deepseq, filepath, hashable, hxt-charproperties, megaparsec, safe 226586 + , tasty, tasty-golden, text, transformers, treeseq 226587 + , unordered-containers 226588 + }: 226589 + mkDerivation { 226590 + pname = "symantic-xml"; 226591 + version = "1.0.0.20190223"; 226592 + sha256 = "0mqx0ysp9c4zzljjgl0w68k5r8qgv2h35cfq0mqvijcjq5dgiflp"; 226593 + libraryHaskellDepends = [ 226594 + base bytestring containers data-default-class filepath hashable 226595 + hxt-charproperties megaparsec safe text transformers treeseq 226596 + unordered-containers 226597 + ]; 226598 + testHaskellDepends = [ 226599 + base bytestring containers data-default-class deepseq filepath 226600 + hashable megaparsec tasty tasty-golden text transformers treeseq 226601 + ]; 226602 + description = "Library for reading, validating and writing a subset of the XML format"; 226603 + license = stdenv.lib.licenses.gpl3; 226604 + hydraPlatforms = stdenv.lib.platforms.none; 226605 + broken = true; 226606 + }) {}; 226607 + 226608 "symbol" = callPackage 226609 ({ mkDerivation, base, containers, deepseq }: 226610 mkDerivation { ··· 226615 editedCabalFile = "0jdbaap11pkgb6m98v57k7qnx62pqxy7pa2i7293ywa4q305qgm1"; 226616 libraryHaskellDepends = [ base containers deepseq ]; 226617 description = "A 'Symbol' type for fast symbol comparison"; 226618 + license = stdenv.lib.licenses.bsd3; 226619 + }) {}; 226620 + 226621 + "symbolic-link" = callPackage 226622 + ({ mkDerivation, base, directory, unix, yaml }: 226623 + mkDerivation { 226624 + pname = "symbolic-link"; 226625 + version = "0.1.0.2"; 226626 + sha256 = "02v0ry474xkpacbav6s3781xiczkhbx5rzks9ad5pj2y16z59pr7"; 226627 + isLibrary = true; 226628 + isExecutable = true; 226629 + libraryHaskellDepends = [ base directory unix ]; 226630 + executableHaskellDepends = [ base directory unix yaml ]; 226631 + description = "Symlink tools"; 226632 license = stdenv.lib.licenses.bsd3; 226633 }) {}; 226634 ··· 228369 pname = "tai"; 228370 version = "0"; 228371 sha256 = "1kp7m9mhawi2fbdsir4kg9z6hbmlw4kmp3kjvlk4qkhvckgl3pxw"; 228372 + revision = "1"; 228373 + editedCabalFile = "0m95bx120pjigxncbdb28y3cv4d6x05vgpjgny86vk0lkslk130y"; 228374 libraryHaskellDepends = [ 228375 base clock lens mtl parsers time trifecta wreq 228376 ]; ··· 228781 pname = "tart"; 228782 version = "0.1.2"; 228783 sha256 = "1ik86xbai9513gr9k60m55xf5pj5bdw3wbjc0gd260j9k9j4p73k"; 228784 + revision = "1"; 228785 + editedCabalFile = "04xkrc0xfbx2kk6f8b41zf611s4k848ahczbbs85pd9lqqpkbhzj"; 228786 isLibrary = true; 228787 isExecutable = true; 228788 libraryHaskellDepends = [ ··· 229432 license = stdenv.lib.licenses.mit; 229433 }) {}; 229434 229435 + "tasty-silver_3_1_13" = callPackage 229436 + ({ mkDerivation, ansi-terminal, async, base, bytestring, containers 229437 + , deepseq, directory, filepath, mtl, optparse-applicative, process 229438 + , process-extras, regex-tdfa, semigroups, stm, tagged, tasty 229439 + , tasty-hunit, temporary, text, transformers 229440 + }: 229441 + mkDerivation { 229442 + pname = "tasty-silver"; 229443 + version = "3.1.13"; 229444 + sha256 = "1sd9xgjcvlnw338dn5rcy5la7gw15yvg4xl85ym7aav5fr97apfs"; 229445 + libraryHaskellDepends = [ 229446 + ansi-terminal async base bytestring containers deepseq directory 229447 + filepath mtl optparse-applicative process process-extras regex-tdfa 229448 + semigroups stm tagged tasty temporary text 229449 + ]; 229450 + testHaskellDepends = [ 229451 + base directory filepath process tasty tasty-hunit temporary 229452 + transformers 229453 + ]; 229454 + description = "A fancy test runner, including support for golden tests"; 229455 + license = stdenv.lib.licenses.mit; 229456 + hydraPlatforms = stdenv.lib.platforms.none; 229457 + }) {}; 229458 + 229459 "tasty-smallcheck" = callPackage 229460 ({ mkDerivation, async, base, smallcheck, tagged, tasty }: 229461 mkDerivation { ··· 229527 testHaskellDepends = [ base tasty-hunit ]; 229528 description = "Automatic tasty test case discovery using TH"; 229529 license = stdenv.lib.licenses.bsd3; 229530 + }) {}; 229531 + 229532 + "tasty-tmux" = callPackage 229533 + ({ mkDerivation, base, bytestring, mtl, regex-posix, tasty 229534 + , tasty-hunit, text, typed-process 229535 + }: 229536 + mkDerivation { 229537 + pname = "tasty-tmux"; 229538 + version = "0.1.0.0"; 229539 + sha256 = "1k7xc2fvfjrv48hml1jlhjrdrnb9sjaar7xrbwbj1275s09b51h8"; 229540 + libraryHaskellDepends = [ 229541 + base bytestring mtl regex-posix tasty tasty-hunit text 229542 + typed-process 229543 + ]; 229544 + description = "Terminal user acceptance testing (UAT) via tmux"; 229545 + license = stdenv.lib.licenses.agpl3; 229546 }) {}; 229547 229548 "tasty-travis" = callPackage ··· 231025 ]; 231026 description = "Terminal emulator configurable in Haskell"; 231027 license = stdenv.lib.licenses.bsd3; 231028 + hydraPlatforms = stdenv.lib.platforms.none; 231029 + broken = true; 231030 }) {inherit (pkgs) gtk3; vte_291 = pkgs.vte;}; 231031 231032 "termplot" = callPackage ··· 231954 }: 231955 mkDerivation { 231956 pname = "text-cp437"; 231957 + version = "0.2.2"; 231958 + sha256 = "1lv1nhkrwdrs3ji7x2qv1r33dipgchr1fl2znmmkhxksbhlwi0x9"; 231959 libraryHaskellDepends = [ base bytestring text ]; 231960 testHaskellDepends = [ 231961 base bytestring QuickCheck quickcheck-text text ··· 232457 license = stdenv.lib.licenses.bsd3; 232458 }) {}; 232459 232460 + "text-short_0_1_3" = callPackage 232461 + ({ mkDerivation, base, binary, bytestring, deepseq, ghc-prim 232462 + , hashable, quickcheck-instances, tasty, tasty-hunit 232463 + , tasty-quickcheck, text 232464 + }: 232465 + mkDerivation { 232466 + pname = "text-short"; 232467 + version = "0.1.3"; 232468 + sha256 = "0xyrxlb602z8bc9sr2y1fag0x56a20yj5qrkvy7iwc6hnznrynxz"; 232469 + libraryHaskellDepends = [ 232470 + base binary bytestring deepseq ghc-prim hashable text 232471 + ]; 232472 + testHaskellDepends = [ 232473 + base binary quickcheck-instances tasty tasty-hunit tasty-quickcheck 232474 + text 232475 + ]; 232476 + description = "Memory-efficient representation of Unicode text strings"; 232477 + license = stdenv.lib.licenses.bsd3; 232478 + hydraPlatforms = stdenv.lib.platforms.none; 232479 + }) {}; 232480 + 232481 "text-show" = callPackage 232482 ({ mkDerivation, array, base, base-compat-batteries, base-orphans 232483 , bifunctors, bytestring, bytestring-builder, containers ··· 233434 license = stdenv.lib.licenses.asl20; 233435 }) {}; 233436 233437 + "th-test-utils" = callPackage 233438 + ({ mkDerivation, base, tasty, tasty-hunit, template-haskell 233439 + , transformers 233440 + }: 233441 + mkDerivation { 233442 + pname = "th-test-utils"; 233443 + version = "1.0.0"; 233444 + sha256 = "1kpkf6h0vr06z7iphkcjva9x28mfjg967hrih4im527g9vw5mdq6"; 233445 + libraryHaskellDepends = [ base template-haskell transformers ]; 233446 + testHaskellDepends = [ 233447 + base tasty tasty-hunit template-haskell transformers 233448 + ]; 233449 + description = "Utility functions for testing Template Haskell code"; 233450 + license = stdenv.lib.licenses.bsd3; 233451 + }) {}; 233452 + 233453 "th-to-exp" = callPackage 233454 ({ mkDerivation, base, hspec, template-haskell }: 233455 mkDerivation { ··· 233694 license = stdenv.lib.licenses.bsd3; 233695 }) {}; 233696 233697 + "these_1_0_1" = callPackage 233698 ({ mkDerivation, aeson, assoc, base, base-compat, binary, deepseq 233699 , hashable, QuickCheck, semigroupoids, unordered-containers 233700 }: 233701 mkDerivation { 233702 pname = "these"; 233703 + version = "1.0.1"; 233704 + sha256 = "1k0pi65g7cm9hzdw6my6bzz2zvddkmj1qs45ymqmi316bpiixk3r"; 233705 libraryHaskellDepends = [ 233706 aeson assoc base base-compat binary deepseq hashable QuickCheck 233707 semigroupoids unordered-containers ··· 234373 license = stdenv.lib.licenses.gpl3; 234374 }) {}; 234375 234376 + "tidal_1_3_0" = callPackage 234377 + ({ mkDerivation, base, bifunctors, bytestring, clock, colour 234378 + , containers, criterion, deepseq, hosc, microspec, mwc-random 234379 + , network, parsec, text, transformers, vector, weigh 234380 + }: 234381 + mkDerivation { 234382 + pname = "tidal"; 234383 + version = "1.3.0"; 234384 + sha256 = "0zd9z0nc600b1zw0c1bpl5b3ik1dcspv5kd72p3if70g81x56d8l"; 234385 + enableSeparateDataOutput = true; 234386 + libraryHaskellDepends = [ 234387 + base bifunctors bytestring clock colour containers deepseq hosc 234388 + mwc-random network parsec text transformers vector 234389 + ]; 234390 + testHaskellDepends = [ base containers microspec parsec ]; 234391 + benchmarkHaskellDepends = [ base criterion weigh ]; 234392 + description = "Pattern language for improvised music"; 234393 + license = stdenv.lib.licenses.gpl3; 234394 + hydraPlatforms = stdenv.lib.platforms.none; 234395 + }) {}; 234396 + 234397 "tidal-midi" = callPackage 234398 ({ mkDerivation, base, containers, PortMidi, tidal, time 234399 , transformers ··· 234429 }) {}; 234430 234431 "tidal-vis" = callPackage 234432 + ({ mkDerivation, async, base, cairo, colour, containers, gloss 234433 + , hashable, hosc, mtl, network, SDL, SDL-gfx, SDL-image, SDL-ttf 234434 + , tidal, time, unagi-chan 234435 + }: 234436 mkDerivation { 234437 pname = "tidal-vis"; 234438 + version = "1.0.14"; 234439 + sha256 = "1l924nqv8ljd9ljpy05r18j0rc5if3k5lvpifv2g8fn967gi0nfs"; 234440 + isLibrary = true; 234441 + isExecutable = true; 234442 + libraryHaskellDepends = [ 234443 + async base cairo colour containers gloss hashable hosc mtl network 234444 + SDL SDL-gfx SDL-image SDL-ttf tidal time unagi-chan 234445 + ]; 234446 + executableHaskellDepends = [ base ]; 234447 + description = "Visual rendering for Tidal patterns and osc messages"; 234448 license = stdenv.lib.licenses.gpl3; 234449 hydraPlatforms = stdenv.lib.platforms.none; 234450 broken = true; ··· 235818 license = stdenv.lib.licenses.bsd3; 235819 }) {}; 235820 235821 + "tls_1_5_1" = callPackage 235822 ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring 235823 , cereal, cryptonite, data-default-class, gauge, hourglass, memory 235824 , mtl, network, QuickCheck, tasty, tasty-quickcheck, transformers ··· 235826 }: 235827 mkDerivation { 235828 pname = "tls"; 235829 + version = "1.5.1"; 235830 + sha256 = "1fs5q494ip8hi2jdp34wy93hmdd42lwkh1hi0jg3ngdnilpg33yi"; 235831 libraryHaskellDepends = [ 235832 asn1-encoding asn1-types async base bytestring cereal cryptonite 235833 data-default-class hourglass memory mtl network transformers x509 ··· 235865 license = stdenv.lib.licenses.bsd3; 235866 }) {}; 235867 235868 + "tls-debug_0_4_7" = callPackage 235869 ({ mkDerivation, base, bytestring, cryptonite, data-default-class 235870 , network, pem, tls, tls-session-manager, x509, x509-store 235871 , x509-system, x509-validation 235872 }: 235873 mkDerivation { 235874 pname = "tls-debug"; 235875 + version = "0.4.7"; 235876 + sha256 = "1p3ihky5vznjv66f1mbpj33ahkg8g0xgfknldzmgllwsmh533dji"; 235877 isLibrary = false; 235878 isExecutable = true; 235879 executableHaskellDepends = [ ··· 235919 ]; 235920 description = "In-memory TLS session manager"; 235921 license = stdenv.lib.licenses.bsd3; 235922 + }) {}; 235923 + 235924 + "tls-session-manager_0_0_3" = callPackage 235925 + ({ mkDerivation, auto-update, base, basement, bytestring, clock 235926 + , memory, psqueues, tls 235927 + }: 235928 + mkDerivation { 235929 + pname = "tls-session-manager"; 235930 + version = "0.0.3"; 235931 + sha256 = "0k57flqp2b4bipafiyfipnqmdqv04ky39yr4s4s9sx577zz2j2yi"; 235932 + libraryHaskellDepends = [ 235933 + auto-update base basement bytestring clock memory psqueues tls 235934 + ]; 235935 + description = "In-memory TLS session manager"; 235936 + license = stdenv.lib.licenses.bsd3; 235937 + hydraPlatforms = stdenv.lib.platforms.none; 235938 }) {}; 235939 235940 "tmapchan" = callPackage ··· 236437 broken = true; 236438 }) {}; 236439 236440 + "tomland_1_1_0_1" = callPackage 236441 ({ mkDerivation, aeson, base, bytestring, containers, deepseq 236442 + , directory, gauge, hashable, hedgehog, hspec-megaparsec, htoml 236443 , htoml-megaparsec, markdown-unlit, megaparsec, mtl, parsec 236444 , parser-combinators, tasty, tasty-discover, tasty-hedgehog 236445 , tasty-hspec, tasty-silver, text, time, toml-parser, transformers ··· 236447 }: 236448 mkDerivation { 236449 pname = "tomland"; 236450 + version = "1.1.0.1"; 236451 + sha256 = "0ihz8pvcnr33mydz4n7gsayikh50pn1bg3km2h3nlv054lff7kai"; 236452 + revision = "1"; 236453 + editedCabalFile = "16382q0q77bv9zlahmgbmc90hvl1b23g9fxk4dl2f1lhlfqjkxnw"; 236454 isLibrary = true; 236455 isExecutable = true; 236456 libraryHaskellDepends = [ ··· 236460 executableHaskellDepends = [ base text time unordered-containers ]; 236461 executableToolDepends = [ markdown-unlit ]; 236462 testHaskellDepends = [ 236463 + base bytestring containers directory hashable hedgehog 236464 + hspec-megaparsec megaparsec tasty tasty-hedgehog tasty-hspec 236465 + tasty-silver text time unordered-containers 236466 ]; 236467 testToolDepends = [ tasty-discover ]; 236468 benchmarkHaskellDepends = [ ··· 236633 , diversity, fgl, filepath, find-clumpiness, foldl, graphviz 236634 , hierarchical-clustering, hierarchical-spectral-clustering 236635 , hmatrix, inline-r, lens, managed, matrix-market-attoparsec 236636 + , modularity, mtl, optparse-generic, palette, parallel, plots, safe 236637 + , scientific, sparse-linear-algebra, spectral-clustering, split 236638 + , statistics, streaming, streaming-bytestring, streaming-cassava 236639 + , streaming-utils, streaming-with, SVGFonts, temporary 236640 + , terminal-progress-bar, text, text-show, transformers, vector 236641 + , vector-algorithms, zlib 236642 }: 236643 mkDerivation { 236644 pname = "too-many-cells"; 236645 + version = "0.1.12.2"; 236646 + sha256 = "01jbz5a51myy4293637c9v2ac87cp60l4rax2gkdiqw8vj8231j4"; 236647 isLibrary = true; 236648 isExecutable = true; 236649 libraryHaskellDepends = [ ··· 236651 diagrams diagrams-cairo diagrams-graphviz diagrams-lib differential 236652 directory diversity fgl filepath find-clumpiness foldl graphviz 236653 hierarchical-clustering hierarchical-spectral-clustering hmatrix 236654 + inline-r lens managed matrix-market-attoparsec modularity mtl 236655 + palette parallel plots safe scientific sparse-linear-algebra split 236656 + statistics streaming streaming-bytestring streaming-cassava 236657 streaming-with SVGFonts temporary text text-show vector 236658 vector-algorithms zlib 236659 ]; ··· 236661 aeson base birch-beer bytestring cassava colour containers 236662 diagrams-cairo diagrams-lib directory fgl filepath find-clumpiness 236663 graphviz hierarchical-spectral-clustering inline-r lens 236664 + matrix-market-attoparsec modularity mtl optparse-generic palette 236665 + plots spectral-clustering streaming streaming-bytestring 236666 + streaming-utils terminal-progress-bar text text-show transformers 236667 + vector 236668 ]; 236669 description = "Cluster single cells and analyze cell clade relationships"; 236670 license = stdenv.lib.licenses.gpl3; ··· 236674 236675 "toodles" = callPackage 236676 ({ mkDerivation, aeson, base, base64-bytestring, blaze-html 236677 + , bytestring, cmdargs, directory, extra, filepath, hspec 236678 + , hspec-expectations, megaparsec, MissingH, process, regex-posix 236679 + , RSA, servant, servant-blaze, servant-server, strict, text, time 236680 + , wai, warp, yaml 236681 }: 236682 mkDerivation { 236683 pname = "toodles"; 236684 + version = "1.2.3"; 236685 + sha256 = "0b6sznzkcjhs5fw920ivmvh6n6walamy16602bxid7sjrlgdjzcf"; 236686 isLibrary = true; 236687 isExecutable = true; 236688 enableSeparateDataOutput = true; ··· 236693 ]; 236694 executableHaskellDepends = [ 236695 aeson base base64-bytestring blaze-html bytestring cmdargs 236696 + directory extra filepath megaparsec MissingH process regex-posix 236697 + RSA servant servant-blaze servant-server strict text time wai warp 236698 + yaml 236699 ]; 236700 testHaskellDepends = [ 236701 aeson base base64-bytestring blaze-html bytestring cmdargs ··· 237096 }: 237097 mkDerivation { 237098 pname = "tpdb"; 237099 + version = "2.2.0"; 237100 + sha256 = "1hrnfvp49rny9rznnhlhvgw4ffmn9nbbdiknsbwxgjfh1ixir1vf"; 237101 isLibrary = true; 237102 isExecutable = true; 237103 libraryHaskellDepends = [ ··· 237238 ]; 237239 description = "Distributed tracing"; 237240 license = stdenv.lib.licenses.bsd3; 237241 + hydraPlatforms = stdenv.lib.platforms.none; 237242 + broken = true; 237243 }) {}; 237244 237245 "tracker" = callPackage ··· 237280 }: 237281 mkDerivation { 237282 pname = "traction"; 237283 + version = "0.2.0"; 237284 + sha256 = "1rbbp2sw5i1x499bhi1d0f37m34rf6j9p2ndlqsijallmdiawcgq"; 237285 libraryHaskellDepends = [ 237286 base bytestring containers exceptions mmorph postgresql-simple 237287 resource-pool syb template-haskell text time transformers ··· 237651 license = stdenv.lib.licenses.bsd3; 237652 }) {}; 237653 237654 + "transformers-except" = callPackage 237655 + ({ mkDerivation, base, exceptions, text, transformers }: 237656 + mkDerivation { 237657 + pname = "transformers-except"; 237658 + version = "0.1.1"; 237659 + sha256 = "1i89k4bml223f7m3pin73vrz51xb2j7q7rr39x9v587hmm40mvkm"; 237660 + libraryHaskellDepends = [ base exceptions text transformers ]; 237661 + description = "An Except monad transformer with"; 237662 + license = stdenv.lib.licenses.bsd3; 237663 + }) {}; 237664 + 237665 "transformers-fix" = callPackage 237666 ({ mkDerivation, base, transformers }: 237667 mkDerivation { ··· 237856 }: 237857 mkDerivation { 237858 pname = "trasa"; 237859 + version = "0.4.1"; 237860 + sha256 = "0nnr72h6ylx52ni6l7r0nnv02d540agzfhyjfjrxywbx7xz70q5c"; 237861 libraryHaskellDepends = [ 237862 base binary bytestring hashable http-media http-types 237863 quantification text unordered-containers ··· 237883 license = stdenv.lib.licenses.mit; 237884 }) {}; 237885 237886 + "trasa-extra" = callPackage 237887 + ({ mkDerivation, aeson, base, bytestring, case-insensitive 237888 + , containers, cookie, http-types, mtl, path-pieces, quantification 237889 + , text, trasa, trasa-server 237890 + }: 237891 + mkDerivation { 237892 + pname = "trasa-extra"; 237893 + version = "0.1.0.0"; 237894 + sha256 = "0ka5w55zzx7cy17pwdwcjf20yl0lmpg6bqv874k0ia7hihl6sx6c"; 237895 + libraryHaskellDepends = [ 237896 + aeson base bytestring case-insensitive containers cookie http-types 237897 + mtl path-pieces quantification text trasa trasa-server 237898 + ]; 237899 + description = "Extra functions for trasa"; 237900 + license = stdenv.lib.licenses.bsd3; 237901 + hydraPlatforms = stdenv.lib.platforms.none; 237902 + broken = true; 237903 + }) {}; 237904 + 237905 + "trasa-form" = callPackage 237906 + ({ mkDerivation, base, bytestring, cookie, ditto, ditto-lucid 237907 + , http-api-data, http-types, lucid, mtl, quantification, text 237908 + , trasa, trasa-server, unordered-containers 237909 + }: 237910 + mkDerivation { 237911 + pname = "trasa-form"; 237912 + version = "0.3.2.0"; 237913 + sha256 = "0q59wkg7k66iq8n6b73226z23sgy8pfvylac9qvlaiib6dllq1g8"; 237914 + libraryHaskellDepends = [ 237915 + base bytestring cookie ditto ditto-lucid http-api-data http-types 237916 + lucid mtl quantification text trasa trasa-server 237917 + unordered-containers 237918 + ]; 237919 + description = "generate forms using lucid, ditto and trasa"; 237920 + license = stdenv.lib.licenses.bsd3; 237921 + }) {}; 237922 + 237923 "trasa-reflex" = callPackage 237924 ({ mkDerivation, base, bytestring, containers, ghcjs-dom 237925 , http-media, http-types, jsaddle, reflex, reflex-dom, text, trasa ··· 237943 }: 237944 mkDerivation { 237945 pname = "trasa-server"; 237946 + version = "0.5.4"; 237947 + sha256 = "1z3cq2zfygxf1v7ifga23mf7zn750925cvghmb3i54a9r0wafmb2"; 237948 libraryHaskellDepends = [ 237949 base bytestring case-insensitive containers http-media http-types 237950 mtl text trasa wai ··· 237967 testHaskellDepends = [ base trasa ]; 237968 description = "Template Haskell to generate trasa routes"; 237969 license = stdenv.lib.licenses.mit; 237970 + hydraPlatforms = stdenv.lib.platforms.none; 237971 + broken = true; 237972 }) {}; 237973 237974 "traverse-with-class" = callPackage ··· 238689 ({ mkDerivation, base }: 238690 mkDerivation { 238691 pname = "trivial-constraint"; 238692 + version = "0.6.0.0"; 238693 + sha256 = "0y0iyll7ml5qz271cqa0dc3w2j3w1d8jjaxwaf2flcidigws69z5"; 238694 libraryHaskellDepends = [ base ]; 238695 description = "Constraints that any type, resp. no type fulfills"; 238696 license = stdenv.lib.licenses.gpl3; ··· 240378 broken = true; 240379 }) {}; 240380 240381 + "type-errors-pretty" = callPackage 240382 + ({ mkDerivation, base, doctest, Glob }: 240383 + mkDerivation { 240384 + pname = "type-errors-pretty"; 240385 + version = "0.0.0.0"; 240386 + sha256 = "0yj8c91maanihyl9506ihpxv3zyfvprr359dvd2b9ym3py50kncs"; 240387 + libraryHaskellDepends = [ base ]; 240388 + testHaskellDepends = [ base doctest Glob ]; 240389 + description = "Combinators for writing pretty type errors easily"; 240390 + license = stdenv.lib.licenses.mpl20; 240391 + }) {}; 240392 + 240393 "type-fun" = callPackage 240394 ({ mkDerivation, base }: 240395 mkDerivation { ··· 241331 }: 241332 mkDerivation { 241333 pname = "typesafe-precure"; 241334 + version = "0.7.5.1"; 241335 + sha256 = "0n2cnd15gwixk17jqcz4hxishikscwbcn2gnrkcz3a295ng68ins"; 241336 libraryHaskellDepends = [ 241337 aeson aeson-pretty autoexporter base bytestring dlist 241338 monad-skeleton template-haskell text th-data-compat ··· 241613 pname = "ucam-webauth"; 241614 version = "0.1.0.0"; 241615 sha256 = "14l989aasyqdw1x7aq9ikhcq9p3s1ax4qk53rd5s53wdgbc20n9k"; 241616 + revision = "6"; 241617 + editedCabalFile = "1dammzdhin226byx8p287kdnn9pc7s49hfxcdmflly6hsy1psnvy"; 241618 libraryHaskellDepends = [ 241619 aeson attoparsec base bytestring containers cryptonite errors 241620 http-api-data http-types microlens microlens-mtl mtl ··· 242010 }) {}; 242011 242012 "unbeliever" = callPackage 242013 + ({ mkDerivation, base, bytestring, core-data, core-program 242014 + , core-text, fingertree, gauge, hspec, safe-exceptions, text 242015 + , text-short 242016 }: 242017 mkDerivation { 242018 pname = "unbeliever"; 242019 + version = "0.10.0.1"; 242020 + sha256 = "0fmv76xmi4ansrksa07vidqvxiqgdmvvampkqngi1ma7g3k2n29x"; 242021 + libraryHaskellDepends = [ base core-data core-program core-text ]; 242022 testHaskellDepends = [ 242023 + base bytestring core-data core-program core-text fingertree hspec 242024 + safe-exceptions text text-short 242025 ]; 242026 benchmarkHaskellDepends = [ 242027 + base bytestring core-data core-program core-text gauge text 242028 ]; 242029 + doHaddock = false; 242030 description = "Opinionated Haskell Interoperability"; 242031 license = stdenv.lib.licenses.bsd3; 242032 }) {}; ··· 242612 pname = "union"; 242613 version = "0.1.2"; 242614 sha256 = "1i4fvlwkw1wx64a6l8342aqfqsdq7fqa4p24g3i5gn5704lxrsb3"; 242615 + revision = "3"; 242616 + editedCabalFile = "160jc4ykqvkzw79sb9j95mw7hsnknpfhkbbd75xmkpx08vnv4d76"; 242617 libraryHaskellDepends = [ 242618 base deepseq hashable profunctors tagged vinyl 242619 ]; ··· 243422 license = stdenv.lib.licenses.mit; 243423 }) {}; 243424 243425 + "unliftio_0_2_12" = callPackage 243426 + ({ mkDerivation, async, base, bytestring, containers, deepseq 243427 + , directory, filepath, gauge, hspec, process, QuickCheck, stm, time 243428 + , transformers, unix, unliftio-core 243429 + }: 243430 + mkDerivation { 243431 + pname = "unliftio"; 243432 + version = "0.2.12"; 243433 + sha256 = "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"; 243434 + libraryHaskellDepends = [ 243435 + async base bytestring deepseq directory filepath process stm time 243436 + transformers unix unliftio-core 243437 + ]; 243438 + testHaskellDepends = [ 243439 + async base bytestring containers deepseq directory filepath hspec 243440 + process QuickCheck stm time transformers unix unliftio-core 243441 + ]; 243442 + benchmarkHaskellDepends = [ 243443 + async base bytestring deepseq directory filepath gauge process stm 243444 + time transformers unix unliftio-core 243445 + ]; 243446 + description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; 243447 + license = stdenv.lib.licenses.mit; 243448 + hydraPlatforms = stdenv.lib.platforms.none; 243449 + }) {}; 243450 + 243451 "unliftio-core" = callPackage 243452 ({ mkDerivation, base, transformers }: 243453 mkDerivation { ··· 243938 ]; 243939 description = "Command-line tool to generate paths for moving upward in a file system"; 243940 license = stdenv.lib.licenses.bsd3; 243941 + hydraPlatforms = stdenv.lib.platforms.none; 243942 + broken = true; 243943 }) {}; 243944 243945 "up-grade" = callPackage ··· 244413 ]; 244414 description = "Painfully simple URL deployment"; 244415 license = stdenv.lib.licenses.bsd3; 244416 + hydraPlatforms = stdenv.lib.platforms.none; 244417 + broken = true; 244418 }) {}; 244419 244420 "urn" = callPackage ··· 244466 license = stdenv.lib.licenses.publicDomain; 244467 hydraPlatforms = stdenv.lib.platforms.none; 244468 broken = true; 244469 + }) {}; 244470 + 244471 + "usa-holidays" = callPackage 244472 + ({ mkDerivation, base, doctest, doctest-discover, hspec, time }: 244473 + mkDerivation { 244474 + pname = "usa-holidays"; 244475 + version = "0.1.0.1"; 244476 + sha256 = "04biw4l5rpfcflrmcn45hlirq26bpzs27745jhyr32gl6mpnqb12"; 244477 + libraryHaskellDepends = [ base time ]; 244478 + testHaskellDepends = [ base doctest doctest-discover hspec time ]; 244479 + license = stdenv.lib.licenses.bsd3; 244480 }) {}; 244481 244482 "usb" = callPackage ··· 245929 license = stdenv.lib.licenses.bsd3; 245930 }) {}; 245931 245932 + "vault_0_3_1_3" = callPackage 245933 + ({ mkDerivation, base, containers, hashable, semigroups 245934 + , unordered-containers 245935 + }: 245936 + mkDerivation { 245937 + pname = "vault"; 245938 + version = "0.3.1.3"; 245939 + sha256 = "0vdm472vn734xa27jjm2mjacl37mxiqaaahvm4hzqjgyh4cqq377"; 245940 + libraryHaskellDepends = [ 245941 + base containers hashable semigroups unordered-containers 245942 + ]; 245943 + description = "a persistent store for values of arbitrary types"; 245944 + license = stdenv.lib.licenses.bsd3; 245945 + hydraPlatforms = stdenv.lib.platforms.none; 245946 + }) {}; 245947 + 245948 "vault-tool" = callPackage 245949 ({ mkDerivation, aeson, base, bytestring, http-client 245950 , http-client-tls, http-types, text, unordered-containers ··· 247015 ]; 247016 description = "types for ingesting vflow data with aeson"; 247017 license = stdenv.lib.licenses.bsd3; 247018 + hydraPlatforms = stdenv.lib.platforms.none; 247019 + broken = true; 247020 }) {}; 247021 247022 "vfr-waypoints" = callPackage ··· 248405 license = stdenv.lib.licenses.mit; 248406 }) {}; 248407 248408 + "wai-extra_3_0_27" = callPackage 248409 + ({ mkDerivation, aeson, ansi-terminal, base, base64-bytestring 248410 + , bytestring, case-insensitive, containers, cookie 248411 + , data-default-class, deepseq, directory, fast-logger, hspec 248412 + , http-types, http2, HUnit, iproute, network, old-locale, resourcet 248413 + , streaming-commons, text, time, transformers, unix, unix-compat 248414 + , vault, void, wai, wai-logger, word8, zlib 248415 + }: 248416 + mkDerivation { 248417 + pname = "wai-extra"; 248418 + version = "3.0.27"; 248419 + sha256 = "1p8x61xjbwjif10iibc3b2gxh3dd3rymrfvinrdn0h9wn7qsyh2x"; 248420 + isLibrary = true; 248421 + isExecutable = true; 248422 + libraryHaskellDepends = [ 248423 + aeson ansi-terminal base base64-bytestring bytestring 248424 + case-insensitive containers cookie data-default-class deepseq 248425 + directory fast-logger http-types http2 iproute network old-locale 248426 + resourcet streaming-commons text time transformers unix unix-compat 248427 + vault void wai wai-logger word8 zlib 248428 + ]; 248429 + testHaskellDepends = [ 248430 + base bytestring case-insensitive cookie fast-logger hspec 248431 + http-types http2 HUnit resourcet text time transformers wai zlib 248432 + ]; 248433 + description = "Provides some basic WAI handlers and middleware"; 248434 + license = stdenv.lib.licenses.mit; 248435 + hydraPlatforms = stdenv.lib.platforms.none; 248436 + }) {}; 248437 + 248438 "wai-frontend-monadcgi" = callPackage 248439 ({ mkDerivation, base, bytestring, case-insensitive, cgi 248440 , containers, http-types, transformers, wai ··· 248632 }: 248633 mkDerivation { 248634 pname = "wai-http2-extra"; 248635 + version = "0.1.2"; 248636 + sha256 = "1f4ddgrprdnbpdbb6jj8n2ib206dlj5mgf8ar6r1ls2p90vpn6yr"; 248637 libraryHaskellDepends = [ 248638 auto-update base bytestring containers http-types wai warp word8 248639 ]; ··· 249987 pname = "warc"; 249988 version = "1.0.4"; 249989 sha256 = "1mxfm8kdvm0l1lnzma4n9mriz94ypckxqcz1f34fa3n1j3ckc45b"; 249990 + revision = "2"; 249991 + editedCabalFile = "0vlh1wivzs2ikmp3jbx4m0zxyvkjy1rn6xhbgaz1n5vi37hid74n"; 249992 isLibrary = true; 249993 isExecutable = true; 249994 libraryHaskellDepends = [ ··· 250657 base boomerang mtl parsec text web-routes 250658 ]; 250659 description = "Use boomerang for type-safe URL parsers/printers"; 250660 + license = stdenv.lib.licenses.bsd3; 250661 + }) {}; 250662 + 250663 + "web-routes-generics" = callPackage 250664 + ({ mkDerivation, base, parsec, text, web-routes }: 250665 + mkDerivation { 250666 + pname = "web-routes-generics"; 250667 + version = "0.1.0.1"; 250668 + sha256 = "16nykkzjznl9zq2qgn87lpqxkz8yx83s7949lv4vzapp4hjv04yy"; 250669 + libraryHaskellDepends = [ base parsec text web-routes ]; 250670 + description = "portable, type-safe URL routing"; 250671 license = stdenv.lib.licenses.bsd3; 250672 }) {}; 250673 ··· 252197 license = stdenv.lib.licenses.bsd3; 252198 }) {}; 252199 252200 + "winery_1_1_2" = callPackage 252201 ({ mkDerivation, aeson, base, binary, bytestring, cereal 252202 , containers, cpu, deepseq, directory, fast-builder, gauge 252203 , hashable, HUnit, megaparsec, mtl, prettyprinter 252204 , prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances 252205 + , scientific, semigroups, serialise, store, text, time 252206 + , transformers, unordered-containers, vector 252207 }: 252208 mkDerivation { 252209 pname = "winery"; 252210 + version = "1.1.2"; 252211 + sha256 = "1hxs3pyv0icqmnmnjadr86d55jdi689hgcjgx3lq7skxs3hp0qf1"; 252212 isLibrary = true; 252213 isExecutable = true; 252214 libraryHaskellDepends = [ ··· 252228 ]; 252229 benchmarkHaskellDepends = [ 252230 aeson base binary bytestring cereal deepseq directory gauge 252231 + serialise store text 252232 ]; 252233 description = "A compact, well-typed seralisation format for Haskell values"; 252234 license = stdenv.lib.licenses.bsd3; ··· 252608 license = stdenv.lib.licenses.isc; 252609 hydraPlatforms = stdenv.lib.platforms.none; 252610 broken = true; 252611 + }) {wlc = null;}; 252612 252613 "wobsurv" = callPackage 252614 ({ mkDerivation, aeson, attoparsec, base-prelude, bytestring ··· 253164 license = stdenv.lib.licenses.bsd3; 253165 }) {}; 253166 253167 + "world-peace_1_0_1_0" = callPackage 253168 ({ mkDerivation, aeson, base, deepseq, doctest, Glob, profunctors 253169 , should-not-typecheck, tagged, tasty, tasty-hunit, text 253170 }: 253171 mkDerivation { 253172 pname = "world-peace"; 253173 + version = "1.0.1.0"; 253174 + sha256 = "1fx7y9h1yyjc5xn1mpbkwas6p6h06rivzndb545z1qnnp583vzwp"; 253175 libraryHaskellDepends = [ aeson base deepseq profunctors tagged ]; 253176 testHaskellDepends = [ 253177 base doctest Glob should-not-typecheck tasty tasty-hunit text ··· 253640 ]; 253641 description = "A simple CLI utility for interacting with a websocket"; 253642 license = stdenv.lib.licenses.bsd3; 253643 + hydraPlatforms = stdenv.lib.platforms.none; 253644 + broken = true; 253645 }) {}; 253646 253647 "ws-chans" = callPackage ··· 256596 license = stdenv.lib.licenses.bsd3; 256597 }) {}; 256598 256599 + "yam_0_7" = callPackage 256600 ({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring 256601 , data-default, exceptions, fast-logger, hspec, http-client 256602 , http-types, lens, menshen, monad-logger, mtl, mwc-random ··· 256607 }: 256608 mkDerivation { 256609 pname = "yam"; 256610 + version = "0.7"; 256611 + sha256 = "1b1igh82zhdbql4kfjxxh1rg1776x2yv2755hnvps5p06c2wap7z"; 256612 libraryHaskellDepends = [ 256613 aeson base base16-bytestring binary bytestring data-default 256614 exceptions fast-logger http-client http-types lens menshen ··· 256684 license = stdenv.lib.licenses.bsd3; 256685 }) {}; 256686 256687 + "yam-datasource_0_7" = callPackage 256688 ({ mkDerivation, base, conduit, data-default, monad-logger 256689 , persistent, resource-pool, resourcet, salak, servant-server, text 256690 , unliftio-core, yam 256691 }: 256692 mkDerivation { 256693 pname = "yam-datasource"; 256694 + version = "0.7"; 256695 + sha256 = "0dkricvyypyggbmqp3mqryz7sw1z1z92ixnvz48lc8xqahvj0fsv"; 256696 libraryHaskellDepends = [ 256697 base conduit data-default monad-logger persistent resource-pool 256698 resourcet salak servant-server text unliftio-core yam ··· 256735 }: 256736 mkDerivation { 256737 pname = "yam-redis"; 256738 + version = "0.7"; 256739 + sha256 = "0cw4prkmi2csmi1kw3k0lvvzhnl71f4fplsv3f2jxgcgviim89pw"; 256740 libraryHaskellDepends = [ 256741 base bytestring data-default hedis menshen monad-logger mtl salak 256742 servant-server text yam ··· 257423 libraryHaskellDepends = [ base deriving-compat hedgehog yaya ]; 257424 description = "Hedgehog testing support for the Yaya recursion scheme library"; 257425 license = stdenv.lib.licenses.agpl3; 257426 + hydraPlatforms = stdenv.lib.platforms.none; 257427 + broken = true; 257428 }) {}; 257429 257430 "yaya-unsafe" = callPackage ··· 258623 testHaskellDepends = [ base hspec text time ]; 258624 description = "Form handling support for Yesod Web Framework"; 258625 license = stdenv.lib.licenses.mit; 258626 + }) {}; 258627 + 258628 + "yesod-form_1_6_6" = callPackage 258629 + ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html 258630 + , blaze-markup, byteable, bytestring, containers, data-default 258631 + , email-validate, hspec, network-uri, persistent, resourcet 258632 + , semigroups, shakespeare, text, time, transformers, wai 258633 + , xss-sanitize, yesod-core, yesod-persistent 258634 + }: 258635 + mkDerivation { 258636 + pname = "yesod-form"; 258637 + version = "1.6.6"; 258638 + sha256 = "16m7m7yixsnka926znjy0xn0kp30mbvjq2f46rh987kdr28dks9p"; 258639 + libraryHaskellDepends = [ 258640 + aeson attoparsec base blaze-builder blaze-html blaze-markup 258641 + byteable bytestring containers data-default email-validate 258642 + network-uri persistent resourcet semigroups shakespeare text time 258643 + transformers wai xss-sanitize yesod-core yesod-persistent 258644 + ]; 258645 + testHaskellDepends = [ base hspec text time ]; 258646 + description = "Form handling support for Yesod Web Framework"; 258647 + license = stdenv.lib.licenses.mit; 258648 + hydraPlatforms = stdenv.lib.platforms.none; 258649 }) {}; 258650 258651 "yesod-form-bootstrap4" = callPackage