hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.7-2-gcba0663 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/15a894ee48d2537ecc6d06d4d58e0df062191948.

+971 -945
+971 -945
pkgs/development/haskell-modules/hackage-packages.nix
··· 5463 hydraPlatforms = stdenv.lib.platforms.none; 5464 }) {}; 5465 5466 "Finance-Quote-Yahoo" = callPackage 5467 ({ mkDerivation, base, bytestring, http-conduit, network 5468 , old-locale, time ··· 8683 license = stdenv.lib.licenses.bsd3; 8684 }) {}; 8685 8686 "HTTP-Simple" = callPackage 8687 ({ mkDerivation, base, HTTP, network }: 8688 mkDerivation { ··· 11613 }) {}; 11614 11615 "ListT" = callPackage 11616 - ({ mkDerivation, base, transformers }: 11617 mkDerivation { 11618 pname = "ListT"; 11619 - version = "0.1.0.0"; 11620 - sha256 = "0x2xzasxgrvybyz4ksr41ary5k9l0qccbk2wh71kpwk9nhp4ybx0"; 11621 - libraryHaskellDepends = [ base transformers ]; 11622 description = "List transformer"; 11623 license = stdenv.lib.licenses.bsd3; 11624 }) {}; ··· 13508 }) {}; 13509 13510 "Octree" = callPackage 13511 - ({ mkDerivation, AC-Vector, base, markdown-unlit, QuickCheck }: 13512 - mkDerivation { 13513 - pname = "Octree"; 13514 - version = "0.5.4.3"; 13515 - sha256 = "0rdlf8cqpfz43j9xddc5pqp829nyirndkc2rc7h8f8ycpdzsmn2g"; 13516 - revision = "1"; 13517 - editedCabalFile = "1ysmpp7knrkxh68q6nq012877mn51sgzjrpls7d80pkg4pgkf42a"; 13518 - libraryHaskellDepends = [ AC-Vector base QuickCheck ]; 13519 - testHaskellDepends = [ AC-Vector base markdown-unlit QuickCheck ]; 13520 - homepage = "https://github.com/mgajda/octree"; 13521 - description = "Simple unbalanced Octree for storing data about 3D points"; 13522 - license = stdenv.lib.licenses.bsd3; 13523 - }) {}; 13524 - 13525 - "Octree_0_5_4_4" = callPackage 13526 ({ mkDerivation, AC-Vector, base, QuickCheck }: 13527 mkDerivation { 13528 pname = "Octree"; ··· 13533 homepage = "https://github.com/mgajda/octree"; 13534 description = "Simple unbalanced Octree for storing data about 3D points"; 13535 license = stdenv.lib.licenses.bsd3; 13536 - hydraPlatforms = stdenv.lib.platforms.none; 13537 }) {}; 13538 13539 "OddWord" = callPackage ··· 15684 ({ mkDerivation, base, SDL }: 15685 mkDerivation { 15686 pname = "SDL"; 15687 - version = "0.6.5.1"; 15688 - sha256 = "1sa3zx3vrs1gbinxx33zwq0x2bsf3i964bff7419p7vzidn36k46"; 15689 - revision = "1"; 15690 - editedCabalFile = "0gj76j31i8rnlnvkf6hr8ljc6qmqqqcndy0bgrcppji78zg3ygi3"; 15691 - enableSeparateDataOutput = true; 15692 - libraryHaskellDepends = [ base ]; 15693 - librarySystemDepends = [ SDL ]; 15694 - description = "Binding to libSDL"; 15695 - license = stdenv.lib.licenses.bsd3; 15696 - }) {inherit (pkgs) SDL;}; 15697 - 15698 - "SDL_0_6_6_0" = callPackage 15699 - ({ mkDerivation, base, SDL }: 15700 - mkDerivation { 15701 - pname = "SDL"; 15702 version = "0.6.6.0"; 15703 sha256 = "0wpddhq5vwm2m1q8ja1p6draz4f40p1snmdshxwqnyyj3nchqz0z"; 15704 enableSeparateDataOutput = true; ··· 15706 librarySystemDepends = [ SDL ]; 15707 description = "Binding to libSDL"; 15708 license = stdenv.lib.licenses.bsd3; 15709 - hydraPlatforms = stdenv.lib.platforms.none; 15710 }) {inherit (pkgs) SDL;}; 15711 15712 "SDL-gfx" = callPackage ··· 28078 ({ mkDerivation, base }: 28079 mkDerivation { 28080 pname = "ansi-escape-codes"; 28081 - version = "0.1.0.0"; 28082 - sha256 = "0cd8nllv5p3jxm8cshfimkqwxhcnws7qyrgd8mc0hm4a55k5vhpd"; 28083 libraryHaskellDepends = [ base ]; 28084 homepage = "https://github.com/joegesualdo/ansi-escape-codes"; 28085 description = "Haskell package to generate ANSI escape codes for styling strings in the terminal"; ··· 31236 license = stdenv.lib.licenses.bsd3; 31237 }) {}; 31238 31239 "attoparsec" = callPackage 31240 ({ mkDerivation, array, base, bytestring, case-insensitive 31241 , containers, criterion, deepseq, directory, filepath, ghc-prim ··· 34179 ({ mkDerivation, base, hspec, parsec }: 34180 mkDerivation { 34181 pname = "bbdb"; 34182 - version = "0.6.1"; 34183 - sha256 = "03fnm2xffpf1ldry6wc7haqy40zqfsjswhdwynmnnhbjn7mr5py7"; 34184 libraryHaskellDepends = [ base parsec ]; 34185 testHaskellDepends = [ base hspec parsec ]; 34186 homepage = "https://github.com/henrylaxen/bbdb"; ··· 34427 }) {}; 34428 34429 "bench" = callPackage 34430 - ({ mkDerivation, base, criterion, optparse-applicative, silently 34431 - , text, turtle 34432 - }: 34433 - mkDerivation { 34434 - pname = "bench"; 34435 - version = "1.0.6"; 34436 - sha256 = "0ss5liap1f71i7igpszdpb6himl30gibydlknx9ka44dsrh7dhq9"; 34437 - isLibrary = false; 34438 - isExecutable = true; 34439 - executableHaskellDepends = [ 34440 - base criterion optparse-applicative silently text turtle 34441 - ]; 34442 - homepage = "http://github.com/Gabriel439/bench"; 34443 - description = "Command-line benchmark tool"; 34444 - license = stdenv.lib.licenses.bsd3; 34445 - }) {}; 34446 - 34447 - "bench_1_0_7" = callPackage 34448 ({ mkDerivation, base, criterion, optparse-applicative, process 34449 , silently, text, turtle 34450 }: ··· 34460 homepage = "http://github.com/Gabriel439/bench"; 34461 description = "Command-line benchmark tool"; 34462 license = stdenv.lib.licenses.bsd3; 34463 - hydraPlatforms = stdenv.lib.platforms.none; 34464 }) {}; 34465 34466 "benchmark-function" = callPackage ··· 35681 ({ mkDerivation, base }: 35682 mkDerivation { 35683 pname = "bindings-DSL"; 35684 - version = "1.0.23"; 35685 - sha256 = "1rqhkk8hn1xjl3705dvakxx93q89vp0fw22v2cbrlapbir27cv7b"; 35686 - libraryHaskellDepends = [ base ]; 35687 - homepage = "https://github.com/jwiegley/bindings-dsl/wiki"; 35688 - description = "FFI domain specific language, on top of hsc2hs"; 35689 - license = stdenv.lib.licenses.bsd3; 35690 - }) {}; 35691 - 35692 - "bindings-DSL_1_0_24" = callPackage 35693 - ({ mkDerivation, base }: 35694 - mkDerivation { 35695 - pname = "bindings-DSL"; 35696 version = "1.0.24"; 35697 sha256 = "03n8z5qxrrq4l6h2f3xyav45f5v2gr112g4l4r4jw8yfvr8qyk93"; 35698 libraryHaskellDepends = [ base ]; 35699 homepage = "https://github.com/jwiegley/bindings-dsl/wiki"; 35700 description = "FFI domain specific language, on top of hsc2hs"; 35701 license = stdenv.lib.licenses.bsd3; 35702 - hydraPlatforms = stdenv.lib.platforms.none; 35703 }) {}; 35704 35705 "bindings-EsounD" = callPackage ··· 39400 license = stdenv.lib.licenses.bsd3; 39401 }) {}; 39402 39403 - "brick_0_29_1" = callPackage 39404 ({ mkDerivation, base, config-ini, containers, contravariant 39405 , data-clist, deepseq, dlist, microlens, microlens-mtl 39406 , microlens-th, stm, template-haskell, text, text-zipper ··· 39408 }: 39409 mkDerivation { 39410 pname = "brick"; 39411 - version = "0.29.1"; 39412 - sha256 = "1jslqfsqgrg379x4zi44f5xxn2jh0syqd4zbnfg07y3zgy5i399z"; 39413 isLibrary = true; 39414 isExecutable = true; 39415 libraryHaskellDepends = [ ··· 41278 ({ mkDerivation, base, Cabal, directory, filepath }: 41279 mkDerivation { 41280 pname = "cabal-doctest"; 41281 - version = "1.0.3"; 41282 - sha256 = "1qyqxmw5z1418jda3q5j04pknqirfrfrqigibbxi4n31ajwlfisc"; 41283 - libraryHaskellDepends = [ base Cabal directory filepath ]; 41284 - homepage = "https://github.com/phadej/cabal-doctest"; 41285 - description = "A Setup.hs helper for doctests running"; 41286 - license = stdenv.lib.licenses.bsd3; 41287 - }) {}; 41288 - 41289 - "cabal-doctest_1_0_4" = callPackage 41290 - ({ mkDerivation, base, Cabal, directory, filepath }: 41291 - mkDerivation { 41292 - pname = "cabal-doctest"; 41293 version = "1.0.4"; 41294 sha256 = "03sawamkp95jycq9sah72iw525pdndb3x4h489zf4s3ir9avds3d"; 41295 libraryHaskellDepends = [ base Cabal directory filepath ]; 41296 homepage = "https://github.com/phadej/cabal-doctest"; 41297 description = "A Setup.hs helper for doctests running"; 41298 license = stdenv.lib.licenses.bsd3; 41299 - hydraPlatforms = stdenv.lib.platforms.none; 41300 }) {}; 41301 41302 "cabal-file-th" = callPackage ··· 43845 ({ mkDerivation, alg, base }: 43846 mkDerivation { 43847 pname = "category"; 43848 - version = "0.1.2.0"; 43849 - sha256 = "0f3ik57gc9x7ppxgbc487jazpj8wd14aaiwpnkqxkf9142kqv8nj"; 43850 libraryHaskellDepends = [ alg base ]; 43851 description = "Categorical types and classes"; 43852 license = stdenv.lib.licenses.bsd3; ··· 45245 license = stdenv.lib.licenses.mit; 45246 }) {}; 45247 45248 "chell-hunit" = callPackage 45249 ({ mkDerivation, base, chell, HUnit }: 45250 mkDerivation { ··· 45262 ({ mkDerivation, base, chell, QuickCheck, random }: 45263 mkDerivation { 45264 pname = "chell-quickcheck"; 45265 - version = "0.2.5"; 45266 - sha256 = "02bkcnx5k6r5csdnnkvk4wfd0l36nxb87i1463ynw17n7ym9s4cs"; 45267 libraryHaskellDepends = [ base chell QuickCheck random ]; 45268 homepage = "https://john-millikin.com/software/chell/"; 45269 description = "QuickCheck support for the Chell testing library"; ··· 47221 }) {}; 47222 47223 "clist" = callPackage 47224 - ({ mkDerivation, base, base-unicode-symbols, peano }: 47225 mkDerivation { 47226 pname = "clist"; 47227 - version = "0.1.0.0"; 47228 - sha256 = "1jvkv6dwx2gm59vczmiagpxb0614fz63jzqrqm81bdai8yb0gpzd"; 47229 - revision = "1"; 47230 - editedCabalFile = "00lxh1v7dcylvm62a2bgzncfcla0b4l1nkhx8q1m3201fzwba22m"; 47231 - libraryHaskellDepends = [ base base-unicode-symbols peano ]; 47232 homepage = "https://github.com/strake/clist.hs"; 47233 description = "Counted list"; 47234 license = "unknown"; ··· 48834 }) {}; 48835 48836 "colour" = callPackage 48837 - ({ mkDerivation, base }: 48838 - mkDerivation { 48839 - pname = "colour"; 48840 - version = "2.3.3"; 48841 - sha256 = "1qmn1778xzg07jg9nx4k1spdz2llivpblf6wwrps1qpqjhsac5cd"; 48842 - enableSeparateDataOutput = true; 48843 - libraryHaskellDepends = [ base ]; 48844 - homepage = "http://www.haskell.org/haskellwiki/Colour"; 48845 - description = "A model for human colour/color perception"; 48846 - license = stdenv.lib.licenses.mit; 48847 - }) {}; 48848 - 48849 - "colour_2_3_4" = callPackage 48850 ({ mkDerivation, base, QuickCheck, random, test-framework 48851 , test-framework-quickcheck2 48852 }: ··· 48862 homepage = "http://www.haskell.org/haskellwiki/Colour"; 48863 description = "A model for human colour/color perception"; 48864 license = stdenv.lib.licenses.mit; 48865 - hydraPlatforms = stdenv.lib.platforms.none; 48866 }) {}; 48867 48868 "colour-accelerate" = callPackage ··· 50007 pname = "computational-algebra"; 50008 version = "0.5.1.0"; 50009 sha256 = "1ivhfw60gv1gxv6fl8z2n3a468dkvrwff8kg1brypaixzwp589gx"; 50010 isLibrary = true; 50011 isExecutable = true; 50012 libraryHaskellDepends = [ ··· 50797 }: 50798 mkDerivation { 50799 pname = "conduit-combinators"; 50800 - version = "1.1.1"; 50801 - sha256 = "0609miq03lq9visfb2dqqsxghmvgzm24pq39mqby1jnnah6yh8m0"; 50802 - libraryHaskellDepends = [ 50803 - base base16-bytestring base64-bytestring bytestring chunked-data 50804 - conduit conduit-extra filepath monad-control mono-traversable 50805 - mwc-random primitive resourcet text transformers transformers-base 50806 - unix unix-compat vector void 50807 - ]; 50808 - testHaskellDepends = [ 50809 - base base16-bytestring base64-bytestring bytestring chunked-data 50810 - conduit containers directory filepath hspec mono-traversable mtl 50811 - mwc-random QuickCheck safe silently text transformers vector 50812 - ]; 50813 - homepage = "https://github.com/snoyberg/mono-traversable"; 50814 - description = "Commonly used conduit functions, for both chunked and unchunked data"; 50815 - license = stdenv.lib.licenses.mit; 50816 - }) {}; 50817 - 50818 - "conduit-combinators_1_1_2" = callPackage 50819 - ({ mkDerivation, base, base16-bytestring, base64-bytestring 50820 - , bytestring, chunked-data, conduit, conduit-extra, containers 50821 - , directory, filepath, hspec, monad-control, mono-traversable, mtl 50822 - , mwc-random, primitive, QuickCheck, resourcet, safe, silently 50823 - , text, transformers, transformers-base, unix, unix-compat, vector 50824 - , void 50825 - }: 50826 - mkDerivation { 50827 - pname = "conduit-combinators"; 50828 version = "1.1.2"; 50829 sha256 = "0f31iphdi31m7cfd2szq06x3xdag1kkv2vbxh6bm2ax37k9sw2w4"; 50830 libraryHaskellDepends = [ ··· 50841 homepage = "https://github.com/snoyberg/mono-traversable#readme"; 50842 description = "Commonly used conduit functions, for both chunked and unchunked data"; 50843 license = stdenv.lib.licenses.mit; 50844 - hydraPlatforms = stdenv.lib.platforms.none; 50845 }) {}; 50846 50847 "conduit-connection" = callPackage ··· 50895 license = stdenv.lib.licenses.mit; 50896 }) {}; 50897 50898 - "conduit-extra_1_2_1" = callPackage 50899 ({ mkDerivation, async, attoparsec, base, blaze-builder, bytestring 50900 , bytestring-builder, conduit, criterion, directory, exceptions 50901 , filepath, hspec, monad-control, network, primitive, process ··· 50904 }: 50905 mkDerivation { 50906 pname = "conduit-extra"; 50907 - version = "1.2.1"; 50908 - sha256 = "10sdnnjwk9wmj7fsjdnz4isbqibdhws54igy420c2q5m4alkzsgk"; 50909 libraryHaskellDepends = [ 50910 async attoparsec base blaze-builder bytestring conduit directory 50911 exceptions filepath monad-control network primitive process ··· 51714 ({ mkDerivation, base, category }: 51715 mkDerivation { 51716 pname = "constraint"; 51717 - version = "0.1.0.0"; 51718 - sha256 = "0m3hkvilgwmdj3w7x42ypyakbf4p2bnd0rfcwi7kpwqw79rrbvsc"; 51719 - revision = "1"; 51720 - editedCabalFile = "0zy2nyp81dhcqp4n3mqws47ydijhgnxx36av31g6qsdgim9symf9"; 51721 libraryHaskellDepends = [ base category ]; 51722 description = "Reified constraints"; 51723 license = stdenv.lib.licenses.bsd3; ··· 56002 }) {}; 56003 56004 "cyclotomic" = callPackage 56005 - ({ mkDerivation, arithmoi, base, containers }: 56006 mkDerivation { 56007 pname = "cyclotomic"; 56008 - version = "0.4.4.1"; 56009 - sha256 = "05rbigjqd6cp5g0kivz816vfnvvyn8jbfcds35kk46h8nwwsch2r"; 56010 libraryHaskellDepends = [ arithmoi base containers ]; 56011 description = "A subfield of the complex numbers for exact calculation"; 56012 license = stdenv.lib.licenses.gpl3; 56013 }) {}; ··· 56057 }: 56058 mkDerivation { 56059 pname = "d-bus"; 56060 - version = "0.1.7"; 56061 - sha256 = "00bd001hxh68cwrv2597qg8rpcdz0n96nn31qkqgyhbc4lni72af"; 56062 isLibrary = true; 56063 isExecutable = true; 56064 libraryHaskellDepends = [ ··· 58145 58146 "data-serializer" = callPackage 58147 ({ mkDerivation, base, binary, bytestring, cereal, data-endian 58148 - , parsers, semigroups, tasty, tasty-quickcheck 58149 - }: 58150 - mkDerivation { 58151 - pname = "data-serializer"; 58152 - version = "0.3"; 58153 - sha256 = "0bjya0x10y55vaa86da89d5svwcckv8h10dzcyiv14q2rxxgmgn8"; 58154 - libraryHaskellDepends = [ 58155 - base binary bytestring cereal data-endian parsers semigroups 58156 - ]; 58157 - testHaskellDepends = [ 58158 - base binary bytestring cereal tasty tasty-quickcheck 58159 - ]; 58160 - homepage = "https://github.com/mvv/data-serializer"; 58161 - description = "Common API for serialization libraries"; 58162 - license = stdenv.lib.licenses.bsd3; 58163 - }) {}; 58164 - 58165 - "data-serializer_0_3_2" = callPackage 58166 - ({ mkDerivation, base, binary, bytestring, cereal, data-endian 58167 , parsers, semigroups, split, tasty, tasty-quickcheck 58168 }: 58169 mkDerivation { ··· 58179 homepage = "https://github.com/mvv/data-serializer"; 58180 description = "Common API for serialization libraries"; 58181 license = stdenv.lib.licenses.bsd3; 58182 - hydraPlatforms = stdenv.lib.platforms.none; 58183 }) {}; 58184 58185 "data-size" = callPackage ··· 59991 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 59992 }) {}; 59993 59994 - "dejafu_0_9_1_1" = callPackage 59995 ({ mkDerivation, base, concurrency, containers, deepseq, exceptions 59996 , leancheck, random, ref-fd, transformers, transformers-base 59997 }: 59998 mkDerivation { 59999 pname = "dejafu"; 60000 - version = "0.9.1.1"; 60001 - sha256 = "0ipi2i80xkprrmvapm9z4pfs7r05zk408fg7npcxq4i8k77rvz8z"; 60002 libraryHaskellDepends = [ 60003 base concurrency containers deepseq exceptions leancheck random 60004 ref-fd transformers transformers-base ··· 60837 }: 60838 mkDerivation { 60839 pname = "dhall"; 60840 - version = "1.8.1"; 60841 - sha256 = "1ysvk36vq6gciayxspq7vmb0apnclyhfv4q7p933j25k01ys9gkg"; 60842 isLibrary = true; 60843 isExecutable = true; 60844 libraryHaskellDepends = [ ··· 62718 62719 "disjoint-containers" = callPackage 62720 ({ mkDerivation, aeson, base, containers, doctest, QuickCheck 62721 - , quickcheck-classes, transformers 62722 }: 62723 mkDerivation { 62724 pname = "disjoint-containers"; 62725 - version = "0.2.2"; 62726 - sha256 = "1g1rgmgjan7zwzm38iga5hn4yri54jvmlpzkjn4c57vgjm6wbl6p"; 62727 libraryHaskellDepends = [ aeson base containers transformers ]; 62728 testHaskellDepends = [ 62729 aeson base containers doctest QuickCheck quickcheck-classes 62730 ]; 62731 homepage = "https://github.com/andrewthad/disjoint-containers#readme"; 62732 description = "Disjoint containers"; ··· 64010 }) {}; 64011 64012 "docker-build-cacher" = callPackage 64013 - ({ mkDerivation, base, containers, foldl, language-dockerfile 64014 , system-filepath, text, turtle 64015 }: 64016 mkDerivation { 64017 pname = "docker-build-cacher"; 64018 - version = "1.7.1"; 64019 - sha256 = "0b10irbr75y0hl9mzpp6ws72gk3vqzpy5axdqa7f45zaxam8iim9"; 64020 isLibrary = false; 64021 isExecutable = true; 64022 executableHaskellDepends = [ 64023 - base containers foldl language-dockerfile system-filepath text 64024 - turtle 64025 ]; 64026 description = "Builds a services with docker and caches all of its intermediate stages"; 64027 license = stdenv.lib.licenses.bsd3; ··· 65104 hydraPlatforms = stdenv.lib.platforms.none; 65105 }) {}; 65106 65107 "drmaa" = callPackage 65108 ({ mkDerivation, base, directory, drmaa, inline-c }: 65109 mkDerivation { ··· 65511 }: 65512 mkDerivation { 65513 pname = "dumb-cas"; 65514 - version = "0.1.1.1"; 65515 - sha256 = "0pimlspgrfv04hwz91krbcq0g01fhrp9vgi2sj1kc7wz9hcd1pva"; 65516 libraryHaskellDepends = [ 65517 base containers decimal-literals hashable template-haskell 65518 unordered-containers ··· 68338 license = stdenv.lib.licenses.bsd3; 68339 }) {}; 68340 68341 "engine-io-yesod" = callPackage 68342 ({ mkDerivation, base, bytestring, conduit, conduit-extra 68343 , engine-io, http-types, text, unordered-containers, wai ··· 71439 ({ mkDerivation, base, leancheck, speculate, template-haskell }: 71440 mkDerivation { 71441 pname = "extrapolate"; 71442 - version = "0.2.4"; 71443 - sha256 = "14i1kb4l1wnc47fp2if95yk5jrb4s0p81c8bgda7lwihas9x8h9r"; 71444 libraryHaskellDepends = [ 71445 base leancheck speculate template-haskell 71446 ]; ··· 72578 hydraPlatforms = stdenv.lib.platforms.none; 72579 }) {}; 72580 72581 "feed" = callPackage 72582 ({ mkDerivation, base, HUnit, old-locale, old-time, test-framework 72583 , test-framework-hunit, time, time-locale-compat, utf8-string, xml ··· 74037 }: 74038 mkDerivation { 74039 pname = "fitspec"; 74040 - version = "0.4.3"; 74041 - sha256 = "0kbv2bz4cf8bvv8i5ypcldcyxd6l7f6wwsb85vfmjqrq7kn2apr2"; 74042 libraryHaskellDepends = [ 74043 base cmdargs leancheck template-haskell 74044 ]; 74045 - testHaskellDepends = [ base cmdargs leancheck template-haskell ]; 74046 - benchmarkHaskellDepends = [ 74047 - base cmdargs leancheck pretty template-haskell 74048 - ]; 74049 homepage = "https://github.com/rudymatela/fitspec#readme"; 74050 description = "refining property sets for testing Haskell programs"; 74051 license = stdenv.lib.licenses.bsd3; ··· 77188 }: 77189 mkDerivation { 77190 pname = "friday-juicypixels"; 77191 - version = "0.1.2.1"; 77192 - sha256 = "1x0s4m4zmmaz9sa000pwip6cagjza6c8w7i9zikpb8z7xn21i1na"; 77193 libraryHaskellDepends = [ base friday JuicyPixels vector ]; 77194 testHaskellDepends = [ 77195 base bytestring file-embed friday hspec JuicyPixels ··· 79179 pname = "generic-aeson"; 79180 version = "0.2.0.9"; 79181 sha256 = "1jw4rmfsky8r8551ddjy0i3va3dj37flzf23gxniyam7zy8kzh9l"; 79182 - revision = "1"; 79183 - editedCabalFile = "10dy6kdn48pfl6njdhv7zwfkb3qkwazl9238n2sz9gmw575gqnjn"; 79184 libraryHaskellDepends = [ 79185 aeson attoparsec base generic-deriving mtl tagged text 79186 unordered-containers vector ··· 79488 pname = "generic-xmlpickler"; 79489 version = "0.1.0.5"; 79490 sha256 = "1brnlgnbys811qy64aps2j03ks2p0rkihaqzaszfwl80cpsn05ym"; 79491 - revision = "4"; 79492 - editedCabalFile = "0zcrn8n12fk36iacg0c429ras6pbr96c1zxjbnf5jiq7ajwnd8ri"; 79493 libraryHaskellDepends = [ base generic-deriving hxt text ]; 79494 testHaskellDepends = [ 79495 base hxt hxt-pickle-utils tasty tasty-hunit tasty-th ··· 81018 license = stdenv.lib.licenses.bsd3; 81019 }) {}; 81020 81021 "ghc-prof-flamegraph" = callPackage 81022 ({ mkDerivation, base }: 81023 mkDerivation { ··· 81955 }: 81956 mkDerivation { 81957 pname = "gi-glib"; 81958 - version = "2.0.14"; 81959 - sha256 = "09bmrrppbjcy90f66qdhsj2hz3x7ci80mrdgryajzqrin4zs7aqx"; 81960 - setupHaskellDepends = [ base Cabal haskell-gi ]; 81961 - libraryHaskellDepends = [ 81962 - base bytestring containers haskell-gi haskell-gi-base 81963 - haskell-gi-overloading text transformers 81964 - ]; 81965 - libraryPkgconfigDepends = [ glib ]; 81966 - doHaddock = false; 81967 - homepage = "https://github.com/haskell-gi/haskell-gi"; 81968 - description = "GLib bindings"; 81969 - license = stdenv.lib.licenses.lgpl21; 81970 - }) {inherit (pkgs) glib;}; 81971 - 81972 - "gi-glib_2_0_15" = callPackage 81973 - ({ mkDerivation, base, bytestring, Cabal, containers, glib 81974 - , haskell-gi, haskell-gi-base, haskell-gi-overloading, text 81975 - , transformers 81976 - }: 81977 - mkDerivation { 81978 - pname = "gi-glib"; 81979 version = "2.0.15"; 81980 sha256 = "1gfkqvw2m5i5cg9c3y33l1wqxcr8s80w0sx8kdnnfial0c4ba6cz"; 81981 setupHaskellDepends = [ base Cabal haskell-gi ]; ··· 81988 homepage = "https://github.com/haskell-gi/haskell-gi"; 81989 description = "GLib bindings"; 81990 license = stdenv.lib.licenses.lgpl21; 81991 - hydraPlatforms = stdenv.lib.platforms.none; 81992 }) {inherit (pkgs) glib;}; 81993 81994 "gi-gobject" = callPackage ··· 82150 }: 82151 mkDerivation { 82152 pname = "gi-gtk"; 82153 - version = "3.0.17"; 82154 - sha256 = "1rplvhn3lbss66yps6jrhd9f9m6znj8ybss0rpik3dxwgmac3rw3"; 82155 - setupHaskellDepends = [ base Cabal haskell-gi ]; 82156 - libraryHaskellDepends = [ 82157 - base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf 82158 - gi-gio gi-glib gi-gobject gi-pango haskell-gi haskell-gi-base 82159 - haskell-gi-overloading text transformers 82160 - ]; 82161 - libraryPkgconfigDepends = [ gtk3 ]; 82162 - doHaddock = false; 82163 - homepage = "https://github.com/haskell-gi/haskell-gi"; 82164 - description = "Gtk bindings"; 82165 - license = stdenv.lib.licenses.lgpl21; 82166 - hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 82167 - }) {gtk3 = pkgs.gnome3.gtk;}; 82168 - 82169 - "gi-gtk_3_0_18" = callPackage 82170 - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk 82171 - , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject 82172 - , gi-pango, gtk3, haskell-gi, haskell-gi-base 82173 - , haskell-gi-overloading, text, transformers 82174 - }: 82175 - mkDerivation { 82176 - pname = "gi-gtk"; 82177 version = "3.0.18"; 82178 sha256 = "1fp84dba8hg6pvkdy0mip2pz9npx0kwp492gx8p1bgf119rqqfl1"; 82179 setupHaskellDepends = [ base Cabal haskell-gi ]; ··· 82187 homepage = "https://github.com/haskell-gi/haskell-gi"; 82188 description = "Gtk bindings"; 82189 license = stdenv.lib.licenses.lgpl21; 82190 - hydraPlatforms = stdenv.lib.platforms.none; 82191 }) {gtk3 = pkgs.gnome3.gtk;}; 82192 82193 "gi-gtk-hs" = callPackage ··· 82810 license = stdenv.lib.licenses.bsd3; 82811 }) {}; 82812 82813 "git-all" = callPackage 82814 ({ mkDerivation, base, cmdargs, hslogger, parallel-io, regex-posix 82815 , shelly, system-fileio, system-filepath, text, transformers, unix ··· 82844 , persistent, persistent-sqlite, persistent-template, process 82845 , QuickCheck, random, regex-tdfa, resourcet, rsync, SafeSemaphore 82846 , sandi, securemem, shakespeare, socks, split, stm, stm-chans 82847 - , template-haskell, text, time, torrent, transformers, unix 82848 - , unix-compat, unordered-containers, utf8-string, uuid, wai 82849 , wai-extra, warp, warp-tls, wget, which, yesod, yesod-core 82850 - , yesod-default, yesod-form, yesod-static 82851 }: 82852 mkDerivation { 82853 pname = "git-annex"; 82854 - version = "6.20171124"; 82855 - sha256 = "066m5s0wp1sw5ngjwgvd4cq1nxnm6jybb4qsyjwm828k4mcwywp7"; 82856 configureFlags = [ 82857 "-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns" 82858 "-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-fs3" ··· 82872 network-multicast network-uri old-locale optparse-applicative 82873 path-pieces persistent persistent-sqlite persistent-template 82874 process QuickCheck random regex-tdfa resourcet SafeSemaphore sandi 82875 - securemem shakespeare socks split stm stm-chans template-haskell 82876 - text time torrent transformers unix unix-compat 82877 unordered-containers utf8-string uuid wai wai-extra warp warp-tls 82878 - yesod yesod-core yesod-default yesod-form yesod-static 82879 ]; 82880 executableSystemDepends = [ 82881 bup curl git gnupg lsof openssh perl rsync wget which ··· 85030 hydraPlatforms = stdenv.lib.platforms.none; 85031 }) {}; 85032 85033 "gogol" = callPackage 85034 ({ mkDerivation, aeson, base, bytestring, case-insensitive, conduit 85035 , conduit-extra, cryptonite, directory, exceptions, filepath ··· 88285 }: 88286 mkDerivation { 88287 pname = "groundhog-th"; 88288 - version = "0.8.0.1"; 88289 - sha256 = "00vk26qa7r6znyz848rh66nn4blybprpqvvyh53h22i9ibrk2b1s"; 88290 - libraryHaskellDepends = [ 88291 - aeson base bytestring containers groundhog template-haskell text 88292 - time unordered-containers yaml 88293 - ]; 88294 - description = "Type-safe datatype-database mapping library"; 88295 - license = stdenv.lib.licenses.bsd3; 88296 - }) {}; 88297 - 88298 - "groundhog-th_0_8_0_2" = callPackage 88299 - ({ mkDerivation, aeson, base, bytestring, containers, groundhog 88300 - , template-haskell, text, time, unordered-containers, yaml 88301 - }: 88302 - mkDerivation { 88303 - pname = "groundhog-th"; 88304 version = "0.8.0.2"; 88305 sha256 = "13rxdmnbmsivp608xclkvjnab0dzhzyqc8zjrpm7ml9d5yc8v596"; 88306 libraryHaskellDepends = [ ··· 88309 ]; 88310 description = "Type-safe datatype-database mapping library"; 88311 license = stdenv.lib.licenses.bsd3; 88312 - hydraPlatforms = stdenv.lib.platforms.none; 88313 }) {}; 88314 88315 "group-by-date" = callPackage ··· 88364 homepage = "https://github.com/Daniel-Diaz/grouped-list/blob/master/README.md"; 88365 description = "Grouped lists. Equal consecutive elements are grouped."; 88366 license = stdenv.lib.licenses.bsd3; 88367 }) {}; 88368 88369 "groupoid" = callPackage ··· 89518 }: 89519 mkDerivation { 89520 pname = "hPDB"; 89521 - version = "1.2.0.9"; 89522 - sha256 = "1kcfizpsvs4nsq8yrqk6syvr9kbbff1krlc4azkpmw4s3r68hjs4"; 89523 - libraryHaskellDepends = [ 89524 - AC-Vector base bytestring containers deepseq directory ghc-prim 89525 - iterable mmap mtl Octree parallel QuickCheck tagged 89526 - template-haskell text unordered-containers vector zlib 89527 - ]; 89528 - homepage = "https://github.com/BioHaskell/hPDB"; 89529 - description = "Protein Databank file format library"; 89530 - license = stdenv.lib.licenses.bsd3; 89531 - }) {}; 89532 - 89533 - "hPDB_1_2_0_10" = callPackage 89534 - ({ mkDerivation, AC-Vector, base, bytestring, containers, deepseq 89535 - , directory, ghc-prim, iterable, mmap, mtl, Octree, parallel 89536 - , QuickCheck, tagged, template-haskell, text, unordered-containers 89537 - , vector, zlib 89538 - }: 89539 - mkDerivation { 89540 - pname = "hPDB"; 89541 version = "1.2.0.10"; 89542 sha256 = "10a5995872n6y849nhs9yl7zwp7ywfma3mabgywq7acmpppl5ka0"; 89543 libraryHaskellDepends = [ ··· 89548 homepage = "https://github.com/BioHaskell/hPDB"; 89549 description = "Protein Databank file format library"; 89550 license = stdenv.lib.licenses.bsd3; 89551 - hydraPlatforms = stdenv.lib.platforms.none; 89552 }) {}; 89553 89554 "hPDB-examples" = callPackage ··· 89559 }: 89560 mkDerivation { 89561 pname = "hPDB-examples"; 89562 - version = "1.2.0.7"; 89563 - sha256 = "06wqvr7msvvymkbzfc16zpk4klymhpgw95r8hvxaqrwph80y0c1k"; 89564 - isLibrary = false; 89565 - isExecutable = true; 89566 - executableHaskellDepends = [ 89567 - AC-Vector base bytestring containers deepseq directory ghc-prim 89568 - GLUT hPDB iterable mtl Octree OpenGL QuickCheck template-haskell 89569 - text text-format vector 89570 - ]; 89571 - testHaskellDepends = [ 89572 - AC-Vector base bytestring containers deepseq directory ghc-prim 89573 - hPDB IfElse iterable mtl process template-haskell text time vector 89574 - ]; 89575 - homepage = "https://github.com/BioHaskell/hPDB-examples"; 89576 - description = "Examples for hPDB library"; 89577 - license = stdenv.lib.licenses.bsd3; 89578 - }) {}; 89579 - 89580 - "hPDB-examples_1_2_0_8" = callPackage 89581 - ({ mkDerivation, AC-Vector, base, bytestring, containers, deepseq 89582 - , directory, ghc-prim, GLUT, hPDB, IfElse, iterable, mtl, Octree 89583 - , OpenGL, process, QuickCheck, template-haskell, text, text-format 89584 - , time, vector 89585 - }: 89586 - mkDerivation { 89587 - pname = "hPDB-examples"; 89588 version = "1.2.0.8"; 89589 sha256 = "0zyfh2693cirr69qcmiwsmk4p8w8v6yacidcs22jcisay95v4qf6"; 89590 isLibrary = false; ··· 89601 homepage = "https://github.com/BioHaskell/hPDB-examples"; 89602 description = "Examples for hPDB library"; 89603 license = stdenv.lib.licenses.bsd3; 89604 - hydraPlatforms = stdenv.lib.platforms.none; 89605 }) {}; 89606 89607 "hPushover" = callPackage ··· 92416 }: 92417 mkDerivation { 92418 pname = "hapistrano"; 92419 - version = "0.3.4.0"; 92420 - sha256 = "04wfaaj4qr9ysincnvcghm3bpi8l0z7a7b18zg674qaq3rsr3rn6"; 92421 - isLibrary = true; 92422 - isExecutable = true; 92423 - enableSeparateDataOutput = true; 92424 - libraryHaskellDepends = [ 92425 - base filepath mtl path process time transformers 92426 - ]; 92427 - executableHaskellDepends = [ 92428 - aeson async base optparse-applicative path path-io stm yaml 92429 - ]; 92430 - testHaskellDepends = [ 92431 - base directory filepath hspec mtl path path-io process temporary 92432 - ]; 92433 - homepage = "https://github.com/stackbuilders/hapistrano"; 92434 - description = "A deployment library for Haskell applications"; 92435 - license = stdenv.lib.licenses.mit; 92436 - }) {}; 92437 - 92438 - "hapistrano_0_3_5_0" = callPackage 92439 - ({ mkDerivation, aeson, async, base, directory, filepath, hspec 92440 - , mtl, optparse-applicative, path, path-io, process, stm, temporary 92441 - , time, transformers, yaml 92442 - }: 92443 - mkDerivation { 92444 - pname = "hapistrano"; 92445 version = "0.3.5.0"; 92446 sha256 = "15cjssws55awwq8j0xz8f4dd0y826f99zdv6mpxfxq97fah7zlcc"; 92447 isLibrary = true; ··· 92459 homepage = "https://github.com/stackbuilders/hapistrano"; 92460 description = "A deployment library for Haskell applications"; 92461 license = stdenv.lib.licenses.mit; 92462 - hydraPlatforms = stdenv.lib.platforms.none; 92463 }) {}; 92464 92465 "happindicator" = callPackage ··· 94683 ({ mkDerivation, base, bytestring, containers, glib, text }: 94684 mkDerivation { 94685 pname = "haskell-gi-base"; 94686 - version = "0.20.5"; 94687 - sha256 = "1854v6z8ragc5bbv4jc1qwbn85pw7z9gsqd17qizps6zmpx3gm9a"; 94688 - libraryHaskellDepends = [ base bytestring containers text ]; 94689 - libraryPkgconfigDepends = [ glib ]; 94690 - homepage = "https://github.com/haskell-gi/haskell-gi-base"; 94691 - description = "Foundation for libraries generated by haskell-gi"; 94692 - license = stdenv.lib.licenses.lgpl21; 94693 - }) {inherit (pkgs) glib;}; 94694 - 94695 - "haskell-gi-base_0_20_7" = callPackage 94696 - ({ mkDerivation, base, bytestring, containers, glib, text }: 94697 - mkDerivation { 94698 - pname = "haskell-gi-base"; 94699 version = "0.20.7"; 94700 sha256 = "1w44ag3kvfhba3az11h15fg4xyx8a6zq3bj9d41afcv9rqmr2a7c"; 94701 libraryHaskellDepends = [ base bytestring containers text ]; ··· 94703 homepage = "https://github.com/haskell-gi/haskell-gi-base"; 94704 description = "Foundation for libraries generated by haskell-gi"; 94705 license = stdenv.lib.licenses.lgpl21; 94706 - hydraPlatforms = stdenv.lib.platforms.none; 94707 }) {inherit (pkgs) glib;}; 94708 94709 "haskell-gi-overloading_0_0" = callPackage ··· 94930 hydraPlatforms = stdenv.lib.platforms.none; 94931 }) {}; 94932 94933 "haskell-menu" = callPackage 94934 ({ mkDerivation, base, containers }: 94935 mkDerivation { ··· 95321 hydraPlatforms = stdenv.lib.platforms.none; 95322 }) {}; 95323 95324 - "haskell-src-exts_1_20_0" = callPackage 95325 ({ mkDerivation, array, base, containers, cpphs, directory 95326 , filepath, ghc-prim, happy, mtl, pretty, pretty-show, smallcheck 95327 , tasty, tasty-golden, tasty-smallcheck 95328 }: 95329 mkDerivation { 95330 pname = "haskell-src-exts"; 95331 - version = "1.20.0"; 95332 - sha256 = "0fsbcrjf4m8zd759hsqjm29mnarmkf44aln903g7ipj7rkxyl8lx"; 95333 libraryHaskellDepends = [ array base cpphs ghc-prim pretty ]; 95334 libraryToolDepends = [ happy ]; 95335 testHaskellDepends = [ ··· 95509 license = stdenv.lib.licenses.bsd3; 95510 }) {}; 95511 95512 - "haskell-tools-ast_1_0_0_1" = callPackage 95513 ({ mkDerivation, base, ghc, mtl, references, template-haskell 95514 , uniplate 95515 }: 95516 mkDerivation { 95517 pname = "haskell-tools-ast"; 95518 - version = "1.0.0.1"; 95519 - sha256 = "0i84hv1hvsf7z9jl11m0ic0ja6m46dw58zjrdmllmmravnfw5j5g"; 95520 libraryHaskellDepends = [ 95521 base ghc mtl references template-haskell uniplate 95522 ]; ··· 95598 license = stdenv.lib.licenses.bsd3; 95599 }) {}; 95600 95601 - "haskell-tools-backend-ghc_1_0_0_1" = callPackage 95602 ({ mkDerivation, base, bytestring, containers, ghc, ghc-boot-th 95603 , haskell-tools-ast, mtl, references, safe, split, template-haskell 95604 , transformers, uniplate 95605 }: 95606 mkDerivation { 95607 pname = "haskell-tools-backend-ghc"; 95608 - version = "1.0.0.1"; 95609 - sha256 = "1cfwy1qcvk72pspvgf9yq3i8z0n2payhir9f2spvqyxxd6pgyvsa"; 95610 libraryHaskellDepends = [ 95611 base bytestring containers ghc ghc-boot-th haskell-tools-ast mtl 95612 references safe split template-haskell transformers uniplate ··· 95627 }: 95628 mkDerivation { 95629 pname = "haskell-tools-builtin-refactorings"; 95630 - version = "1.0.0.1"; 95631 - sha256 = "0c3gnf8chg6c7cprx148x2h10miysq0d4m0q1snhhhnqpd9vxws0"; 95632 libraryHaskellDepends = [ 95633 base Cabal containers directory filepath ghc ghc-paths 95634 haskell-tools-ast haskell-tools-backend-ghc ··· 95679 hydraPlatforms = stdenv.lib.platforms.none; 95680 }) {}; 95681 95682 - "haskell-tools-cli_1_0_0_1" = callPackage 95683 ({ mkDerivation, aeson, base, bytestring, containers, criterion 95684 , directory, filepath, ghc, ghc-paths, Glob 95685 , haskell-tools-builtin-refactorings, haskell-tools-daemon ··· 95688 }: 95689 mkDerivation { 95690 pname = "haskell-tools-cli"; 95691 - version = "1.0.0.1"; 95692 - sha256 = "0qh0fsrqxlc6bqsz2c11isywd451l0nxndk5p4s6hkq88m6yrkic"; 95693 isLibrary = true; 95694 isExecutable = true; 95695 libraryHaskellDepends = [ ··· 95743 license = stdenv.lib.licenses.bsd3; 95744 }) {}; 95745 95746 - "haskell-tools-daemon_1_0_0_1" = callPackage 95747 ({ mkDerivation, aeson, base, bytestring, Cabal, containers 95748 , deepseq, Diff, directory, filepath, fswatch, ghc, ghc-paths, Glob 95749 , haskell-tools-builtin-refactorings, haskell-tools-prettyprint ··· 95753 }: 95754 mkDerivation { 95755 pname = "haskell-tools-daemon"; 95756 - version = "1.0.0.1"; 95757 - sha256 = "0hjafm57619xsfzzcqsyj2ksbhg70m011vv9q2w5rpbzk5jzrlk8"; 95758 isLibrary = true; 95759 isExecutable = true; 95760 libraryHaskellDepends = [ ··· 95800 license = stdenv.lib.licenses.bsd3; 95801 }) {}; 95802 95803 - "haskell-tools-debug_1_0_0_1" = callPackage 95804 ({ mkDerivation, base, filepath, ghc, ghc-paths, haskell-tools-ast 95805 , haskell-tools-backend-ghc, haskell-tools-builtin-refactorings 95806 , haskell-tools-prettyprint, haskell-tools-refactor, references ··· 95808 }: 95809 mkDerivation { 95810 pname = "haskell-tools-debug"; 95811 - version = "1.0.0.1"; 95812 - sha256 = "1j0v0hdkmd01cg4pk1as27ws8krgvpswmqfcj06dzkx81f0a4fn3"; 95813 isLibrary = true; 95814 isExecutable = true; 95815 libraryHaskellDepends = [ ··· 95855 license = stdenv.lib.licenses.bsd3; 95856 }) {}; 95857 95858 - "haskell-tools-demo_1_0_0_1" = callPackage 95859 ({ mkDerivation, aeson, base, bytestring, containers, directory 95860 , filepath, ghc, ghc-paths, haskell-tools-ast 95861 , haskell-tools-backend-ghc, haskell-tools-builtin-refactorings ··· 95865 }: 95866 mkDerivation { 95867 pname = "haskell-tools-demo"; 95868 - version = "1.0.0.1"; 95869 - sha256 = "121dggqzhv8w80xh8cjl8hqds511sgp8ai86fjfrqcvs3zwy16da"; 95870 isLibrary = true; 95871 isExecutable = true; 95872 libraryHaskellDepends = [ ··· 95897 }: 95898 mkDerivation { 95899 pname = "haskell-tools-experimental-refactorings"; 95900 - version = "1.0.0.1"; 95901 - sha256 = "1rpyzl22jiwvjp2k3w7pg51i5n6idr9d29xqll25h17h56lzqa2j"; 95902 libraryHaskellDepends = [ 95903 base Cabal containers directory filepath ghc ghc-paths 95904 haskell-tools-ast haskell-tools-backend-ghc ··· 95936 license = stdenv.lib.licenses.bsd3; 95937 }) {}; 95938 95939 - "haskell-tools-prettyprint_1_0_0_1" = callPackage 95940 ({ mkDerivation, base, containers, ghc, haskell-tools-ast, mtl 95941 , references, split, text, uniplate 95942 }: 95943 mkDerivation { 95944 pname = "haskell-tools-prettyprint"; 95945 - version = "1.0.0.1"; 95946 - sha256 = "1jdrzwr8gc878s3nkqhqhcwpp4kadi1mi7wk704qn4lls61q59ia"; 95947 libraryHaskellDepends = [ 95948 base containers ghc haskell-tools-ast mtl references split text 95949 uniplate ··· 95984 license = stdenv.lib.licenses.bsd3; 95985 }) {}; 95986 95987 - "haskell-tools-refactor_1_0_0_1" = callPackage 95988 ({ mkDerivation, base, Cabal, containers, directory, filepath, ghc 95989 , ghc-paths, haskell-tools-ast, haskell-tools-backend-ghc 95990 , haskell-tools-prettyprint, haskell-tools-rewrite, mtl, references ··· 95992 }: 95993 mkDerivation { 95994 pname = "haskell-tools-refactor"; 95995 - version = "1.0.0.1"; 95996 - sha256 = "1d9w811n8dhnsgpvvh3v7wm0fywiv7qmd1652kjn4cazc4sfzyn5"; 95997 libraryHaskellDepends = [ 95998 base Cabal containers directory filepath ghc ghc-paths 95999 haskell-tools-ast haskell-tools-backend-ghc ··· 96028 license = stdenv.lib.licenses.bsd3; 96029 }) {}; 96030 96031 - "haskell-tools-rewrite_1_0_0_1" = callPackage 96032 ({ mkDerivation, base, containers, directory, filepath, ghc 96033 , haskell-tools-ast, haskell-tools-prettyprint, mtl, references 96034 , tasty, tasty-hunit 96035 }: 96036 mkDerivation { 96037 pname = "haskell-tools-rewrite"; 96038 - version = "1.0.0.1"; 96039 - sha256 = "1sv6z3qm6vyjpm7mh1clyikcvzgq3x9l1clgqi4vrs0lcr3npand"; 96040 libraryHaskellDepends = [ 96041 base containers ghc haskell-tools-ast haskell-tools-prettyprint mtl 96042 references ··· 99472 }: 99473 mkDerivation { 99474 pname = "hedgehog"; 99475 - version = "0.5"; 99476 - sha256 = "02dy5fmwmrjgwj6p8rvr53rg362qayavbc184gf2f9q196rgijpk"; 99477 - revision = "1"; 99478 - editedCabalFile = "13079sdirdzch3r199lyxa7xrcq4xpaayxhdvg8v0d27w9z1chln"; 99479 libraryHaskellDepends = [ 99480 ansi-terminal async base bytestring concurrent-output containers 99481 directory exceptions lifted-async mmorph monad-control mtl ··· 99491 license = stdenv.lib.licenses.bsd3; 99492 }) {}; 99493 99494 - "hedgehog_0_5_1" = callPackage 99495 - ({ mkDerivation, ansi-terminal, async, base, bytestring 99496 - , concurrent-output, containers, directory, exceptions 99497 - , lifted-async, mmorph, monad-control, mtl, pretty-show, primitive 99498 - , random, resourcet, stm, template-haskell, text, th-lift, time 99499 - , transformers, transformers-base, unix, wl-pprint-annotated 99500 }: 99501 mkDerivation { 99502 - pname = "hedgehog"; 99503 - version = "0.5.1"; 99504 - sha256 = "0fx3dq45azxrhihhq6hlb89zkj3y8fmnfdrsz1wbvih9a3dhiwx7"; 99505 libraryHaskellDepends = [ 99506 - ansi-terminal async base bytestring concurrent-output containers 99507 - directory exceptions lifted-async mmorph monad-control mtl 99508 - pretty-show primitive random resourcet stm template-haskell text 99509 - th-lift time transformers transformers-base unix 99510 - wl-pprint-annotated 99511 ]; 99512 - testHaskellDepends = [ 99513 - base containers pretty-show text transformers 99514 - ]; 99515 - homepage = "https://hedgehog.qa"; 99516 - description = "Hedgehog will eat all your bugs"; 99517 license = stdenv.lib.licenses.bsd3; 99518 - hydraPlatforms = stdenv.lib.platforms.none; 99519 }) {}; 99520 99521 "hedgehog-quickcheck" = callPackage ··· 103145 pname = "hledger-iadd"; 103146 version = "1.2.6"; 103147 sha256 = "1l5vzhyya5h6sc3l74iy0mnys8bcjp6m5z0m3lqabk37ik31ld36"; 103148 - revision = "6"; 103149 - editedCabalFile = "06bk66lcd6ps370nwqns0dn00vxivg27hhln5bz57syjqlamfd0j"; 103150 isLibrary = true; 103151 isExecutable = true; 103152 libraryHaskellDepends = [ ··· 103438 license = stdenv.lib.licenses.bsd3; 103439 }) {}; 103440 103441 "hlogger" = callPackage 103442 ({ mkDerivation, base, old-locale, time }: 103443 mkDerivation { ··· 105085 ({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit 105086 , conduit-extra, connection, containers, deepseq, directory, extra 105087 , filepath, haskell-src-exts, http-conduit, http-types, js-flot 105088 - , js-jquery, mmap, network, network-uri, old-locale, process 105089 - , process-extras, QuickCheck, resourcet, storable-tuple, tar 105090 - , template-haskell, text, time, transformers, uniplate, utf8-string 105091 - , vector, wai, wai-logger, warp, warp-tls, zlib 105092 }: 105093 mkDerivation { 105094 pname = "hoogle"; 105095 - version = "5.0.14"; 105096 - sha256 = "1y5vjwp60s35h13bnhjh4ga731m3vz004dbg8w5s7mwnfk5akkz7"; 105097 isLibrary = true; 105098 isExecutable = true; 105099 enableSeparateDataOutput = true; ··· 105101 aeson base binary bytestring cmdargs conduit conduit-extra 105102 connection containers deepseq directory extra filepath 105103 haskell-src-exts http-conduit http-types js-flot js-jquery mmap 105104 - network network-uri old-locale process process-extras QuickCheck 105105 - resourcet storable-tuple tar template-haskell text time 105106 - transformers uniplate utf8-string vector wai wai-logger warp 105107 - warp-tls zlib 105108 ]; 105109 executableHaskellDepends = [ base ]; 105110 testTarget = "--test-option=--no-net"; ··· 105941 hydraPlatforms = stdenv.lib.platforms.none; 105942 }) {}; 105943 105944 - "hpack_0_21_0" = callPackage 105945 ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal 105946 , containers, cryptonite, deepseq, directory, filepath, Glob, hspec 105947 - , HUnit, interpolate, mockery, pretty, QuickCheck, temporary, text 105948 - , transformers, unordered-containers, yaml 105949 }: 105950 mkDerivation { 105951 pname = "hpack"; 105952 - version = "0.21.0"; 105953 - sha256 = "004n0p3ljvaindaxjnadija16fwkjfv6s80acpps2ky2frnfbplp"; 105954 isLibrary = true; 105955 isExecutable = true; 105956 libraryHaskellDepends = [ 105957 aeson base bifunctors bytestring Cabal containers cryptonite 105958 - deepseq directory filepath Glob pretty text transformers 105959 unordered-containers yaml 105960 ]; 105961 executableHaskellDepends = [ 105962 aeson base bifunctors bytestring Cabal containers cryptonite 105963 - deepseq directory filepath Glob pretty text transformers 105964 unordered-containers yaml 105965 ]; 105966 testHaskellDepends = [ 105967 aeson base bifunctors bytestring Cabal containers cryptonite 105968 deepseq directory filepath Glob hspec HUnit interpolate mockery 105969 - pretty QuickCheck temporary text transformers unordered-containers 105970 - yaml 105971 ]; 105972 homepage = "https://github.com/sol/hpack#readme"; 105973 description = "An alternative format for Haskell packages"; ··· 106479 }: 106480 mkDerivation { 106481 pname = "hprotoc"; 106482 - version = "2.4.5"; 106483 - sha256 = "0f4h9b5c6s523967hkqg6wz57g350awa26r2y2wlfr4f39qgjwx3"; 106484 isLibrary = true; 106485 isExecutable = true; 106486 libraryHaskellDepends = [ ··· 106795 license = stdenv.lib.licenses.bsd3; 106796 }) {inherit (pkgs) ruby;}; 106797 106798 "hs-GeoIP" = callPackage 106799 ({ mkDerivation, base, bytestring, deepseq, GeoIP }: 106800 mkDerivation { ··· 110473 ({ mkDerivation, base, c2hs, directory, parsec, random, unix }: 110474 mkDerivation { 110475 pname = "hsshellscript"; 110476 - version = "3.4.2"; 110477 - sha256 = "04ihi45pi92ykhcn66ni6zybmzvmbl467yfr1dgidvj56xns33jw"; 110478 - libraryHaskellDepends = [ base directory parsec random unix ]; 110479 - libraryToolDepends = [ c2hs ]; 110480 - homepage = "http://www.volker-wysk.de/hsshellscript/"; 110481 - description = "Haskell for Unix shell scripting tasks"; 110482 - license = "LGPL"; 110483 - hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 110484 - }) {}; 110485 - 110486 - "hsshellscript_3_4_5" = callPackage 110487 - ({ mkDerivation, base, c2hs, directory, parsec, random, unix }: 110488 - mkDerivation { 110489 - pname = "hsshellscript"; 110490 version = "3.4.5"; 110491 sha256 = "0d66gsm7s2j4f60cjca6fsddg4i1m3l6rcyq29ywskifhfaxbgvx"; 110492 libraryHaskellDepends = [ base directory parsec random unix ]; ··· 110494 homepage = "http://www.volker-wysk.de/hsshellscript/"; 110495 description = "Haskell for Unix shell scripting tasks"; 110496 license = "LGPL"; 110497 - hydraPlatforms = stdenv.lib.platforms.none; 110498 }) {}; 110499 110500 "hssourceinfo" = callPackage ··· 111766 }: 111767 mkDerivation { 111768 pname = "http-conduit"; 111769 - version = "2.2.3.2"; 111770 - sha256 = "1f0yqka43gp7vhv7yr4q6pqr8qw0qq2yh4y2lnayhc876zpw6ng3"; 111771 - libraryHaskellDepends = [ 111772 - aeson base bytestring conduit conduit-extra exceptions http-client 111773 - http-client-tls http-types lifted-base monad-control mtl resourcet 111774 - transformers 111775 - ]; 111776 - testHaskellDepends = [ 111777 - aeson base blaze-builder bytestring case-insensitive conduit 111778 - conduit-extra connection cookie data-default-class hspec 111779 - http-client http-types HUnit lifted-base network resourcet 111780 - streaming-commons temporary text time transformers utf8-string wai 111781 - wai-conduit warp warp-tls 111782 - ]; 111783 - doCheck = false; 111784 - homepage = "http://www.yesodweb.com/book/http-conduit"; 111785 - description = "HTTP client package with conduit interface and HTTPS support"; 111786 - license = stdenv.lib.licenses.bsd3; 111787 - }) {}; 111788 - 111789 - "http-conduit_2_2_4" = callPackage 111790 - ({ mkDerivation, aeson, base, blaze-builder, bytestring 111791 - , case-insensitive, conduit, conduit-extra, connection, cookie 111792 - , data-default-class, exceptions, hspec, http-client 111793 - , http-client-tls, http-types, HUnit, lifted-base, monad-control 111794 - , mtl, network, resourcet, streaming-commons, temporary, text, time 111795 - , transformers, utf8-string, wai, wai-conduit, warp, warp-tls 111796 - }: 111797 - mkDerivation { 111798 - pname = "http-conduit"; 111799 version = "2.2.4"; 111800 sha256 = "1wcl3lpg4v1ylq9j77j9fmf6l9qbmp8dmj3a9829q19q6bbgza7l"; 111801 libraryHaskellDepends = [ ··· 111814 homepage = "http://www.yesodweb.com/book/http-conduit"; 111815 description = "HTTP client package with conduit interface and HTTPS support"; 111816 license = stdenv.lib.licenses.bsd3; 111817 - hydraPlatforms = stdenv.lib.platforms.none; 111818 }) {}; 111819 111820 "http-conduit-browser" = callPackage ··· 112312 }: 112313 mkDerivation { 112314 pname = "http-streams"; 112315 - version = "0.8.5.3"; 112316 - sha256 = "1qz55rxzd98d00qdp5hp60i5cc8f0hfir6dhq15z2jzj5bsz9nna"; 112317 - revision = "1"; 112318 - editedCabalFile = "0ki3gv5lhs69hj17ng4asyqaw4wcjjpwqda79az9wkizxyvbc0ay"; 112319 - setupHaskellDepends = [ base Cabal ]; 112320 - libraryHaskellDepends = [ 112321 - aeson attoparsec base base64-bytestring blaze-builder bytestring 112322 - case-insensitive directory HsOpenSSL http-common io-streams mtl 112323 - network network-uri openssl-streams text transformers 112324 - unordered-containers 112325 - ]; 112326 - testHaskellDepends = [ 112327 - aeson aeson-pretty attoparsec base base64-bytestring blaze-builder 112328 - bytestring case-insensitive directory ghc-prim HsOpenSSL hspec 112329 - hspec-expectations http-common HUnit io-streams lifted-base mtl 112330 - network network-uri openssl-streams snap-core snap-server 112331 - system-fileio system-filepath text transformers 112332 - unordered-containers 112333 - ]; 112334 - homepage = "http://github.com/afcowie/http-streams/"; 112335 - description = "An HTTP client using io-streams"; 112336 - license = stdenv.lib.licenses.bsd3; 112337 - }) {}; 112338 - 112339 - "http-streams_0_8_5_5" = callPackage 112340 - ({ mkDerivation, aeson, aeson-pretty, attoparsec, base 112341 - , base64-bytestring, blaze-builder, bytestring, Cabal 112342 - , case-insensitive, directory, ghc-prim, HsOpenSSL, hspec 112343 - , hspec-expectations, http-common, HUnit, io-streams, lifted-base 112344 - , mtl, network, network-uri, openssl-streams, snap-core 112345 - , snap-server, system-fileio, system-filepath, text, transformers 112346 - , unordered-containers 112347 - }: 112348 - mkDerivation { 112349 - pname = "http-streams"; 112350 version = "0.8.5.5"; 112351 sha256 = "1g2ygxyfq2x923df5q83wkrwhy2631r33zvffgj3fn0zwr024hhf"; 112352 setupHaskellDepends = [ base Cabal ]; 112353 libraryHaskellDepends = [ 112354 aeson attoparsec base base64-bytestring blaze-builder bytestring ··· 112367 homepage = "http://github.com/afcowie/http-streams/"; 112368 description = "An HTTP client using io-streams"; 112369 license = stdenv.lib.licenses.bsd3; 112370 - hydraPlatforms = stdenv.lib.platforms.none; 112371 }) {}; 112372 112373 "http-test" = callPackage ··· 117204 }: 117205 mkDerivation { 117206 pname = "influxdb"; 117207 - version = "1.2.2.1"; 117208 - sha256 = "1dsrj11vcf7jn1xwhjz7jz6fnpxc3k614na0hy5xxfnhib0mvm8r"; 117209 isLibrary = true; 117210 isExecutable = true; 117211 libraryHaskellDepends = [ ··· 120984 "jose-jwt" = callPackage 120985 ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal 120986 , containers, criterion, cryptonite, doctest, either, hspec, HUnit 120987 - , memory, mtl, QuickCheck, text, time, unordered-containers, vector 120988 - }: 120989 - mkDerivation { 120990 - pname = "jose-jwt"; 120991 - version = "0.7.7"; 120992 - sha256 = "07mq4w4gvak8gahxdx3rwykwqqisxma8faxi4k0xfk6jcpai0snl"; 120993 - revision = "1"; 120994 - editedCabalFile = "1qphrj2fb11kv79j92818lcdzvcldm18gfd85fmlrqmfjmig34wq"; 120995 - libraryHaskellDepends = [ 120996 - aeson attoparsec base bytestring cereal containers cryptonite 120997 - either memory mtl text time unordered-containers vector 120998 - ]; 120999 - testHaskellDepends = [ 121000 - aeson base bytestring cryptonite doctest either hspec HUnit memory 121001 - mtl QuickCheck text unordered-containers vector 121002 - ]; 121003 - benchmarkHaskellDepends = [ base bytestring criterion cryptonite ]; 121004 - homepage = "http://github.com/tekul/jose-jwt"; 121005 - description = "JSON Object Signing and Encryption Library"; 121006 - license = stdenv.lib.licenses.bsd3; 121007 - }) {}; 121008 - 121009 - "jose-jwt_0_7_8" = callPackage 121010 - ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal 121011 - , containers, criterion, cryptonite, doctest, either, hspec, HUnit 121012 , memory, mtl, QuickCheck, text, time, transformers 121013 , transformers-compat, unordered-containers, vector 121014 }: ··· 121029 homepage = "http://github.com/tekul/jose-jwt"; 121030 description = "JSON Object Signing and Encryption Library"; 121031 license = stdenv.lib.licenses.bsd3; 121032 - hydraPlatforms = stdenv.lib.platforms.none; 121033 }) {}; 121034 121035 "jpeg" = callPackage ··· 121791 pname = "json-schema"; 121792 version = "0.7.4.1"; 121793 sha256 = "15kwgpkryd865nls9zm6ya6jzmiygsb537ij7ps39dzasqbnl3an"; 121794 - revision = "10"; 121795 - editedCabalFile = "03h9hh2bmplgz62hsh5zk6i1i39k51jxifkcb2j8kgpbf85wb4gv"; 121796 libraryHaskellDepends = [ 121797 aeson base containers generic-aeson generic-deriving mtl scientific 121798 text time unordered-containers vector ··· 125564 license = stdenv.lib.licenses.bsd3; 125565 }) {}; 125566 125567 blaze-markup bytestring case-insensitive conduit containers 125568 blaze-markup bytestring case-insensitive conduit containers 125569 blaze-markup bytestring case-insensitive conduit containers ··· 126134 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 126135 }) {}; 126136 126137 - blaze-markup bytestring case-insensitive conduit containers 126138 ({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base 126139 blaze-markup bytestring case-insensitive conduit containers 126140 - blaze-markup bytestring case-insensitive conduit containers 126141 - blaze-markup bytestring case-insensitive conduit containers 126142 - blaze-markup bytestring case-insensitive conduit containers 126143 blaze-markup bytestring case-insensitive conduit containers 126144 - blaze-markup bytestring case-insensitive conduit containers 126145 blaze-markup bytestring case-insensitive conduit containers 126146 blaze-markup bytestring case-insensitive conduit containers 126147 , unordered-containers, vector, yaml 126148 }: 126149 mkDerivation { 126150 blaze-markup bytestring case-insensitive conduit containers 126151 - blaze-markup bytestring case-insensitive conduit containers 126152 - blaze-markup bytestring case-insensitive conduit containers 126153 isLibrary = true; 126154 isExecutable = true; 126155 enableSeparateDataOutput = true; 126156 libraryHaskellDepends = [ 126157 blaze-markup bytestring case-insensitive conduit containers 126158 blaze-markup bytestring case-insensitive conduit containers 126159 - blaze-markup bytestring case-insensitive conduit containers 126160 - blaze-markup bytestring case-insensitive conduit containers 126161 - blaze-markup bytestring case-insensitive conduit containers 126162 - blaze-markup bytestring case-insensitive conduit containers 126163 - blaze-markup bytestring case-insensitive conduit containers 126164 ]; 126165 executableHaskellDepends = [ 126166 blaze-markup bytestring case-insensitive conduit containers ··· 126170 ]; 126171 testHaskellDepends = [ 126172 blaze-markup bytestring case-insensitive conduit containers 126173 - blaze-markup bytestring case-insensitive conduit containers 126174 - blaze-markup bytestring case-insensitive conduit containers 126175 ]; 126176 homepage = "http://lpuppet.banquise.net/"; 126177 blaze-markup bytestring case-insensitive conduit containers ··· 127093 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 127094 }) {}; 127095 127096 blaze-markup bytestring case-insensitive conduit containers 127097 blaze-markup bytestring case-insensitive conduit containers 127098 mkDerivation { ··· 127828 license = stdenv.lib.licenses.gpl3; 127829 }) {}; 127830 127831 blaze-markup bytestring case-insensitive conduit containers 127832 blaze-markup bytestring case-insensitive conduit containers 127833 , transformers ··· 128969 }: 128970 mkDerivation { 128971 pname = "lift-generics"; 128972 - version = "0.1.1"; 128973 - sha256 = "1jrh74a1c95cd70xr371fslqsjar8jb8mnlmapjb1dvg8722rkq7"; 128974 - revision = "1"; 128975 - editedCabalFile = "03vpmdgarz41zx1q51a4bx3x3qfvs7wfnqym8xiv4i9sxdr82yy8"; 128976 libraryHaskellDepends = [ 128977 base generic-deriving ghc-prim template-haskell 128978 ]; ··· 128984 license = stdenv.lib.licenses.bsd3; 128985 }) {}; 128986 128987 - "lift-generics_0_1_2" = callPackage 128988 - ({ mkDerivation, base, base-compat, generic-deriving, ghc-prim 128989 - , hspec, template-haskell 128990 }: 128991 mkDerivation { 128992 - pname = "lift-generics"; 128993 - version = "0.1.2"; 128994 - sha256 = "0kk05dp6n93jgxq4x1lrckjrca6lrwa7qklr3vpzc6iyrlbvv7qf"; 128995 libraryHaskellDepends = [ 128996 - base generic-deriving ghc-prim template-haskell 128997 ]; 128998 testHaskellDepends = [ 128999 - base base-compat generic-deriving hspec template-haskell 129000 ]; 129001 - homepage = "https://github.com/RyanGlScott/lift-generics"; 129002 - description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; 129003 license = stdenv.lib.licenses.bsd3; 129004 - hydraPlatforms = stdenv.lib.platforms.none; 129005 }) {}; 129006 129007 - "lifted-async" = callPackage 129008 ({ mkDerivation, async, base, constraints, criterion, deepseq 129009 , HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit 129010 , tasty-th, transformers-base 129011 }: 129012 mkDerivation { 129013 pname = "lifted-async"; 129014 - version = "0.9.3"; 129015 - sha256 = "0qdlc64kf02g97rzpragm4943ppy2cx74kbjcpbv32jcyc3q75wp"; 129016 libraryHaskellDepends = [ 129017 async base constraints lifted-base monad-control transformers-base 129018 ]; ··· 129024 homepage = "https://github.com/maoe/lifted-async"; 129025 description = "Run lifted IO operations asynchronously and wait for their results"; 129026 license = stdenv.lib.licenses.bsd3; 129027 }) {}; 129028 129029 "lifted-base" = callPackage ··· 131735 }: 131736 mkDerivation { 131737 pname = "log-warper"; 131738 - version = "1.7.4"; 131739 - sha256 = "0jhlf35h4db34ggq5gm53m71wbr3pddy6b3bbvmy9cd22d58nr6r"; 131740 isLibrary = true; 131741 isExecutable = true; 131742 libraryHaskellDepends = [ ··· 133872 license = stdenv.lib.licenses.publicDomain; 133873 }) {}; 133874 133875 "magico" = callPackage 133876 ({ mkDerivation, base, hmatrix, transformers, utility-ht }: 133877 mkDerivation { ··· 136383 }: 136384 mkDerivation { 136385 pname = "mega-sdist"; 136386 - version = "0.3.0.4"; 136387 - sha256 = "1qf7lhk2063lpkg2bm7x7sxxxf87laxjwsr4rw46hvjj2m8frh41"; 136388 - isLibrary = false; 136389 - isExecutable = true; 136390 - executableHaskellDepends = [ 136391 - base bytestring classy-prelude-conduit conduit-extra directory 136392 - filepath http-conduit optparse-simple tar-conduit temporary text 136393 - typed-process yaml 136394 - ]; 136395 - homepage = "https://github.com/snoyberg/mega-sdist#readme"; 136396 - description = "Handles uploading to Hackage from mega repos"; 136397 - license = stdenv.lib.licenses.mit; 136398 - }) {}; 136399 - 136400 - "mega-sdist_0_3_0_5" = callPackage 136401 - ({ mkDerivation, base, bytestring, classy-prelude-conduit 136402 - , conduit-extra, directory, filepath, http-conduit, optparse-simple 136403 - , tar-conduit, temporary, text, typed-process, yaml 136404 - }: 136405 - mkDerivation { 136406 - pname = "mega-sdist"; 136407 version = "0.3.0.5"; 136408 sha256 = "1rdx74bxiwrcp0k8h8028b65nbcmgcbpg7jnzli91y8nzr2qql6c"; 136409 isLibrary = false; ··· 136416 homepage = "https://github.com/snoyberg/mega-sdist#readme"; 136417 description = "Handles uploading to Hackage from mega repos"; 136418 license = stdenv.lib.licenses.mit; 136419 - hydraPlatforms = stdenv.lib.platforms.none; 136420 }) {}; 136421 136422 "megaparsec" = callPackage ··· 136819 }) {}; 136820 136821 "memory" = callPackage 136822 - ({ mkDerivation, base, basement, bytestring, deepseq, ghc-prim 136823 - , tasty, tasty-hunit, tasty-quickcheck 136824 - }: 136825 - mkDerivation { 136826 - pname = "memory"; 136827 - version = "0.14.9"; 136828 - sha256 = "1v8fjw0dgnyw6jhrpzfyxf63ky1lyrfapb8x28lj25q2xw6zx8s5"; 136829 - libraryHaskellDepends = [ 136830 - base basement bytestring deepseq ghc-prim 136831 - ]; 136832 - testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; 136833 - homepage = "https://github.com/vincenthz/hs-memory"; 136834 - description = "memory and related abstraction stuff"; 136835 - license = stdenv.lib.licenses.bsd3; 136836 - }) {}; 136837 - 136838 - "memory_0_14_10" = callPackage 136839 ({ mkDerivation, base, basement, bytestring, deepseq, foundation 136840 , ghc-prim, tasty, tasty-hunit, tasty-quickcheck 136841 }: ··· 136852 homepage = "https://github.com/vincenthz/hs-memory"; 136853 description = "memory and related abstraction stuff"; 136854 license = stdenv.lib.licenses.bsd3; 136855 - hydraPlatforms = stdenv.lib.platforms.none; 136856 }) {}; 136857 136858 "memorypool" = callPackage ··· 138731 }: 138732 mkDerivation { 138733 pname = "mmark"; 138734 - version = "0.0.2.0"; 138735 - sha256 = "0d5rvdb81239k8a6fyccad5mvlzq1k485dad2waxkidihakj6fk1"; 138736 enableSeparateDataOutput = true; 138737 libraryHaskellDepends = [ 138738 aeson base containers data-default-class deepseq email-validate ··· 138975 }: 138976 mkDerivation { 138977 pname = "modern-uri"; 138978 - version = "0.1.1.1"; 138979 - sha256 = "1nh0h1libpiw7lkh66almgh2r0gfa5mb9fancqy039rpyqkkfv1w"; 138980 libraryHaskellDepends = [ 138981 base bytestring containers contravariant deepseq exceptions 138982 megaparsec profunctors QuickCheck template-haskell text ··· 140864 }: 140865 mkDerivation { 140866 pname = "mono-traversable"; 140867 - version = "1.0.4.0"; 140868 - sha256 = "0qwmzjf25gradzajr4f9zw3a48m4hw26qvqnb134daqkyxpkzf13"; 140869 - libraryHaskellDepends = [ 140870 - base bytestring containers hashable split text transformers 140871 - unordered-containers vector vector-algorithms 140872 - ]; 140873 - testHaskellDepends = [ 140874 - base bytestring containers foldl hspec HUnit QuickCheck semigroups 140875 - text transformers unordered-containers vector 140876 - ]; 140877 - benchmarkHaskellDepends = [ base criterion mwc-random vector ]; 140878 - homepage = "https://github.com/snoyberg/mono-traversable"; 140879 - description = "Type classes for mapping, folding, and traversing monomorphic containers"; 140880 - license = stdenv.lib.licenses.mit; 140881 - }) {}; 140882 - 140883 - "mono-traversable_1_0_5_0" = callPackage 140884 - ({ mkDerivation, base, bytestring, containers, criterion, foldl 140885 - , hashable, hspec, HUnit, mwc-random, QuickCheck, semigroups, split 140886 - , text, transformers, unordered-containers, vector 140887 - , vector-algorithms 140888 - }: 140889 - mkDerivation { 140890 - pname = "mono-traversable"; 140891 version = "1.0.5.0"; 140892 sha256 = "1zrn7wp938di4mdc8q0z4imgg2hky7ap98ralzf8rdgqfrrvfpa6"; 140893 libraryHaskellDepends = [ ··· 140902 homepage = "https://github.com/snoyberg/mono-traversable#readme"; 140903 description = "Type classes for mapping, folding, and traversing monomorphic containers"; 140904 license = stdenv.lib.licenses.mit; 140905 - hydraPlatforms = stdenv.lib.platforms.none; 140906 }) {}; 140907 140908 "mono-traversable-instances" = callPackage ··· 141311 }: 141312 mkDerivation { 141313 pname = "morte"; 141314 - version = "1.6.11"; 141315 - sha256 = "10zwdf82hxjgxh7zs7wlnvyzjpaqalwj7rlg454jjlml59ifzvmw"; 141316 isLibrary = true; 141317 isExecutable = true; 141318 enableSeparateDataOutput = true; ··· 141334 license = stdenv.lib.licenses.bsd3; 141335 }) {}; 141336 141337 - "morte_1_6_12" = callPackage 141338 ({ mkDerivation, alex, array, base, binary, code-page, containers 141339 , criterion, deepseq, Earley, http-client, http-client-tls 141340 , microlens, microlens-mtl, mtl, optparse-applicative, pipes ··· 141343 }: 141344 mkDerivation { 141345 pname = "morte"; 141346 - version = "1.6.12"; 141347 - sha256 = "0g3nbh2ba1nqa8y7hnqdk149xsayyz46jrw749mdqlrcklxhvk9l"; 141348 isLibrary = true; 141349 isExecutable = true; 141350 enableSeparateDataOutput = true; ··· 141476 }) {}; 141477 141478 "movie-monad" = callPackage 141479 - ({ mkDerivation, base, gi-gdk, gi-gdkx11, gi-glib, gi-gobject 141480 - , gi-gst, gi-gstvideo, gi-gtk, gi-xlib, haskell-gi-base, MissingH 141481 - , process, text 141482 }: 141483 mkDerivation { 141484 pname = "movie-monad"; 141485 - version = "0.0.1.0"; 141486 - sha256 = "02sj8x49lw80nhzlwsnddj7r9w6xfv1vks4rpgds89pmkr4b5bvn"; 141487 isLibrary = false; 141488 isExecutable = true; 141489 enableSeparateDataOutput = true; 141490 executableHaskellDepends = [ 141491 - base gi-gdk gi-gdkx11 gi-glib gi-gobject gi-gst gi-gstvideo gi-gtk 141492 - gi-xlib haskell-gi-base MissingH process text 141493 ]; 141494 homepage = "https://github.com/lettier/movie-monad"; 141495 description = "Plays videos using GStreamer and GTK+"; ··· 144378 hydraPlatforms = stdenv.lib.platforms.none; 144379 }) {}; 144380 144381 "natural-number" = callPackage 144382 ({ mkDerivation, base, type-equality, type-level-natural-number 144383 , type-level-natural-number-induction ··· 145688 ({ mkDerivation, base }: 145689 mkDerivation { 145690 pname = "network-info"; 145691 - version = "0.2.0.8"; 145692 - sha256 = "0xndvg776241fgjmynxfpy81f1csjmh8dg33yf0c8m71ychz3pzc"; 145693 - libraryHaskellDepends = [ base ]; 145694 - homepage = "http://github.com/jystic/network-info"; 145695 - description = "Access the local computer's basic network configuration"; 145696 - license = stdenv.lib.licenses.bsd3; 145697 - }) {}; 145698 - 145699 - "network-info_0_2_0_9" = callPackage 145700 - ({ mkDerivation, base }: 145701 - mkDerivation { 145702 - pname = "network-info"; 145703 version = "0.2.0.9"; 145704 sha256 = "0rmajccwhkf0p4inb8jjj0dzsksgn663w90km00xvf4mq3pkjab3"; 145705 libraryHaskellDepends = [ base ]; 145706 homepage = "http://github.com/jystic/network-info"; 145707 description = "Access the local computer's basic network configuration"; 145708 license = stdenv.lib.licenses.bsd3; 145709 - hydraPlatforms = stdenv.lib.platforms.none; 145710 }) {}; 145711 145712 "network-interfacerequest" = callPackage ··· 146293 description = "A small utility to declare type-safe static URIs"; 146294 license = stdenv.lib.licenses.mit; 146295 hydraPlatforms = stdenv.lib.platforms.none; 146296 }) {}; 146297 146298 "network-wai-router" = callPackage ··· 146915 }) {}; 146916 146917 "nix-paths" = callPackage 146918 - ({ mkDerivation, base, nix, process }: 146919 - mkDerivation { 146920 - pname = "nix-paths"; 146921 - version = "1.0.0.1"; 146922 - sha256 = "05gkx79p532zciqjrsq16231pmzb5rixxip9j0vdc85a5h2a4bbl"; 146923 - revision = "1"; 146924 - editedCabalFile = "17l6x5azdiklwmiwkk05zxg50gqgdq9n5a1nyfywy05b6h7m33il"; 146925 - libraryHaskellDepends = [ base process ]; 146926 - libraryToolDepends = [ nix ]; 146927 - homepage = "https://github.com/peti/nix-paths"; 146928 - description = "Knowledge of Nix's installation directories"; 146929 - license = stdenv.lib.licenses.bsd3; 146930 - hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 146931 - }) {inherit (pkgs) nix;}; 146932 - 146933 - "nix-paths_1_0_1" = callPackage 146934 ({ mkDerivation, base, nix, nix-hash, process }: 146935 mkDerivation { 146936 pname = "nix-paths"; ··· 146941 homepage = "https://github.com/peti/nix-paths"; 146942 description = "Knowledge of Nix's installation directories"; 146943 license = stdenv.lib.licenses.bsd3; 146944 - hydraPlatforms = stdenv.lib.platforms.none; 146945 }) {inherit (pkgs) nix; nix-hash = null;}; 146946 146947 "nixfromnpm" = callPackage ··· 147408 147409 "nonce" = callPackage 147410 ({ mkDerivation, base, base64-bytestring, bytestring, entropy, text 147411 - , transformers 147412 - }: 147413 - mkDerivation { 147414 - pname = "nonce"; 147415 - version = "1.0.4"; 147416 - sha256 = "1xkf107sbcm3pvm6r4xk4719sccaq2kzja6nf8bky9m7vpiilrji"; 147417 - libraryHaskellDepends = [ 147418 - base base64-bytestring bytestring entropy text transformers 147419 - ]; 147420 - homepage = "https://github.com/prowdsponsor/nonce"; 147421 - description = "Generate cryptographic nonces"; 147422 - license = stdenv.lib.licenses.bsd3; 147423 - }) {}; 147424 - 147425 - "nonce_1_0_5" = callPackage 147426 - ({ mkDerivation, base, base64-bytestring, bytestring, entropy, text 147427 , transformers, unliftio, unliftio-core 147428 }: 147429 mkDerivation { ··· 147437 homepage = "https://github.com/prowdsponsor/nonce"; 147438 description = "Generate cryptographic nonces"; 147439 license = stdenv.lib.licenses.bsd3; 147440 - hydraPlatforms = stdenv.lib.platforms.none; 147441 }) {}; 147442 147443 "nondeterminism" = callPackage ··· 148716 license = stdenv.lib.licenses.bsd3; 148717 }) {}; 148718 148719 "octane" = callPackage 148720 ({ mkDerivation, aeson, base, bimap, binary, bytestring, containers 148721 , data-default-class, file-embed, http-client, http-client-tls ··· 151861 maintainers = with stdenv.lib.maintainers; [ peti ]; 151862 }) {}; 151863 151864 - "pandoc_2_0_4" = callPackage 151865 ({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring 151866 , binary, blaze-html, blaze-markup, bytestring, Cabal 151867 , case-insensitive, cmark-gfm, containers, criterion, data-default ··· 151876 }: 151877 mkDerivation { 151878 pname = "pandoc"; 151879 - version = "2.0.4"; 151880 - sha256 = "0zpcl7k405dyh83ng3ffch8bi1fjh7n53aycql07fmw84kbnc180"; 151881 configureFlags = [ "-fhttps" "-f-trypandoc" ]; 151882 isLibrary = true; 151883 isExecutable = true; ··· 152005 "pandoc-crossref" = callPackage 152006 ({ mkDerivation, base, containers, data-accessor 152007 , data-accessor-template, data-accessor-transformers, data-default 152008 - , directory, filepath, hspec, mtl, pandoc, pandoc-types 152009 - , roman-numerals, syb, template-haskell, text, utility-ht 152010 }: 152011 mkDerivation { 152012 pname = "pandoc-crossref"; 152013 - version = "0.2.7.0"; 152014 - sha256 = "1nh9yi2p7i8ms45rfd5859639f8rh5vxnvdqrdi399rmnp74vj9k"; 152015 isLibrary = true; 152016 isExecutable = true; 152017 enableSeparateDataOutput = true; ··· 152023 ]; 152024 executableHaskellDepends = [ 152025 base containers data-accessor data-accessor-template 152026 - data-accessor-transformers data-default directory filepath mtl 152027 - pandoc pandoc-types roman-numerals syb template-haskell text 152028 - utility-ht 152029 ]; 152030 testHaskellDepends = [ 152031 base containers data-accessor data-accessor-template ··· 152035 ]; 152036 homepage = "https://github.com/lierdakil/pandoc-crossref#readme"; 152037 description = "Pandoc filter for cross-references"; 152038 - license = stdenv.lib.licenses.gpl2; 152039 hydraPlatforms = stdenv.lib.platforms.none; 152040 }) {}; 152041 ··· 153779 hydraPlatforms = stdenv.lib.platforms.none; 153780 }) {}; 153781 153782 "passwords" = callPackage 153783 ({ mkDerivation, base, containers, MonadRandom, random }: 153784 mkDerivation { ··· 154027 ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: 154028 mkDerivation { 154029 pname = "path-text-utf8"; 154030 - version = "0.0.0.2"; 154031 - sha256 = "0m1rmzyjsiwb1k1rpj7mwjmbg6y9rmbv69bxqm0pbc6ylkh678ja"; 154032 libraryHaskellDepends = [ 154033 base bytestring path safe-exceptions text 154034 ]; 154035 - homepage = "https://github.com/chris-martin/path-text-utf8#readme"; 154036 description = "Read and write UTF-8 text files"; 154037 license = stdenv.lib.licenses.asl20; 154038 }) {}; ··· 160312 }: 160313 mkDerivation { 160314 pname = "postgresql-schema"; 160315 - version = "0.1.13"; 160316 - sha256 = "03f4hfdp632wyhygh72c6k8xwpqy2ijv51zkx3d176pb1429l0fi"; 160317 - isLibrary = true; 160318 - isExecutable = true; 160319 - enableSeparateDataOutput = true; 160320 - libraryHaskellDepends = [ 160321 - base basic-prelude postgresql-simple shelly text 160322 - ]; 160323 - executableHaskellDepends = [ 160324 - base basic-prelude optparse-applicative shelly text time 160325 - ]; 160326 - homepage = "https://github.com/mfine/postgresql-schema"; 160327 - description = "PostgreSQL Schema Management"; 160328 - license = stdenv.lib.licenses.bsd3; 160329 - }) {}; 160330 - 160331 - "postgresql-schema_0_1_14" = callPackage 160332 - ({ mkDerivation, base, basic-prelude, optparse-applicative 160333 - , postgresql-simple, shelly, text, time 160334 - }: 160335 - mkDerivation { 160336 - pname = "postgresql-schema"; 160337 version = "0.1.14"; 160338 sha256 = "0wnmhh8pzs9hzsmqkvr89jbdbbd1j87fnly2c80rsd7wr5qcrpkk"; 160339 isLibrary = true; ··· 160348 homepage = "https://github.com/mfine/postgresql-schema"; 160349 description = "PostgreSQL Schema Management"; 160350 license = stdenv.lib.licenses.bsd3; 160351 - hydraPlatforms = stdenv.lib.platforms.none; 160352 }) {}; 160353 160354 "postgresql-simple" = callPackage ··· 161703 }: 161704 mkDerivation { 161705 pname = "pretty-show"; 161706 - version = "1.6.13"; 161707 - sha256 = "1kbx72ybrpw0kh5zsd2kdw143qykbmd9lgmsvj57659y0k5l7fjm"; 161708 isLibrary = true; 161709 isExecutable = true; 161710 enableSeparateDataOutput = true; ··· 161718 license = stdenv.lib.licenses.mit; 161719 }) {}; 161720 161721 - "pretty-show_1_6_14" = callPackage 161722 ({ mkDerivation, array, base, filepath, ghc-prim, happy 161723 , haskell-lexer, pretty 161724 }: 161725 mkDerivation { 161726 pname = "pretty-show"; 161727 - version = "1.6.14"; 161728 - sha256 = "1izjjcf185hdl1fsh9j6idcdghan6dzgd8a5x0k5xqx1i24yrpb2"; 161729 isLibrary = true; 161730 isExecutable = true; 161731 enableSeparateDataOutput = true; ··· 163746 license = stdenv.lib.licenses.bsd3; 163747 }) {}; 163748 163749 "protocol-buffers-descriptor" = callPackage 163750 ({ mkDerivation, base, bytestring, containers, protocol-buffers }: 163751 mkDerivation { ··· 163761 license = stdenv.lib.licenses.bsd3; 163762 }) {}; 163763 163764 "protocol-buffers-descriptor-fork" = callPackage 163765 ({ mkDerivation, base, bytestring, containers 163766 , protocol-buffers-fork ··· 164677 license = stdenv.lib.licenses.bsd3; 164678 }) {}; 164679 164680 "purescript-bundle-fast" = callPackage 164681 ({ mkDerivation, base, containers, directory, filepath 164682 , optparse-applicative, text, vector ··· 165869 }) {}; 165870 165871 "quickcheck-classes" = callPackage 165872 - ({ mkDerivation, aeson, base, prim-array, primitive, QuickCheck }: 165873 mkDerivation { 165874 pname = "quickcheck-classes"; 165875 - version = "0.2"; 165876 - sha256 = "03j2647wnmp7fyxbjk80rrfc0k8i530dnyl1zlgkq11xwlyn54sr"; 165877 libraryHaskellDepends = [ 165878 - aeson base prim-array primitive QuickCheck 165879 ]; 165880 - testHaskellDepends = [ aeson base primitive QuickCheck ]; 165881 homepage = "https://github.com/andrewthad/quickcheck-classes#readme"; 165882 description = "QuickCheck common typeclasses"; 165883 license = stdenv.lib.licenses.bsd3; ··· 167940 hydraPlatforms = stdenv.lib.platforms.none; 167941 }) {}; 167942 167943 - "rattletrap_3_1_0" = callPackage 167944 ({ mkDerivation, aeson, base, bimap, binary, binary-bits 167945 , bytestring, containers, data-binary-ieee754, filepath, hspec 167946 , http-client, http-client-tls, template-haskell, temporary, text ··· 167948 }: 167949 mkDerivation { 167950 pname = "rattletrap"; 167951 - version = "3.1.0"; 167952 - sha256 = "1yv24p76w6zz91qjx5xhrcp7r72lqijfh32gzyjavvs6p1rnq61w"; 167953 isLibrary = true; 167954 isExecutable = true; 167955 libraryHaskellDepends = [ ··· 171577 }: 171578 mkDerivation { 171579 pname = "repa-convert"; 171580 - version = "4.2.3.1"; 171581 - sha256 = "19b5z4al37vkxqnyn9a80ij3lj9vfr8fl06j15fkqc3nrkya7i48"; 171582 libraryHaskellDepends = [ 171583 base bytestring double-conversion primitive repa-scalar text vector 171584 ]; ··· 171731 }: 171732 mkDerivation { 171733 pname = "repa-scalar"; 171734 - version = "4.2.3.1"; 171735 - sha256 = "1xwk583hvyssalc2y2n1a2pkmz2k2qsaawnghbh1d3n2ma6ncbfc"; 171736 libraryHaskellDepends = [ 171737 base bytestring double-conversion primitive time vector 171738 ]; ··· 172905 }: 172906 mkDerivation { 172907 pname = "retry"; 172908 - version = "0.7.4.3"; 172909 - sha256 = "0i47gmlljz00fwf2qwkrh24hgsyw5sz2npaighx4wxvykf00d390"; 172910 libraryHaskellDepends = [ 172911 base data-default-class exceptions ghc-prim random transformers 172912 ]; ··· 172919 license = stdenv.lib.licenses.bsd3; 172920 }) {}; 172921 172922 - "retry_0_7_5_0" = callPackage 172923 ({ mkDerivation, base, data-default-class, exceptions, ghc-prim 172924 , hspec, HUnit, mtl, QuickCheck, random, stm, time, transformers 172925 }: 172926 mkDerivation { 172927 pname = "retry"; 172928 - version = "0.7.5.0"; 172929 - sha256 = "1rganxc2lhbg5pch58bi29cv4m7zsddgwnkkjry8spwp3y8sh46p"; 172930 libraryHaskellDepends = [ 172931 base data-default-class exceptions ghc-prim random transformers 172932 ]; ··· 173178 executableHaskellDepends = [ base bytestring containers ]; 173179 description = "Simple unicode collation as per RFC5051"; 173180 license = stdenv.lib.licenses.bsd3; 173181 }) {}; 173182 173183 "rhine" = callPackage ··· 178143 license = stdenv.lib.licenses.mit; 178144 }) {}; 178145 178146 "selda-postgresql" = callPackage 178147 ({ mkDerivation, base, bytestring, exceptions, postgresql-libpq 178148 , selda, text ··· 178151 pname = "selda-postgresql"; 178152 version = "0.1.7.0"; 178153 sha256 = "0smx2hvpdxjcw58zchwmzcqz4xr5m1idv5y5rrj20df190r4l3l2"; 178154 libraryHaskellDepends = [ 178155 base bytestring exceptions postgresql-libpq selda text 178156 ]; ··· 178615 license = stdenv.lib.licenses.bsd3; 178616 }) {}; 178617 178618 - "sensu-run_0_4_0_2" = callPackage 178619 ({ mkDerivation, aeson, base, bytestring, filepath, http-client 178620 , http-types, lens, network, optparse-applicative, process 178621 , temporary, text, time, unix, unix-compat, vector, wreq 178622 }: 178623 mkDerivation { 178624 pname = "sensu-run"; 178625 - version = "0.4.0.2"; 178626 - sha256 = "1hsl9p9gzbjlalnrlbia7bvi2rs159d3h5mv5zzi81c20y5ybkjk"; 178627 isLibrary = false; 178628 isExecutable = true; 178629 executableHaskellDepends = [ ··· 180086 pname = "servant-iCalendar"; 180087 version = "0.1.0.1"; 180088 sha256 = "15gqlb60r8msn3k1j8wjxq89qg6d790lnb751wabg2lsxybmdzas"; 180089 libraryHaskellDepends = [ 180090 base data-default http-media iCalendar servant 180091 ]; ··· 180386 license = stdenv.lib.licenses.bsd3; 180387 }) {}; 180388 180389 - "servant-purescript_0_9_0_1" = callPackage 180390 ({ mkDerivation, aeson, base, bytestring, containers, directory 180391 , filepath, http-types, lens, mainland-pretty, purescript-bridge 180392 , servant, servant-foreign, servant-server, servant-subscriber ··· 180394 }: 180395 mkDerivation { 180396 pname = "servant-purescript"; 180397 - version = "0.9.0.1"; 180398 - sha256 = "11jpgqk1nmwjihghxbfv05fsb6n351822ryh6w08wdz3alsv4zk6"; 180399 libraryHaskellDepends = [ 180400 aeson base bytestring containers directory filepath http-types lens 180401 mainland-pretty purescript-bridge servant servant-foreign ··· 184260 license = stdenv.lib.licenses.bsd3; 184261 }) {}; 184262 184263 "singletons" = callPackage 184264 ({ mkDerivation, base, Cabal, containers, directory, filepath, mtl 184265 , process, syb, tasty, tasty-golden, template-haskell, th-desugar ··· 187983 hydraPlatforms = stdenv.lib.platforms.none; 187984 }) {}; 187985 187986 - "sparkle_0_7" = callPackage 187987 ({ mkDerivation, base, binary, bytestring, Cabal, choice 187988 , distributed-closure, filepath, inline-java, jni, jvm 187989 , jvm-streaming, process, regex-tdfa, singletons, streaming, text ··· 187991 }: 187992 mkDerivation { 187993 pname = "sparkle"; 187994 - version = "0.7"; 187995 - sha256 = "01w4b2r4pdlip4nkyc0gwh9322a8046bf1hjprj4y51f209skb7z"; 187996 isLibrary = true; 187997 isExecutable = true; 187998 enableSeparateDataOutput = true; ··· 188285 ({ mkDerivation, base, cmdargs, containers, leancheck }: 188286 mkDerivation { 188287 pname = "speculate"; 188288 - version = "0.3.1"; 188289 - sha256 = "01w44hd53n770fm49x70k3c4pwvsvp641x7kdnafg6czy8500s2k"; 188290 libraryHaskellDepends = [ base cmdargs containers leancheck ]; 188291 testHaskellDepends = [ base leancheck ]; 188292 benchmarkHaskellDepends = [ base leancheck ]; ··· 188802 license = stdenv.lib.licenses.bsd3; 188803 }) {}; 188804 188805 "sprinkles" = callPackage 188806 ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring 188807 , Cabal, case-insensitive, cereal, classy-prelude, containers, curl ··· 192141 homepage = "https://github.com/michaelt/streaming-bytestring"; 192142 description = "effectful byte steams, or: bytestring io done right"; 192143 license = stdenv.lib.licenses.bsd3; 192144 }) {}; 192145 192146 "streaming-cassava" = callPackage ··· 196769 }: 196770 mkDerivation { 196771 pname = "tart"; 196772 - version = "0.1.1"; 196773 - sha256 = "1a1nh093lklih1hq7lhkqp9l48wf66axlf1hsb8h2zmkv09z517h"; 196774 isLibrary = true; 196775 isExecutable = true; 196776 libraryHaskellDepends = [ ··· 197336 }: 197337 mkDerivation { 197338 pname = "tasty-rerun"; 197339 - version = "1.1.7"; 197340 - sha256 = "18hz1xqinf59mzvd68ygj9333v0a32qxfcas7crn4iniq5zv71kj"; 197341 - libraryHaskellDepends = [ 197342 - base containers mtl optparse-applicative reducers split stm tagged 197343 - tasty transformers 197344 - ]; 197345 - homepage = "http://github.com/ocharles/tasty-rerun"; 197346 - description = "Run tests by filtering the test tree depending on the result of previous test runs"; 197347 - license = stdenv.lib.licenses.bsd3; 197348 - }) {}; 197349 - 197350 - "tasty-rerun_1_1_8" = callPackage 197351 - ({ mkDerivation, base, containers, mtl, optparse-applicative 197352 - , reducers, split, stm, tagged, tasty, transformers 197353 - }: 197354 - mkDerivation { 197355 - pname = "tasty-rerun"; 197356 version = "1.1.8"; 197357 sha256 = "0yg8cicfn3qaazvp4rbanzy3dyk95k3y1kkd4bykvkl9v4076788"; 197358 libraryHaskellDepends = [ ··· 197362 homepage = "http://github.com/ocharles/tasty-rerun"; 197363 description = "Run tests by filtering the test tree depending on the result of previous test runs"; 197364 license = stdenv.lib.licenses.bsd3; 197365 - hydraPlatforms = stdenv.lib.platforms.none; 197366 }) {}; 197367 197368 "tasty-silver" = callPackage ··· 201866 }: 201867 mkDerivation { 201868 pname = "tidal"; 201869 - version = "0.9.4"; 201870 - sha256 = "1i290r4invm7haw1pcq2v60iz7wr73c6qfxkghx6kfgawyl0v3pn"; 201871 libraryHaskellDepends = [ 201872 base colour containers hashable hosc mersenne-random-pure64 mtl 201873 parsec safe text time websockets ··· 201878 license = stdenv.lib.licenses.gpl3; 201879 }) {}; 201880 201881 - "tidal_0_9_5" = callPackage 201882 ({ mkDerivation, base, colour, containers, hashable, hosc 201883 , mersenne-random-pure64, mtl, parsec, safe, tasty, tasty-hunit 201884 , text, time, websockets 201885 }: 201886 mkDerivation { 201887 pname = "tidal"; 201888 - version = "0.9.5"; 201889 - sha256 = "1p288qc8g6jxf8l1d1wkcq4aqgyx2wpv7fn7ff9mikgj1xjixhqc"; 201890 libraryHaskellDepends = [ 201891 base colour containers hashable hosc mersenne-random-pure64 mtl 201892 parsec safe text time websockets ··· 203282 }) {}; 203283 203284 "tls-session-manager" = callPackage 203285 - ({ mkDerivation, auto-update, base, clock, psqueues, tls }: 203286 - mkDerivation { 203287 - pname = "tls-session-manager"; 203288 - version = "0.0.0.1"; 203289 - sha256 = "0bqv6wh771j7n8qqsh02v8c4byybfkr1027k6cz03mszvnz1q9k8"; 203290 - revision = "1"; 203291 - editedCabalFile = "0hnhxfqmvkkhf37rr2ir52xyd59070jjm6s6al0alsanid2m4p01"; 203292 - libraryHaskellDepends = [ auto-update base clock psqueues tls ]; 203293 - description = "In-memory TLS session manager"; 203294 - license = stdenv.lib.licenses.bsd3; 203295 - }) {}; 203296 - 203297 - "tls-session-manager_0_0_0_2" = callPackage 203298 ({ mkDerivation, auto-update, base, clock, psqueues, tls }: 203299 mkDerivation { 203300 pname = "tls-session-manager"; ··· 203303 libraryHaskellDepends = [ auto-update base clock psqueues tls ]; 203304 description = "In-memory TLS session manager"; 203305 license = stdenv.lib.licenses.bsd3; 203306 - hydraPlatforms = stdenv.lib.platforms.none; 203307 }) {}; 203308 203309 "tmapchan" = callPackage ··· 203734 }: 203735 mkDerivation { 203736 pname = "top"; 203737 - version = "0.2.2"; 203738 - sha256 = "1j97n3a66983pxnajk11c4jm4ccckvmf4xjvfxbmqj23ixl6isfp"; 203739 libraryHaskellDepends = [ 203740 acid-state async base bytestring containers data-default-class 203741 deepseq extra filepath flat hslogger mtl pipes pretty safecopy ··· 206947 }: 206948 mkDerivation { 206949 pname = "type-of-html"; 206950 - version = "1.2.0.0"; 206951 - sha256 = "0mnpa297x8ikgarr7wf8lllkyif240fsjzjigs9rx86r65vfszgy"; 206952 libraryHaskellDepends = [ 206953 base bytestring double-conversion ghc-prim text 206954 ]; ··· 206959 homepage = "https://github.com/knupfer/type-of-html"; 206960 description = "High performance type driven html generation"; 206961 license = stdenv.lib.licenses.bsd3; 206962 - hydraPlatforms = stdenv.lib.platforms.none; 206963 }) {}; 206964 206965 "type-operators" = callPackage ··· 208981 }: 208982 mkDerivation { 208983 pname = "universum"; 208984 - version = "0.8.0"; 208985 - sha256 = "058c9fhf5lysswch8gwicpjjpqh6l03iz861vm913r3a8lam777f"; 208986 libraryHaskellDepends = [ 208987 base bytestring containers deepseq exceptions ghc-prim hashable 208988 microlens microlens-mtl mtl safe safe-exceptions stm text ··· 210413 ({ mkDerivation, base }: 210414 mkDerivation { 210415 pname = "util"; 210416 - version = "0.1.2.1"; 210417 - sha256 = "1m0ljqgfbs5f45mi25h1hv4q2svhjlq17xprvmaq042334cbim0s"; 210418 libraryHaskellDepends = [ base ]; 210419 description = "Utilities"; 210420 license = stdenv.lib.licenses.bsd3; ··· 212410 license = stdenv.lib.licenses.bsd3; 212411 }) {}; 212412 212413 "views" = callPackage 212414 ({ mkDerivation, base, mtl }: 212415 mkDerivation { ··· 213391 }: 213392 mkDerivation { 213393 pname = "wai-cors"; 213394 - version = "0.2.5"; 213395 - sha256 = "0vkn5nws9vcjn809qv2jfhf9ckfcgvfhs1v3xx1b03iy0j59n215"; 213396 - enableSeparateDataOutput = true; 213397 - libraryHaskellDepends = [ 213398 - attoparsec base base-unicode-symbols bytestring case-insensitive 213399 - http-types mtl transformers wai 213400 - ]; 213401 - testHaskellDepends = [ 213402 - base base-unicode-symbols directory filepath http-types network 213403 - process tasty tasty-hunit text wai wai-extra wai-websockets warp 213404 - websockets 213405 - ]; 213406 - homepage = "https://github.com/larskuhtz/wai-cors"; 213407 - description = "CORS for WAI"; 213408 - license = stdenv.lib.licenses.mit; 213409 - }) {}; 213410 - 213411 - "wai-cors_0_2_6" = callPackage 213412 - ({ mkDerivation, attoparsec, base, base-unicode-symbols, bytestring 213413 - , case-insensitive, directory, filepath, http-types, mtl, network 213414 - , process, tasty, tasty-hunit, text, transformers, wai, wai-extra 213415 - , wai-websockets, warp, websockets 213416 - }: 213417 - mkDerivation { 213418 - pname = "wai-cors"; 213419 version = "0.2.6"; 213420 sha256 = "11m9d8hn9pb9brprz0kglldmcqj83kjkjdwdpxdbl12430ii1ina"; 213421 enableSeparateDataOutput = true; ··· 213431 homepage = "https://github.com/larskuhtz/wai-cors"; 213432 description = "CORS for WAI"; 213433 license = stdenv.lib.licenses.mit; 213434 - hydraPlatforms = stdenv.lib.platforms.none; 213435 }) {}; 213436 213437 "wai-devel" = callPackage ··· 214280 license = stdenv.lib.licenses.bsd3; 214281 }) {}; 214282 214283 - "wai-middleware-rollbar_0_7_0" = callPackage 214284 ({ mkDerivation, aeson, base, bytestring, case-insensitive 214285 , containers, hostname, hspec, hspec-golden-aeson, http-client 214286 , http-conduit, http-types, lens, lens-aeson, network, QuickCheck ··· 214288 }: 214289 mkDerivation { 214290 pname = "wai-middleware-rollbar"; 214291 - version = "0.7.0"; 214292 - sha256 = "0vs03d3xm8hmahd72znkk4zw0fz33mbs5pvqins6kyizcgi4j5f5"; 214293 libraryHaskellDepends = [ 214294 aeson base bytestring case-insensitive hostname http-client 214295 http-conduit http-types network text time unordered-containers uuid ··· 214718 }: 214719 mkDerivation { 214720 pname = "wai-session-postgresql"; 214721 - version = "0.2.1.1"; 214722 - sha256 = "0yab46s0xyd49s46skrgm9hk4pvzqv3sr8mzr58231jvn7lijyf9"; 214723 - libraryHaskellDepends = [ 214724 - base bytestring cereal cookie data-default entropy 214725 - postgresql-simple resource-pool text time transformers wai 214726 - wai-session 214727 - ]; 214728 - testHaskellDepends = [ 214729 - base bytestring data-default postgresql-simple text wai-session 214730 - ]; 214731 - homepage = "https://github.com/hce/postgresql-session#readme"; 214732 - description = "PostgreSQL backed Wai session store"; 214733 - license = stdenv.lib.licenses.bsd3; 214734 - hydraPlatforms = stdenv.lib.platforms.none; 214735 - }) {}; 214736 - 214737 - "wai-session-postgresql_0_2_1_2" = callPackage 214738 - ({ mkDerivation, base, bytestring, cereal, cookie, data-default 214739 - , entropy, postgresql-simple, resource-pool, text, time 214740 - , transformers, wai, wai-session 214741 - }: 214742 - mkDerivation { 214743 - pname = "wai-session-postgresql"; 214744 version = "0.2.1.2"; 214745 sha256 = "10xc34a1l6g2lr8b4grvv17281689gdb8q1vh3kkip5lk7fp1m9r"; 214746 libraryHaskellDepends = [ ··· 216402 }: 216403 mkDerivation { 216404 pname = "weeder"; 216405 - version = "0.1.7"; 216406 - sha256 = "0mvpy2qzwjdl204k3qfi1cjz44rknzyrc187wp9lvxv40mb2kyd6"; 216407 - isLibrary = false; 216408 - isExecutable = true; 216409 - executableHaskellDepends = [ 216410 - aeson base bytestring cmdargs deepseq directory extra filepath 216411 - foundation hashable process text unordered-containers vector yaml 216412 - ]; 216413 - homepage = "https://github.com/ndmitchell/weeder#readme"; 216414 - description = "Detect dead code"; 216415 - license = stdenv.lib.licenses.bsd3; 216416 - }) {}; 216417 - 216418 - "weeder_0_1_9" = callPackage 216419 - ({ mkDerivation, aeson, base, bytestring, cmdargs, deepseq 216420 - , directory, extra, filepath, foundation, hashable, process, text 216421 - , unordered-containers, vector, yaml 216422 - }: 216423 - mkDerivation { 216424 - pname = "weeder"; 216425 version = "0.1.9"; 216426 sha256 = "1k5q34zyw2ajy7k5imxygs86q0a245ax5ch4kgff12pfpyz0jmz7"; 216427 isLibrary = false; ··· 216433 homepage = "https://github.com/ndmitchell/weeder#readme"; 216434 description = "Detect dead code"; 216435 license = stdenv.lib.licenses.bsd3; 216436 - hydraPlatforms = stdenv.lib.platforms.none; 216437 }) {}; 216438 216439 "weigh" = callPackage ··· 221580 }: 221581 mkDerivation { 221582 pname = "yesod-auth"; 221583 - version = "1.4.20"; 221584 - sha256 = "1p6kcx9g04x8vng12dc7kywxwnm74kpp5q4adcjcbzhgrvhrnvbj"; 221585 - libraryHaskellDepends = [ 221586 - aeson authenticate base base16-bytestring base64-bytestring binary 221587 - blaze-builder blaze-html blaze-markup byteable bytestring conduit 221588 - conduit-extra containers cryptonite data-default email-validate 221589 - file-embed http-client http-conduit http-types lifted-base memory 221590 - mime-mail network-uri nonce persistent persistent-template random 221591 - resourcet safe shakespeare template-haskell text time transformers 221592 - unordered-containers wai yesod-core yesod-form yesod-persistent 221593 - ]; 221594 - homepage = "http://www.yesodweb.com/"; 221595 - description = "Authentication for Yesod"; 221596 - license = stdenv.lib.licenses.mit; 221597 - }) {}; 221598 - 221599 - "yesod-auth_1_4_21" = callPackage 221600 - ({ mkDerivation, aeson, authenticate, base, base16-bytestring 221601 - , base64-bytestring, binary, blaze-builder, blaze-html 221602 - , blaze-markup, byteable, bytestring, conduit, conduit-extra 221603 - , containers, cryptonite, data-default, email-validate, file-embed 221604 - , http-client, http-conduit, http-types, lifted-base, memory 221605 - , mime-mail, network-uri, nonce, persistent, persistent-template 221606 - , random, resourcet, safe, shakespeare, template-haskell, text 221607 - , time, transformers, unordered-containers, wai, yesod-core 221608 - , yesod-form, yesod-persistent 221609 - }: 221610 - mkDerivation { 221611 - pname = "yesod-auth"; 221612 version = "1.4.21"; 221613 sha256 = "1qqwg9l65m9q3l8z0r1bnihqb5rbbp2c2w6gbk49kx9127rf4488"; 221614 libraryHaskellDepends = [ ··· 221623 homepage = "http://www.yesodweb.com/"; 221624 description = "Authentication for Yesod"; 221625 license = stdenv.lib.licenses.mit; 221626 - hydraPlatforms = stdenv.lib.platforms.none; 221627 }) {}; 221628 221629 "yesod-auth-account" = callPackage ··· 224401 license = stdenv.lib.licenses.bsd3; 224402 }) {}; 224403 224404 "yoko" = callPackage 224405 ({ mkDerivation, base, bifunctors, containers, invariant, kinds 224406 , mtl, records, semigroups, template-haskell, th-sccs, type-cereal ··· 224957 license = stdenv.lib.licenses.mit; 224958 }) {inherit (pkgs) zeromq;}; 224959 224960 "zeroth" = callPackage 224961 ({ mkDerivation, base, Cabal, derive, directory, filepath 224962 , haskell-src-exts, hskeleton, monoid-record, process, syb ··· 225496 license = stdenv.lib.licenses.bsd3; 225497 }) {}; 225498 225499 - "zm_0_3_1" = callPackage 225500 ({ mkDerivation, base, bytestring, containers, convertible 225501 , cryptonite, deepseq, doctest, either, filemanip, flat, memory 225502 - , model, mtl, pretty, tasty, tasty-hunit, tasty-quickcheck, text 225503 - , timeit, transformers 225504 }: 225505 mkDerivation { 225506 pname = "zm"; 225507 - version = "0.3.1"; 225508 - sha256 = "0cdggfyzb0h3xfjm91l3rx28yq1ksxfprn1wp1mdj1zm7y0paiiv"; 225509 libraryHaskellDepends = [ 225510 base bytestring containers convertible cryptonite deepseq either 225511 - flat memory model mtl pretty text transformers 225512 ]; 225513 testHaskellDepends = [ 225514 base bytestring containers doctest filemanip flat model pretty
··· 5463 hydraPlatforms = stdenv.lib.platforms.none; 5464 }) {}; 5465 5466 + "Fin" = callPackage 5467 + ({ mkDerivation, base, clist, natural-induction, peano }: 5468 + mkDerivation { 5469 + pname = "Fin"; 5470 + version = "0.2.0.0"; 5471 + sha256 = "0w4gmfhpav73rkia3q7g6m4lncz1smhfa0rl2sr0602sc0694spr"; 5472 + libraryHaskellDepends = [ base clist natural-induction peano ]; 5473 + description = "Finite totally-ordered sets"; 5474 + license = stdenv.lib.licenses.bsd3; 5475 + }) {}; 5476 + 5477 "Finance-Quote-Yahoo" = callPackage 5478 ({ mkDerivation, base, bytestring, http-conduit, network 5479 , old-locale, time ··· 8694 license = stdenv.lib.licenses.bsd3; 8695 }) {}; 8696 8697 + "HTTP_4000_3_9" = callPackage 8698 + ({ mkDerivation, array, base, bytestring, case-insensitive, conduit 8699 + , conduit-extra, deepseq, http-types, httpd-shed, HUnit, mtl 8700 + , network, network-uri, parsec, pureMD5, split, test-framework 8701 + , test-framework-hunit, time, wai, warp 8702 + }: 8703 + mkDerivation { 8704 + pname = "HTTP"; 8705 + version = "4000.3.9"; 8706 + sha256 = "1zv38sjr1kv6vm35a8w5659ap9jpxpq5b9zjgablils8ca52p5h5"; 8707 + libraryHaskellDepends = [ 8708 + array base bytestring mtl network network-uri parsec time 8709 + ]; 8710 + testHaskellDepends = [ 8711 + base bytestring case-insensitive conduit conduit-extra deepseq 8712 + http-types httpd-shed HUnit mtl network network-uri pureMD5 split 8713 + test-framework test-framework-hunit wai warp 8714 + ]; 8715 + homepage = "https://github.com/haskell/HTTP"; 8716 + description = "A library for client-side HTTP"; 8717 + license = stdenv.lib.licenses.bsd3; 8718 + hydraPlatforms = stdenv.lib.platforms.none; 8719 + }) {}; 8720 + 8721 "HTTP-Simple" = callPackage 8722 ({ mkDerivation, base, HTTP, network }: 8723 mkDerivation { ··· 11648 }) {}; 11649 11650 "ListT" = callPackage 11651 + ({ mkDerivation, base, smallcheck, tasty, tasty-smallcheck 11652 + , transformers, util 11653 + }: 11654 mkDerivation { 11655 pname = "ListT"; 11656 + version = "0.1.2.0"; 11657 + sha256 = "0ygj695w1xrv0kkpnm55gfjnks7xdbw6vrlqx1a5as4s36hq11zr"; 11658 + libraryHaskellDepends = [ base transformers util ]; 11659 + testHaskellDepends = [ 11660 + base smallcheck tasty tasty-smallcheck transformers util 11661 + ]; 11662 description = "List transformer"; 11663 license = stdenv.lib.licenses.bsd3; 11664 }) {}; ··· 13548 }) {}; 13549 13550 "Octree" = callPackage 13551 ({ mkDerivation, AC-Vector, base, QuickCheck }: 13552 mkDerivation { 13553 pname = "Octree"; ··· 13558 homepage = "https://github.com/mgajda/octree"; 13559 description = "Simple unbalanced Octree for storing data about 3D points"; 13560 license = stdenv.lib.licenses.bsd3; 13561 }) {}; 13562 13563 "OddWord" = callPackage ··· 15708 ({ mkDerivation, base, SDL }: 15709 mkDerivation { 15710 pname = "SDL"; 15711 version = "0.6.6.0"; 15712 sha256 = "0wpddhq5vwm2m1q8ja1p6draz4f40p1snmdshxwqnyyj3nchqz0z"; 15713 enableSeparateDataOutput = true; ··· 15715 librarySystemDepends = [ SDL ]; 15716 description = "Binding to libSDL"; 15717 license = stdenv.lib.licenses.bsd3; 15718 }) {inherit (pkgs) SDL;}; 15719 15720 "SDL-gfx" = callPackage ··· 28086 ({ mkDerivation, base }: 28087 mkDerivation { 28088 pname = "ansi-escape-codes"; 28089 + version = "0.3.0.0"; 28090 + sha256 = "1aj7p937c48laz5kkhil45lgkjiivcidky6vxxp3q5yvkymsijvb"; 28091 libraryHaskellDepends = [ base ]; 28092 homepage = "https://github.com/joegesualdo/ansi-escape-codes"; 28093 description = "Haskell package to generate ANSI escape codes for styling strings in the terminal"; ··· 31244 license = stdenv.lib.licenses.bsd3; 31245 }) {}; 31246 31247 + "attomail" = callPackage 31248 + ({ mkDerivation, base, bytestring, ConfigFile, directory, doctest 31249 + , email-validate, Glob, hsemail-ns, MissingH, mtl, network 31250 + , optparse-applicative, parsec, QuickCheck, random, text, time 31251 + , transformers, unix, unix-time 31252 + }: 31253 + mkDerivation { 31254 + pname = "attomail"; 31255 + version = "0.1.0.2"; 31256 + sha256 = "0yryvw8qcp0vgal4dn48xi7x42wl9b1bwfbh0chnvbi5rwnwspyr"; 31257 + isLibrary = false; 31258 + isExecutable = true; 31259 + executableHaskellDepends = [ 31260 + base bytestring ConfigFile directory email-validate hsemail-ns 31261 + MissingH mtl network optparse-applicative parsec random text time 31262 + transformers unix unix-time 31263 + ]; 31264 + testHaskellDepends = [ base doctest Glob QuickCheck ]; 31265 + description = "Minimal mail delivery agent (MDA) for local mail with maildir support"; 31266 + license = stdenv.lib.licenses.bsd2; 31267 + }) {}; 31268 + 31269 "attoparsec" = callPackage 31270 ({ mkDerivation, array, base, bytestring, case-insensitive 31271 , containers, criterion, deepseq, directory, filepath, ghc-prim ··· 34209 ({ mkDerivation, base, hspec, parsec }: 34210 mkDerivation { 34211 pname = "bbdb"; 34212 + version = "0.8"; 34213 + sha256 = "0p1aphzp55h4zlh3h8xnm6mxvsxyrab98ms8f07iqvp4p267kryw"; 34214 libraryHaskellDepends = [ base parsec ]; 34215 testHaskellDepends = [ base hspec parsec ]; 34216 homepage = "https://github.com/henrylaxen/bbdb"; ··· 34457 }) {}; 34458 34459 "bench" = callPackage 34460 ({ mkDerivation, base, criterion, optparse-applicative, process 34461 , silently, text, turtle 34462 }: ··· 34472 homepage = "http://github.com/Gabriel439/bench"; 34473 description = "Command-line benchmark tool"; 34474 license = stdenv.lib.licenses.bsd3; 34475 }) {}; 34476 34477 "benchmark-function" = callPackage ··· 35692 ({ mkDerivation, base }: 35693 mkDerivation { 35694 pname = "bindings-DSL"; 35695 version = "1.0.24"; 35696 sha256 = "03n8z5qxrrq4l6h2f3xyav45f5v2gr112g4l4r4jw8yfvr8qyk93"; 35697 libraryHaskellDepends = [ base ]; 35698 homepage = "https://github.com/jwiegley/bindings-dsl/wiki"; 35699 description = "FFI domain specific language, on top of hsc2hs"; 35700 license = stdenv.lib.licenses.bsd3; 35701 }) {}; 35702 35703 "bindings-EsounD" = callPackage ··· 39398 license = stdenv.lib.licenses.bsd3; 39399 }) {}; 39400 39401 + "brick_0_30" = callPackage 39402 ({ mkDerivation, base, config-ini, containers, contravariant 39403 , data-clist, deepseq, dlist, microlens, microlens-mtl 39404 , microlens-th, stm, template-haskell, text, text-zipper ··· 39406 }: 39407 mkDerivation { 39408 pname = "brick"; 39409 + version = "0.30"; 39410 + sha256 = "0annvmb68vazmk3cabk01n9i00lifijxmxkbq1280yhack2q0mzz"; 39411 isLibrary = true; 39412 isExecutable = true; 39413 libraryHaskellDepends = [ ··· 41276 ({ mkDerivation, base, Cabal, directory, filepath }: 41277 mkDerivation { 41278 pname = "cabal-doctest"; 41279 version = "1.0.4"; 41280 sha256 = "03sawamkp95jycq9sah72iw525pdndb3x4h489zf4s3ir9avds3d"; 41281 libraryHaskellDepends = [ base Cabal directory filepath ]; 41282 homepage = "https://github.com/phadej/cabal-doctest"; 41283 description = "A Setup.hs helper for doctests running"; 41284 license = stdenv.lib.licenses.bsd3; 41285 }) {}; 41286 41287 "cabal-file-th" = callPackage ··· 43830 ({ mkDerivation, alg, base }: 43831 mkDerivation { 43832 pname = "category"; 43833 + version = "0.2.0.0"; 43834 + sha256 = "1zl7jsc99wqdw6fibxr9l3zf7xprkh5q1681gx6d5kvj9cfahcav"; 43835 + revision = "1"; 43836 + editedCabalFile = "0j24ymqy443wx7r5w8xklqsp1x133pwlwfni92qm0im66flfdb44"; 43837 libraryHaskellDepends = [ alg base ]; 43838 description = "Categorical types and classes"; 43839 license = stdenv.lib.licenses.bsd3; ··· 45232 license = stdenv.lib.licenses.mit; 45233 }) {}; 45234 45235 + "chell_0_4_0_2" = callPackage 45236 + ({ mkDerivation, ansi-terminal, base, bytestring, options, patience 45237 + , random, template-haskell, text, transformers 45238 + }: 45239 + mkDerivation { 45240 + pname = "chell"; 45241 + version = "0.4.0.2"; 45242 + sha256 = "10ingy9qnbmc8cqh4i9pskcw43l0mzk8f3d76b3qz3fig5ary3j9"; 45243 + libraryHaskellDepends = [ 45244 + ansi-terminal base bytestring options patience random 45245 + template-haskell text transformers 45246 + ]; 45247 + homepage = "https://john-millikin.com/software/chell/"; 45248 + description = "A simple and intuitive library for automated testing"; 45249 + license = stdenv.lib.licenses.mit; 45250 + hydraPlatforms = stdenv.lib.platforms.none; 45251 + }) {}; 45252 + 45253 "chell-hunit" = callPackage 45254 ({ mkDerivation, base, chell, HUnit }: 45255 mkDerivation { ··· 45267 ({ mkDerivation, base, chell, QuickCheck, random }: 45268 mkDerivation { 45269 pname = "chell-quickcheck"; 45270 + version = "0.2.5.1"; 45271 + sha256 = "1iicsys9igx7m7n4l2b8djardmjy2ah5ibzp7kzs758h460fq53a"; 45272 libraryHaskellDepends = [ base chell QuickCheck random ]; 45273 homepage = "https://john-millikin.com/software/chell/"; 45274 description = "QuickCheck support for the Chell testing library"; ··· 47226 }) {}; 47227 47228 "clist" = callPackage 47229 + ({ mkDerivation, base, natural-induction, peano }: 47230 mkDerivation { 47231 pname = "clist"; 47232 + version = "0.3.0.0"; 47233 + sha256 = "1wicpkc1rxyjnmnlsdh975d58fwfmfqwhkd50v044g4763i36bdr"; 47234 + libraryHaskellDepends = [ base natural-induction peano ]; 47235 homepage = "https://github.com/strake/clist.hs"; 47236 description = "Counted list"; 47237 license = "unknown"; ··· 48837 }) {}; 48838 48839 "colour" = callPackage 48840 ({ mkDerivation, base, QuickCheck, random, test-framework 48841 , test-framework-quickcheck2 48842 }: ··· 48852 homepage = "http://www.haskell.org/haskellwiki/Colour"; 48853 description = "A model for human colour/color perception"; 48854 license = stdenv.lib.licenses.mit; 48855 }) {}; 48856 48857 "colour-accelerate" = callPackage ··· 49996 pname = "computational-algebra"; 49997 version = "0.5.1.0"; 49998 sha256 = "1ivhfw60gv1gxv6fl8z2n3a468dkvrwff8kg1brypaixzwp589gx"; 49999 + revision = "1"; 50000 + editedCabalFile = "1yhxqqrfqdr9dgzxz7rqk2kisg571dplhhyhd0490jbmd4z40ly6"; 50001 isLibrary = true; 50002 isExecutable = true; 50003 libraryHaskellDepends = [ ··· 50788 }: 50789 mkDerivation { 50790 pname = "conduit-combinators"; 50791 version = "1.1.2"; 50792 sha256 = "0f31iphdi31m7cfd2szq06x3xdag1kkv2vbxh6bm2ax37k9sw2w4"; 50793 libraryHaskellDepends = [ ··· 50804 homepage = "https://github.com/snoyberg/mono-traversable#readme"; 50805 description = "Commonly used conduit functions, for both chunked and unchunked data"; 50806 license = stdenv.lib.licenses.mit; 50807 }) {}; 50808 50809 "conduit-connection" = callPackage ··· 50857 license = stdenv.lib.licenses.mit; 50858 }) {}; 50859 50860 + "conduit-extra_1_2_2" = callPackage 50861 ({ mkDerivation, async, attoparsec, base, blaze-builder, bytestring 50862 , bytestring-builder, conduit, criterion, directory, exceptions 50863 , filepath, hspec, monad-control, network, primitive, process ··· 50866 }: 50867 mkDerivation { 50868 pname = "conduit-extra"; 50869 + version = "1.2.2"; 50870 + sha256 = "04bc1vy9giwfdcavrhjbmzm31lrf5360swns38yg6brql4pa2vii"; 50871 libraryHaskellDepends = [ 50872 async attoparsec base blaze-builder bytestring conduit directory 50873 exceptions filepath monad-control network primitive process ··· 51676 ({ mkDerivation, base, category }: 51677 mkDerivation { 51678 pname = "constraint"; 51679 + version = "0.1.1.0"; 51680 + sha256 = "15kkkbqy6vjhbjl1jdqrsazrhv5k2l2vqymdjjdn3l07cfnf9lzj"; 51681 libraryHaskellDepends = [ base category ]; 51682 description = "Reified constraints"; 51683 license = stdenv.lib.licenses.bsd3; ··· 55962 }) {}; 55963 55964 "cyclotomic" = callPackage 55965 + ({ mkDerivation, arithmoi, base, containers, HUnit, QuickCheck 55966 + , test-framework, test-framework-hunit, test-framework-quickcheck2 55967 + , test-framework-smallcheck 55968 + }: 55969 mkDerivation { 55970 pname = "cyclotomic"; 55971 + version = "0.5.0.0"; 55972 + sha256 = "1r8hsc2x59g5xwch417iaxd8cldm0bg00wvhjb48cb7d53lx3zf8"; 55973 libraryHaskellDepends = [ arithmoi base containers ]; 55974 + testHaskellDepends = [ 55975 + base HUnit QuickCheck test-framework test-framework-hunit 55976 + test-framework-quickcheck2 test-framework-smallcheck 55977 + ]; 55978 description = "A subfield of the complex numbers for exact calculation"; 55979 license = stdenv.lib.licenses.gpl3; 55980 }) {}; ··· 56024 }: 56025 mkDerivation { 56026 pname = "d-bus"; 56027 + version = "0.1.8"; 56028 + sha256 = "1s9md4865mzal0n69mmfbrd2xifhs8j40dl3vjympifw4li25l8q"; 56029 isLibrary = true; 56030 isExecutable = true; 56031 libraryHaskellDepends = [ ··· 58112 58113 "data-serializer" = callPackage 58114 ({ mkDerivation, base, binary, bytestring, cereal, data-endian 58115 , parsers, semigroups, split, tasty, tasty-quickcheck 58116 }: 58117 mkDerivation { ··· 58127 homepage = "https://github.com/mvv/data-serializer"; 58128 description = "Common API for serialization libraries"; 58129 license = stdenv.lib.licenses.bsd3; 58130 }) {}; 58131 58132 "data-size" = callPackage ··· 59938 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 59939 }) {}; 59940 59941 + "dejafu_0_9_1_2" = callPackage 59942 ({ mkDerivation, base, concurrency, containers, deepseq, exceptions 59943 , leancheck, random, ref-fd, transformers, transformers-base 59944 }: 59945 mkDerivation { 59946 pname = "dejafu"; 59947 + version = "0.9.1.2"; 59948 + sha256 = "1cxskfl2wg3m9hja97yc0sjghskhs442l2jqwcynlhjr308g84as"; 59949 libraryHaskellDepends = [ 59950 base concurrency containers deepseq exceptions leancheck random 59951 ref-fd transformers transformers-base ··· 60784 }: 60785 mkDerivation { 60786 pname = "dhall"; 60787 + version = "1.8.2"; 60788 + sha256 = "1llr12rwnd39xs51faxxvrf9n9scwsz3j2ywqdfsrr3hiasq80aj"; 60789 isLibrary = true; 60790 isExecutable = true; 60791 libraryHaskellDepends = [ ··· 62665 62666 "disjoint-containers" = callPackage 62667 ({ mkDerivation, aeson, base, containers, doctest, QuickCheck 62668 + , quickcheck-classes, semigroups, transformers 62669 }: 62670 mkDerivation { 62671 pname = "disjoint-containers"; 62672 + version = "0.2.3"; 62673 + sha256 = "0a6y1m0jq3lxj5vwgn4j4ij8xgkrkxb4nr7n3ba98sv8iaf1q8gw"; 62674 libraryHaskellDepends = [ aeson base containers transformers ]; 62675 testHaskellDepends = [ 62676 aeson base containers doctest QuickCheck quickcheck-classes 62677 + semigroups 62678 ]; 62679 homepage = "https://github.com/andrewthad/disjoint-containers#readme"; 62680 description = "Disjoint containers"; ··· 63958 }) {}; 63959 63960 "docker-build-cacher" = callPackage 63961 + ({ mkDerivation, base, containers, foldl, language-docker 63962 , system-filepath, text, turtle 63963 }: 63964 mkDerivation { 63965 pname = "docker-build-cacher"; 63966 + version = "1.8.2"; 63967 + sha256 = "0kmr7b0i5wbcn6r2f2pi4ndnzr4kdi3yj2v1pxwqyv8v0d6h55gi"; 63968 isLibrary = false; 63969 isExecutable = true; 63970 executableHaskellDepends = [ 63971 + base containers foldl language-docker system-filepath text turtle 63972 ]; 63973 description = "Builds a services with docker and caches all of its intermediate stages"; 63974 license = stdenv.lib.licenses.bsd3; ··· 65051 hydraPlatforms = stdenv.lib.platforms.none; 65052 }) {}; 65053 65054 + "drifter-postgresql_0_2_0" = callPackage 65055 + ({ mkDerivation, base, containers, drifter, either, mtl 65056 + , postgresql-simple, tasty, tasty-hunit, text, time, transformers 65057 + }: 65058 + mkDerivation { 65059 + pname = "drifter-postgresql"; 65060 + version = "0.2.0"; 65061 + sha256 = "0nl26zzvj3wvz13xgjn1j70br69wlaj1ddaz10d9ib6n1brn6hcd"; 65062 + libraryHaskellDepends = [ 65063 + base containers drifter either mtl postgresql-simple time 65064 + transformers 65065 + ]; 65066 + testHaskellDepends = [ 65067 + base drifter either postgresql-simple tasty tasty-hunit text 65068 + ]; 65069 + homepage = "http://github.com/michaelxavier/drifter-postgresql"; 65070 + description = "PostgreSQL support for the drifter schema migration tool"; 65071 + license = stdenv.lib.licenses.mit; 65072 + hydraPlatforms = stdenv.lib.platforms.none; 65073 + }) {}; 65074 + 65075 + "drinkery" = callPackage 65076 + ({ mkDerivation, base, criterion, mtl, transformers }: 65077 + mkDerivation { 65078 + pname = "drinkery"; 65079 + version = "0"; 65080 + sha256 = "06ad33l3xv9paspb5ymr97zzb4dkdfq9sg40b3i62nf52gpjfdly"; 65081 + libraryHaskellDepends = [ base mtl transformers ]; 65082 + benchmarkHaskellDepends = [ base criterion ]; 65083 + homepage = "https://github.com/fumieval/drinkery#readme"; 65084 + description = "Boozy streaming library"; 65085 + license = stdenv.lib.licenses.bsd3; 65086 + }) {}; 65087 + 65088 "drmaa" = callPackage 65089 ({ mkDerivation, base, directory, drmaa, inline-c }: 65090 mkDerivation { ··· 65492 }: 65493 mkDerivation { 65494 pname = "dumb-cas"; 65495 + version = "0.1.2.0"; 65496 + sha256 = "03zyv1p69lhxg3z86rlyywzh305kpld3a79kr6c5swsm3pw8mnh5"; 65497 libraryHaskellDepends = [ 65498 base containers decimal-literals hashable template-haskell 65499 unordered-containers ··· 68319 license = stdenv.lib.licenses.bsd3; 68320 }) {}; 68321 68322 + "engine-io-wai_1_0_7" = callPackage 68323 + ({ mkDerivation, attoparsec, base, bytestring, either, engine-io 68324 + , http-types, mtl, text, transformers, transformers-compat 68325 + , unordered-containers, wai, wai-websockets, websockets 68326 + }: 68327 + mkDerivation { 68328 + pname = "engine-io-wai"; 68329 + version = "1.0.7"; 68330 + sha256 = "13aa7x94z32c2gfzwjxh9808alcwqhxmxgn42r4jyqfylis2p73a"; 68331 + libraryHaskellDepends = [ 68332 + attoparsec base bytestring either engine-io http-types mtl text 68333 + transformers transformers-compat unordered-containers wai 68334 + wai-websockets websockets 68335 + ]; 68336 + homepage = "http://github.com/ocharles/engine.io"; 68337 + description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@"; 68338 + license = stdenv.lib.licenses.bsd3; 68339 + hydraPlatforms = stdenv.lib.platforms.none; 68340 + }) {}; 68341 + 68342 "engine-io-yesod" = callPackage 68343 ({ mkDerivation, base, bytestring, conduit, conduit-extra 68344 , engine-io, http-types, text, unordered-containers, wai ··· 71440 ({ mkDerivation, base, leancheck, speculate, template-haskell }: 71441 mkDerivation { 71442 pname = "extrapolate"; 71443 + version = "0.3.0"; 71444 + sha256 = "1mqhn515mq730frzcadw4m0zsizk1vkhcygazy6y03533mai0z2g"; 71445 libraryHaskellDepends = [ 71446 base leancheck speculate template-haskell 71447 ]; ··· 72579 hydraPlatforms = stdenv.lib.platforms.none; 72580 }) {}; 72581 72582 + "fee-estimate" = callPackage 72583 + ({ mkDerivation, base, QuickCheck }: 72584 + mkDerivation { 72585 + pname = "fee-estimate"; 72586 + version = "0.1.0.0"; 72587 + sha256 = "06qfc18dhkhxpy0rhs20kw83bf1mzq94wy6azv3zj2ik8shq501r"; 72588 + isLibrary = true; 72589 + isExecutable = true; 72590 + libraryHaskellDepends = [ base QuickCheck ]; 72591 + executableHaskellDepends = [ base QuickCheck ]; 72592 + testHaskellDepends = [ base QuickCheck ]; 72593 + homepage = "https://github.com/sahabi/fee-estimate#readme"; 72594 + description = "Short description of your package"; 72595 + license = stdenv.lib.licenses.bsd3; 72596 + }) {}; 72597 + 72598 "feed" = callPackage 72599 ({ mkDerivation, base, HUnit, old-locale, old-time, test-framework 72600 , test-framework-hunit, time, time-locale-compat, utf8-string, xml ··· 74054 }: 74055 mkDerivation { 74056 pname = "fitspec"; 74057 + version = "0.4.4"; 74058 + sha256 = "15vmdipw3pz6x4x2c1ywf0h0jbiy14p557mx3hm2zhdpxn1bdwyr"; 74059 libraryHaskellDepends = [ 74060 base cmdargs leancheck template-haskell 74061 ]; 74062 + testHaskellDepends = [ base leancheck ]; 74063 + benchmarkHaskellDepends = [ base pretty ]; 74064 homepage = "https://github.com/rudymatela/fitspec#readme"; 74065 description = "refining property sets for testing Haskell programs"; 74066 license = stdenv.lib.licenses.bsd3; ··· 77203 }: 77204 mkDerivation { 77205 pname = "friday-juicypixels"; 77206 + version = "0.1.2.2"; 77207 + sha256 = "1sci0whrkjlm731z1qk7p7sg7vaw61brcb167w9f6fbkagn2f67l"; 77208 libraryHaskellDepends = [ base friday JuicyPixels vector ]; 77209 testHaskellDepends = [ 77210 base bytestring file-embed friday hspec JuicyPixels ··· 79194 pname = "generic-aeson"; 79195 version = "0.2.0.9"; 79196 sha256 = "1jw4rmfsky8r8551ddjy0i3va3dj37flzf23gxniyam7zy8kzh9l"; 79197 + revision = "2"; 79198 + editedCabalFile = "05hn4bjqrx1fimlwwbv9358806m4q1dkbfw886lpkkhbflr7jmn9"; 79199 libraryHaskellDepends = [ 79200 aeson attoparsec base generic-deriving mtl tagged text 79201 unordered-containers vector ··· 79503 pname = "generic-xmlpickler"; 79504 version = "0.1.0.5"; 79505 sha256 = "1brnlgnbys811qy64aps2j03ks2p0rkihaqzaszfwl80cpsn05ym"; 79506 + revision = "5"; 79507 + editedCabalFile = "18hs5adb6wfasazdlv2wf92xszyjw94i3v20w8058hl7q1ax9dv0"; 79508 libraryHaskellDepends = [ base generic-deriving hxt text ]; 79509 testHaskellDepends = [ 79510 base hxt hxt-pickle-utils tasty tasty-hunit tasty-th ··· 81033 license = stdenv.lib.licenses.bsd3; 81034 }) {}; 81035 81036 + "ghc-prof_1_4_0_4" = callPackage 81037 + ({ mkDerivation, attoparsec, base, containers, directory, filepath 81038 + , process, scientific, tasty, tasty-hunit, temporary, text, time 81039 + }: 81040 + mkDerivation { 81041 + pname = "ghc-prof"; 81042 + version = "1.4.0.4"; 81043 + sha256 = "037g6ianbij9gx1324fbdmamqjkn6mmw9nvqh5bwpz33srf30lpn"; 81044 + isLibrary = true; 81045 + isExecutable = true; 81046 + libraryHaskellDepends = [ 81047 + attoparsec base containers scientific text time 81048 + ]; 81049 + executableHaskellDepends = [ base containers scientific text ]; 81050 + testHaskellDepends = [ 81051 + attoparsec base containers directory filepath process tasty 81052 + tasty-hunit temporary text 81053 + ]; 81054 + homepage = "https://github.com/maoe/ghc-prof"; 81055 + description = "Library for parsing GHC time and allocation profiling reports"; 81056 + license = stdenv.lib.licenses.bsd3; 81057 + hydraPlatforms = stdenv.lib.platforms.none; 81058 + }) {}; 81059 + 81060 "ghc-prof-flamegraph" = callPackage 81061 ({ mkDerivation, base }: 81062 mkDerivation { ··· 81994 }: 81995 mkDerivation { 81996 pname = "gi-glib"; 81997 version = "2.0.15"; 81998 sha256 = "1gfkqvw2m5i5cg9c3y33l1wqxcr8s80w0sx8kdnnfial0c4ba6cz"; 81999 setupHaskellDepends = [ base Cabal haskell-gi ]; ··· 82006 homepage = "https://github.com/haskell-gi/haskell-gi"; 82007 description = "GLib bindings"; 82008 license = stdenv.lib.licenses.lgpl21; 82009 }) {inherit (pkgs) glib;}; 82010 82011 "gi-gobject" = callPackage ··· 82167 }: 82168 mkDerivation { 82169 pname = "gi-gtk"; 82170 version = "3.0.18"; 82171 sha256 = "1fp84dba8hg6pvkdy0mip2pz9npx0kwp492gx8p1bgf119rqqfl1"; 82172 setupHaskellDepends = [ base Cabal haskell-gi ]; ··· 82180 homepage = "https://github.com/haskell-gi/haskell-gi"; 82181 description = "Gtk bindings"; 82182 license = stdenv.lib.licenses.lgpl21; 82183 + hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 82184 }) {gtk3 = pkgs.gnome3.gtk;}; 82185 82186 "gi-gtk-hs" = callPackage ··· 82803 license = stdenv.lib.licenses.bsd3; 82804 }) {}; 82805 82806 + "git_0_2_1" = callPackage 82807 + ({ mkDerivation, base, byteable, bytedump, bytestring, containers 82808 + , cryptonite, hourglass, memory, patience, random, system-fileio 82809 + , system-filepath, tasty, tasty-quickcheck, unix-compat 82810 + , utf8-string, vector, zlib, zlib-bindings 82811 + }: 82812 + mkDerivation { 82813 + pname = "git"; 82814 + version = "0.2.1"; 82815 + sha256 = "0j0hzlxb58g0q8fibg09ppag6bnhk7ym3nyzmqpwjbr6hxkdidsz"; 82816 + enableSeparateDataOutput = true; 82817 + libraryHaskellDepends = [ 82818 + base byteable bytestring containers cryptonite hourglass memory 82819 + patience random system-fileio system-filepath unix-compat 82820 + utf8-string vector zlib zlib-bindings 82821 + ]; 82822 + testHaskellDepends = [ 82823 + base bytedump bytestring hourglass tasty tasty-quickcheck 82824 + ]; 82825 + doCheck = false; 82826 + homepage = "https://github.com/vincenthz/hs-git"; 82827 + description = "Git operations in haskell"; 82828 + license = stdenv.lib.licenses.bsd3; 82829 + hydraPlatforms = stdenv.lib.platforms.none; 82830 + }) {}; 82831 + 82832 "git-all" = callPackage 82833 ({ mkDerivation, base, cmdargs, hslogger, parallel-io, regex-posix 82834 , shelly, system-fileio, system-filepath, text, transformers, unix ··· 82863 , persistent, persistent-sqlite, persistent-template, process 82864 , QuickCheck, random, regex-tdfa, resourcet, rsync, SafeSemaphore 82865 , sandi, securemem, shakespeare, socks, split, stm, stm-chans 82866 + , tagsoup, template-haskell, text, time, torrent, transformers 82867 + , unix, unix-compat, unordered-containers, utf8-string, uuid, wai 82868 , wai-extra, warp, warp-tls, wget, which, yesod, yesod-core 82869 + , yesod-form, yesod-static 82870 }: 82871 mkDerivation { 82872 pname = "git-annex"; 82873 + version = "6.20171214"; 82874 + sha256 = "06nmsibpb1ng058gkfdspwkmv8psgd144qrxchwf3d8lfdphpkih"; 82875 configureFlags = [ 82876 "-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns" 82877 "-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-fs3" ··· 82891 network-multicast network-uri old-locale optparse-applicative 82892 path-pieces persistent persistent-sqlite persistent-template 82893 process QuickCheck random regex-tdfa resourcet SafeSemaphore sandi 82894 + securemem shakespeare socks split stm stm-chans tagsoup 82895 + template-haskell text time torrent transformers unix unix-compat 82896 unordered-containers utf8-string uuid wai wai-extra warp warp-tls 82897 + yesod yesod-core yesod-form yesod-static 82898 ]; 82899 executableSystemDepends = [ 82900 bup curl git gnupg lsof openssh perl rsync wget which ··· 85049 hydraPlatforms = stdenv.lib.platforms.none; 85050 }) {}; 85051 85052 + "goggles" = callPackage 85053 + ({ mkDerivation, aeson, attoparsec, base, base64-bytestring, binary 85054 + , bytestring, containers, cryptonite, exceptions, filepath, hspec 85055 + , http-client, http-client-tls, http-types, memory, mtl, pem 85056 + , QuickCheck, req, scientific, stm, text, time, transformers 85057 + , unix-time, x509, x509-store 85058 + }: 85059 + mkDerivation { 85060 + pname = "goggles"; 85061 + version = "0.1.0.3"; 85062 + sha256 = "0if045sxm1xss91hx2hi4hcjy2b4w7q0sas8h9ra75vmzxfn6hjz"; 85063 + libraryHaskellDepends = [ 85064 + aeson attoparsec base base64-bytestring binary bytestring 85065 + containers cryptonite exceptions filepath hspec http-client 85066 + http-client-tls http-types memory mtl pem QuickCheck req scientific 85067 + stm text time transformers unix-time x509 x509-store 85068 + ]; 85069 + testHaskellDepends = [ base hspec QuickCheck ]; 85070 + homepage = "https://github.com/ocramz/goggles"; 85071 + description = "Interface to Google Cloud APIs"; 85072 + license = stdenv.lib.licenses.bsd3; 85073 + }) {}; 85074 + 85075 "gogol" = callPackage 85076 ({ mkDerivation, aeson, base, bytestring, case-insensitive, conduit 85077 , conduit-extra, cryptonite, directory, exceptions, filepath ··· 88327 }: 88328 mkDerivation { 88329 pname = "groundhog-th"; 88330 version = "0.8.0.2"; 88331 sha256 = "13rxdmnbmsivp608xclkvjnab0dzhzyqc8zjrpm7ml9d5yc8v596"; 88332 libraryHaskellDepends = [ ··· 88335 ]; 88336 description = "Type-safe datatype-database mapping library"; 88337 license = stdenv.lib.licenses.bsd3; 88338 }) {}; 88339 88340 "group-by-date" = callPackage ··· 88389 homepage = "https://github.com/Daniel-Diaz/grouped-list/blob/master/README.md"; 88390 description = "Grouped lists. Equal consecutive elements are grouped."; 88391 license = stdenv.lib.licenses.bsd3; 88392 + }) {}; 88393 + 88394 + "grouped-list_0_2_1_4" = callPackage 88395 + ({ mkDerivation, base, containers, criterion, deepseq, pointed 88396 + , QuickCheck, tasty, tasty-quickcheck 88397 + }: 88398 + mkDerivation { 88399 + pname = "grouped-list"; 88400 + version = "0.2.1.4"; 88401 + sha256 = "171n9mc7y3sxkcg1yx02c3snag13rkzf8n06fbc5ny7g15a8p79h"; 88402 + libraryHaskellDepends = [ base containers deepseq pointed ]; 88403 + testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; 88404 + benchmarkHaskellDepends = [ base criterion ]; 88405 + homepage = "https://github.com/Daniel-Diaz/grouped-list/blob/master/README.md"; 88406 + description = "Grouped lists. Equal consecutive elements are grouped."; 88407 + license = stdenv.lib.licenses.bsd3; 88408 + hydraPlatforms = stdenv.lib.platforms.none; 88409 }) {}; 88410 88411 "groupoid" = callPackage ··· 89560 }: 89561 mkDerivation { 89562 pname = "hPDB"; 89563 version = "1.2.0.10"; 89564 sha256 = "10a5995872n6y849nhs9yl7zwp7ywfma3mabgywq7acmpppl5ka0"; 89565 libraryHaskellDepends = [ ··· 89570 homepage = "https://github.com/BioHaskell/hPDB"; 89571 description = "Protein Databank file format library"; 89572 license = stdenv.lib.licenses.bsd3; 89573 }) {}; 89574 89575 "hPDB-examples" = callPackage ··· 89580 }: 89581 mkDerivation { 89582 pname = "hPDB-examples"; 89583 version = "1.2.0.8"; 89584 sha256 = "0zyfh2693cirr69qcmiwsmk4p8w8v6yacidcs22jcisay95v4qf6"; 89585 isLibrary = false; ··· 89596 homepage = "https://github.com/BioHaskell/hPDB-examples"; 89597 description = "Examples for hPDB library"; 89598 license = stdenv.lib.licenses.bsd3; 89599 }) {}; 89600 89601 "hPushover" = callPackage ··· 92410 }: 92411 mkDerivation { 92412 pname = "hapistrano"; 92413 version = "0.3.5.0"; 92414 sha256 = "15cjssws55awwq8j0xz8f4dd0y826f99zdv6mpxfxq97fah7zlcc"; 92415 isLibrary = true; ··· 92427 homepage = "https://github.com/stackbuilders/hapistrano"; 92428 description = "A deployment library for Haskell applications"; 92429 license = stdenv.lib.licenses.mit; 92430 }) {}; 92431 92432 "happindicator" = callPackage ··· 94650 ({ mkDerivation, base, bytestring, containers, glib, text }: 94651 mkDerivation { 94652 pname = "haskell-gi-base"; 94653 version = "0.20.7"; 94654 sha256 = "1w44ag3kvfhba3az11h15fg4xyx8a6zq3bj9d41afcv9rqmr2a7c"; 94655 libraryHaskellDepends = [ base bytestring containers text ]; ··· 94657 homepage = "https://github.com/haskell-gi/haskell-gi-base"; 94658 description = "Foundation for libraries generated by haskell-gi"; 94659 license = stdenv.lib.licenses.lgpl21; 94660 }) {inherit (pkgs) glib;}; 94661 94662 "haskell-gi-overloading_0_0" = callPackage ··· 94883 hydraPlatforms = stdenv.lib.platforms.none; 94884 }) {}; 94885 94886 + "haskell-lsp-client" = callPackage 94887 + ({ mkDerivation, aeson, base, bytestring, containers, directory 94888 + , haskell-lsp, lens, process, text, unix 94889 + }: 94890 + mkDerivation { 94891 + pname = "haskell-lsp-client"; 94892 + version = "1.0.0.0"; 94893 + sha256 = "1c4zjq5vh46gxw3jrfh1f3hk1cbjqg8j2dlz6axb75ir14kxgky1"; 94894 + isLibrary = true; 94895 + isExecutable = true; 94896 + libraryHaskellDepends = [ 94897 + aeson base bytestring containers haskell-lsp lens process text 94898 + ]; 94899 + executableHaskellDepends = [ 94900 + base directory haskell-lsp lens process text unix 94901 + ]; 94902 + homepage = "https://github.com/noughtmare/haskell-lsp-client#readme"; 94903 + description = "A haskell package to build your own Language Server client"; 94904 + license = stdenv.lib.licenses.gpl2; 94905 + }) {}; 94906 + 94907 "haskell-menu" = callPackage 94908 ({ mkDerivation, base, containers }: 94909 mkDerivation { ··· 95295 hydraPlatforms = stdenv.lib.platforms.none; 95296 }) {}; 95297 95298 + "haskell-src-exts_1_20_1" = callPackage 95299 ({ mkDerivation, array, base, containers, cpphs, directory 95300 , filepath, ghc-prim, happy, mtl, pretty, pretty-show, smallcheck 95301 , tasty, tasty-golden, tasty-smallcheck 95302 }: 95303 mkDerivation { 95304 pname = "haskell-src-exts"; 95305 + version = "1.20.1"; 95306 + sha256 = "1jsjl9hja2dpcfq4mzlfpwyr6axwnwgacfb7aa070kz4lbygzaa8"; 95307 libraryHaskellDepends = [ array base cpphs ghc-prim pretty ]; 95308 libraryToolDepends = [ happy ]; 95309 testHaskellDepends = [ ··· 95483 license = stdenv.lib.licenses.bsd3; 95484 }) {}; 95485 95486 + "haskell-tools-ast_1_0_0_2" = callPackage 95487 ({ mkDerivation, base, ghc, mtl, references, template-haskell 95488 , uniplate 95489 }: 95490 mkDerivation { 95491 pname = "haskell-tools-ast"; 95492 + version = "1.0.0.2"; 95493 + sha256 = "02g90k13yif22dpil39icx95xfm4ac13b8xc6n40wglci8fmy8pz"; 95494 libraryHaskellDepends = [ 95495 base ghc mtl references template-haskell uniplate 95496 ]; ··· 95572 license = stdenv.lib.licenses.bsd3; 95573 }) {}; 95574 95575 + "haskell-tools-backend-ghc_1_0_0_2" = callPackage 95576 ({ mkDerivation, base, bytestring, containers, ghc, ghc-boot-th 95577 , haskell-tools-ast, mtl, references, safe, split, template-haskell 95578 , transformers, uniplate 95579 }: 95580 mkDerivation { 95581 pname = "haskell-tools-backend-ghc"; 95582 + version = "1.0.0.2"; 95583 + sha256 = "1h1ccqng5w25d0k0iw8w7jpdww3gnm4mzs8gzr0amlbw8azar29d"; 95584 libraryHaskellDepends = [ 95585 base bytestring containers ghc ghc-boot-th haskell-tools-ast mtl 95586 references safe split template-haskell transformers uniplate ··· 95601 }: 95602 mkDerivation { 95603 pname = "haskell-tools-builtin-refactorings"; 95604 + version = "1.0.0.2"; 95605 + sha256 = "0ysn8fgyj89f7bnmijb1vcp9qckc7w7zjj209rlg2cx5qfs75dhn"; 95606 libraryHaskellDepends = [ 95607 base Cabal containers directory filepath ghc ghc-paths 95608 haskell-tools-ast haskell-tools-backend-ghc ··· 95653 hydraPlatforms = stdenv.lib.platforms.none; 95654 }) {}; 95655 95656 + "haskell-tools-cli_1_0_0_2" = callPackage 95657 ({ mkDerivation, aeson, base, bytestring, containers, criterion 95658 , directory, filepath, ghc, ghc-paths, Glob 95659 , haskell-tools-builtin-refactorings, haskell-tools-daemon ··· 95662 }: 95663 mkDerivation { 95664 pname = "haskell-tools-cli"; 95665 + version = "1.0.0.2"; 95666 + sha256 = "11x0b85jixdpf1jps6y35v3gsh5yrnr1qvdwim75rzhkd73fxrwn"; 95667 isLibrary = true; 95668 isExecutable = true; 95669 libraryHaskellDepends = [ ··· 95717 license = stdenv.lib.licenses.bsd3; 95718 }) {}; 95719 95720 + "haskell-tools-daemon_1_0_0_2" = callPackage 95721 ({ mkDerivation, aeson, base, bytestring, Cabal, containers 95722 , deepseq, Diff, directory, filepath, fswatch, ghc, ghc-paths, Glob 95723 , haskell-tools-builtin-refactorings, haskell-tools-prettyprint ··· 95727 }: 95728 mkDerivation { 95729 pname = "haskell-tools-daemon"; 95730 + version = "1.0.0.2"; 95731 + sha256 = "0sczrldcby64cghivmd8ks9srdg84xk1h9rxxp1ywysjah86ir6x"; 95732 isLibrary = true; 95733 isExecutable = true; 95734 libraryHaskellDepends = [ ··· 95774 license = stdenv.lib.licenses.bsd3; 95775 }) {}; 95776 95777 + "haskell-tools-debug_1_0_0_2" = callPackage 95778 ({ mkDerivation, base, filepath, ghc, ghc-paths, haskell-tools-ast 95779 , haskell-tools-backend-ghc, haskell-tools-builtin-refactorings 95780 , haskell-tools-prettyprint, haskell-tools-refactor, references ··· 95782 }: 95783 mkDerivation { 95784 pname = "haskell-tools-debug"; 95785 + version = "1.0.0.2"; 95786 + sha256 = "1shgm21g0s0f0amlf42imfb2s6279s6aqfnb7gqkh22q8pamsvhj"; 95787 isLibrary = true; 95788 isExecutable = true; 95789 libraryHaskellDepends = [ ··· 95829 license = stdenv.lib.licenses.bsd3; 95830 }) {}; 95831 95832 + "haskell-tools-demo_1_0_0_2" = callPackage 95833 ({ mkDerivation, aeson, base, bytestring, containers, directory 95834 , filepath, ghc, ghc-paths, haskell-tools-ast 95835 , haskell-tools-backend-ghc, haskell-tools-builtin-refactorings ··· 95839 }: 95840 mkDerivation { 95841 pname = "haskell-tools-demo"; 95842 + version = "1.0.0.2"; 95843 + sha256 = "1hmpjm5z7k4qbq3q1gl2qmqrprx3kd8n980gsmwk53i5lj17h7dp"; 95844 isLibrary = true; 95845 isExecutable = true; 95846 libraryHaskellDepends = [ ··· 95871 }: 95872 mkDerivation { 95873 pname = "haskell-tools-experimental-refactorings"; 95874 + version = "1.0.0.2"; 95875 + sha256 = "0avxnp5zdc3rafqg5arvnfljyhp3v2ass96z39458b4zmrxf2mgd"; 95876 libraryHaskellDepends = [ 95877 base Cabal containers directory filepath ghc ghc-paths 95878 haskell-tools-ast haskell-tools-backend-ghc ··· 95910 license = stdenv.lib.licenses.bsd3; 95911 }) {}; 95912 95913 + "haskell-tools-prettyprint_1_0_0_2" = callPackage 95914 ({ mkDerivation, base, containers, ghc, haskell-tools-ast, mtl 95915 , references, split, text, uniplate 95916 }: 95917 mkDerivation { 95918 pname = "haskell-tools-prettyprint"; 95919 + version = "1.0.0.2"; 95920 + sha256 = "00r76y11l7sj8w76svxnjr4rxb99s47m6lv4jp0k1jdzyybzsjjf"; 95921 libraryHaskellDepends = [ 95922 base containers ghc haskell-tools-ast mtl references split text 95923 uniplate ··· 95958 license = stdenv.lib.licenses.bsd3; 95959 }) {}; 95960 95961 + "haskell-tools-refactor_1_0_0_2" = callPackage 95962 ({ mkDerivation, base, Cabal, containers, directory, filepath, ghc 95963 , ghc-paths, haskell-tools-ast, haskell-tools-backend-ghc 95964 , haskell-tools-prettyprint, haskell-tools-rewrite, mtl, references ··· 95966 }: 95967 mkDerivation { 95968 pname = "haskell-tools-refactor"; 95969 + version = "1.0.0.2"; 95970 + sha256 = "03pvjgwz9w79zk7rkx0pm09arbpijnljp3q2aykjpblh7lh6va95"; 95971 libraryHaskellDepends = [ 95972 base Cabal containers directory filepath ghc ghc-paths 95973 haskell-tools-ast haskell-tools-backend-ghc ··· 96002 license = stdenv.lib.licenses.bsd3; 96003 }) {}; 96004 96005 + "haskell-tools-rewrite_1_0_0_2" = callPackage 96006 ({ mkDerivation, base, containers, directory, filepath, ghc 96007 , haskell-tools-ast, haskell-tools-prettyprint, mtl, references 96008 , tasty, tasty-hunit 96009 }: 96010 mkDerivation { 96011 pname = "haskell-tools-rewrite"; 96012 + version = "1.0.0.2"; 96013 + sha256 = "1lq5xxsplr6w0jrwwih86jl8alvzlzg3dqfb0pimdi0z23jyqq4f"; 96014 libraryHaskellDepends = [ 96015 base containers ghc haskell-tools-ast haskell-tools-prettyprint mtl 96016 references ··· 99446 }: 99447 mkDerivation { 99448 pname = "hedgehog"; 99449 + version = "0.5.1"; 99450 + sha256 = "0fx3dq45azxrhihhq6hlb89zkj3y8fmnfdrsz1wbvih9a3dhiwx7"; 99451 libraryHaskellDepends = [ 99452 ansi-terminal async base bytestring concurrent-output containers 99453 directory exceptions lifted-async mmorph monad-control mtl ··· 99463 license = stdenv.lib.licenses.bsd3; 99464 }) {}; 99465 99466 + "hedgehog-checkers" = callPackage 99467 + ({ mkDerivation, base, containers, either, hedgehog, semigroupoids 99468 + , semigroups 99469 }: 99470 mkDerivation { 99471 + pname = "hedgehog-checkers"; 99472 + version = "0.1.0.0"; 99473 + sha256 = "0fr0jmvh3c6a1mvdppbjxxc1ps94p4kc1crxwdmw1487jlg2z8ps"; 99474 libraryHaskellDepends = [ 99475 + base containers hedgehog semigroupoids semigroups 99476 ]; 99477 + testHaskellDepends = [ base either hedgehog ]; 99478 + homepage = "https://github.com/bitemyapp/hedgehog-checkers#readme"; 99479 + license = stdenv.lib.licenses.bsd3; 99480 + }) {}; 99481 + 99482 + "hedgehog-checkers-lens" = callPackage 99483 + ({ mkDerivation, base, hedgehog, hedgehog-checkers, lens }: 99484 + mkDerivation { 99485 + pname = "hedgehog-checkers-lens"; 99486 + version = "0.1.0.0"; 99487 + sha256 = "0zfk967xzpwfh3y3ys8d0c3zcz251dnp41xha11613ji3yfk0wff"; 99488 + libraryHaskellDepends = [ base hedgehog hedgehog-checkers lens ]; 99489 + testHaskellDepends = [ base hedgehog hedgehog-checkers lens ]; 99490 + homepage = "https://github.com/bitemyapp/hedgehog-checkers#readme"; 99491 license = stdenv.lib.licenses.bsd3; 99492 }) {}; 99493 99494 "hedgehog-quickcheck" = callPackage ··· 103118 pname = "hledger-iadd"; 103119 version = "1.2.6"; 103120 sha256 = "1l5vzhyya5h6sc3l74iy0mnys8bcjp6m5z0m3lqabk37ik31ld36"; 103121 + revision = "7"; 103122 + editedCabalFile = "1scbsb4y3b61bzc4m8qym9164i77ds2xgmmf4a15kpar9585chnv"; 103123 isLibrary = true; 103124 isExecutable = true; 103125 libraryHaskellDepends = [ ··· 103411 license = stdenv.lib.licenses.bsd3; 103412 }) {}; 103413 103414 + "hlint_2_0_12" = callPackage 103415 + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs 103416 + , containers, cpphs, data-default, directory, extra, filepath 103417 + , haskell-src-exts, haskell-src-exts-util, hscolour, process 103418 + , refact, text, transformers, uniplate, unordered-containers 103419 + , vector, yaml 103420 + }: 103421 + mkDerivation { 103422 + pname = "hlint"; 103423 + version = "2.0.12"; 103424 + sha256 = "1cfq4g1h5c47nxqn7433jd40hajv5pq30p5rb132fc5sp68vx0by"; 103425 + isLibrary = true; 103426 + isExecutable = true; 103427 + enableSeparateDataOutput = true; 103428 + libraryHaskellDepends = [ 103429 + aeson ansi-terminal base bytestring cmdargs containers cpphs 103430 + data-default directory extra filepath haskell-src-exts 103431 + haskell-src-exts-util hscolour process refact text transformers 103432 + uniplate unordered-containers vector yaml 103433 + ]; 103434 + executableHaskellDepends = [ base ]; 103435 + homepage = "https://github.com/ndmitchell/hlint#readme"; 103436 + description = "Source code suggestions"; 103437 + license = stdenv.lib.licenses.bsd3; 103438 + hydraPlatforms = stdenv.lib.platforms.none; 103439 + }) {}; 103440 + 103441 "hlogger" = callPackage 103442 ({ mkDerivation, base, old-locale, time }: 103443 mkDerivation { ··· 105085 ({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit 105086 , conduit-extra, connection, containers, deepseq, directory, extra 105087 , filepath, haskell-src-exts, http-conduit, http-types, js-flot 105088 + , js-jquery, mmap, network, network-uri, old-locale, process-extras 105089 + , QuickCheck, resourcet, storable-tuple, tar, template-haskell 105090 + , text, time, transformers, uniplate, utf8-string, vector, wai 105091 + , wai-logger, warp, warp-tls, zlib 105092 }: 105093 mkDerivation { 105094 pname = "hoogle"; 105095 + version = "5.0.15"; 105096 + sha256 = "0bfb3y4rasl8dzcivvhhpq6ijspn37i53rhzxc9gx4yvdnai57sb"; 105097 isLibrary = true; 105098 isExecutable = true; 105099 enableSeparateDataOutput = true; ··· 105101 aeson base binary bytestring cmdargs conduit conduit-extra 105102 connection containers deepseq directory extra filepath 105103 haskell-src-exts http-conduit http-types js-flot js-jquery mmap 105104 + network network-uri old-locale process-extras QuickCheck resourcet 105105 + storable-tuple tar template-haskell text time transformers uniplate 105106 + utf8-string vector wai wai-logger warp warp-tls zlib 105107 ]; 105108 executableHaskellDepends = [ base ]; 105109 testTarget = "--test-option=--no-net"; ··· 105940 hydraPlatforms = stdenv.lib.platforms.none; 105941 }) {}; 105942 105943 + "hpack_0_21_2" = callPackage 105944 ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal 105945 , containers, cryptonite, deepseq, directory, filepath, Glob, hspec 105946 + , HUnit, interpolate, mockery, pretty, QuickCheck, scientific 105947 + , temporary, text, transformers, unordered-containers, yaml 105948 }: 105949 mkDerivation { 105950 pname = "hpack"; 105951 + version = "0.21.2"; 105952 + sha256 = "1grsr2418z42bcvqnr788n3lpfbscqvvfcnglba9v95nl8lpfm0c"; 105953 isLibrary = true; 105954 isExecutable = true; 105955 libraryHaskellDepends = [ 105956 aeson base bifunctors bytestring Cabal containers cryptonite 105957 + deepseq directory filepath Glob pretty scientific text transformers 105958 unordered-containers yaml 105959 ]; 105960 executableHaskellDepends = [ 105961 aeson base bifunctors bytestring Cabal containers cryptonite 105962 + deepseq directory filepath Glob pretty scientific text transformers 105963 unordered-containers yaml 105964 ]; 105965 testHaskellDepends = [ 105966 aeson base bifunctors bytestring Cabal containers cryptonite 105967 deepseq directory filepath Glob hspec HUnit interpolate mockery 105968 + pretty QuickCheck scientific temporary text transformers 105969 + unordered-containers yaml 105970 ]; 105971 homepage = "https://github.com/sol/hpack#readme"; 105972 description = "An alternative format for Haskell packages"; ··· 106478 }: 106479 mkDerivation { 106480 pname = "hprotoc"; 106481 + version = "2.4.6"; 106482 + sha256 = "05n8mgrbskdx2r78kvl1q8zzgha9jsds7gvajkc54wcgprfhv42z"; 106483 + revision = "1"; 106484 + editedCabalFile = "0bs5h6mq6yrwiwfq0l20b4an73myxq6gbaxjffdifscqzq8pdk94"; 106485 isLibrary = true; 106486 isExecutable = true; 106487 libraryHaskellDepends = [ ··· 106796 license = stdenv.lib.licenses.bsd3; 106797 }) {inherit (pkgs) ruby;}; 106798 106799 + "hruby_0_3_5" = callPackage 106800 + ({ mkDerivation, aeson, attoparsec, base, bytestring, QuickCheck 106801 + , ruby, scientific, stm, text, unordered-containers, vector 106802 + }: 106803 + mkDerivation { 106804 + pname = "hruby"; 106805 + version = "0.3.5"; 106806 + sha256 = "0ngl6irnbkrjs7mq8gz3v6gh98l724595vyibw5chzikjl183fj8"; 106807 + libraryHaskellDepends = [ 106808 + aeson attoparsec base bytestring scientific stm text 106809 + unordered-containers vector 106810 + ]; 106811 + librarySystemDepends = [ ruby ]; 106812 + testHaskellDepends = [ 106813 + aeson attoparsec base QuickCheck text vector 106814 + ]; 106815 + description = "Embed a Ruby intepreter in your Haskell program !"; 106816 + license = stdenv.lib.licenses.bsd3; 106817 + hydraPlatforms = stdenv.lib.platforms.none; 106818 + }) {inherit (pkgs) ruby;}; 106819 + 106820 "hs-GeoIP" = callPackage 106821 ({ mkDerivation, base, bytestring, deepseq, GeoIP }: 106822 mkDerivation { ··· 110495 ({ mkDerivation, base, c2hs, directory, parsec, random, unix }: 110496 mkDerivation { 110497 pname = "hsshellscript"; 110498 version = "3.4.5"; 110499 sha256 = "0d66gsm7s2j4f60cjca6fsddg4i1m3l6rcyq29ywskifhfaxbgvx"; 110500 libraryHaskellDepends = [ base directory parsec random unix ]; ··· 110502 homepage = "http://www.volker-wysk.de/hsshellscript/"; 110503 description = "Haskell for Unix shell scripting tasks"; 110504 license = "LGPL"; 110505 + hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 110506 }) {}; 110507 110508 "hssourceinfo" = callPackage ··· 111774 }: 111775 mkDerivation { 111776 pname = "http-conduit"; 111777 version = "2.2.4"; 111778 sha256 = "1wcl3lpg4v1ylq9j77j9fmf6l9qbmp8dmj3a9829q19q6bbgza7l"; 111779 libraryHaskellDepends = [ ··· 111792 homepage = "http://www.yesodweb.com/book/http-conduit"; 111793 description = "HTTP client package with conduit interface and HTTPS support"; 111794 license = stdenv.lib.licenses.bsd3; 111795 }) {}; 111796 111797 "http-conduit-browser" = callPackage ··· 112289 }: 112290 mkDerivation { 112291 pname = "http-streams"; 112292 version = "0.8.5.5"; 112293 sha256 = "1g2ygxyfq2x923df5q83wkrwhy2631r33zvffgj3fn0zwr024hhf"; 112294 + revision = "1"; 112295 + editedCabalFile = "0mgj62khq2abq53y03qww66k74pxhnid8yiqrlhggj9cjv7m2my5"; 112296 setupHaskellDepends = [ base Cabal ]; 112297 libraryHaskellDepends = [ 112298 aeson attoparsec base base64-bytestring blaze-builder bytestring ··· 112311 homepage = "http://github.com/afcowie/http-streams/"; 112312 description = "An HTTP client using io-streams"; 112313 license = stdenv.lib.licenses.bsd3; 112314 }) {}; 112315 112316 "http-test" = callPackage ··· 117147 }: 117148 mkDerivation { 117149 pname = "influxdb"; 117150 + version = "1.2.2.2"; 117151 + sha256 = "18aijaz7lv64zqkpydmny8nga48fg5lsbmphlk7b92hcfbp8vw4f"; 117152 isLibrary = true; 117153 isExecutable = true; 117154 libraryHaskellDepends = [ ··· 120927 "jose-jwt" = callPackage 120928 ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal 120929 , containers, criterion, cryptonite, doctest, either, hspec, HUnit 120930 , memory, mtl, QuickCheck, text, time, transformers 120931 , transformers-compat, unordered-containers, vector 120932 }: ··· 120947 homepage = "http://github.com/tekul/jose-jwt"; 120948 description = "JSON Object Signing and Encryption Library"; 120949 license = stdenv.lib.licenses.bsd3; 120950 }) {}; 120951 120952 "jpeg" = callPackage ··· 121708 pname = "json-schema"; 121709 version = "0.7.4.1"; 121710 sha256 = "15kwgpkryd865nls9zm6ya6jzmiygsb537ij7ps39dzasqbnl3an"; 121711 + revision = "11"; 121712 + editedCabalFile = "0jnlgkr1dikkcy4ln942c14lmpj49287b74dqcc5rd6sgxcm7xq2"; 121713 libraryHaskellDepends = [ 121714 aeson base containers generic-aeson generic-deriving mtl scientific 121715 text time unordered-containers vector ··· 125481 license = stdenv.lib.licenses.bsd3; 125482 }) {}; 125483 125484 + "language-docker" = callPackage 125485 + blaze-markup bytestring case-insensitive conduit containers 125486 + blaze-markup bytestring case-insensitive conduit containers 125487 + , split, template-haskell, text, th-lift, th-lift-instances 125488 + , transformers, unordered-containers, yaml 125489 + }: 125490 + mkDerivation { 125491 + pname = "language-docker"; 125492 + version = "1.0.0"; 125493 + sha256 = "023gahxcy27rg03fyk87h4yirba2c23qv4fww9fwzi4f4m8inf81"; 125494 + libraryHaskellDepends = [ 125495 + blaze-markup bytestring case-insensitive conduit containers 125496 + pretty split template-haskell text th-lift th-lift-instances 125497 + blaze-markup bytestring case-insensitive conduit containers 125498 + ]; 125499 + testHaskellDepends = [ 125500 + blaze-markup bytestring case-insensitive conduit containers 125501 + parsec pretty process QuickCheck split template-haskell text 125502 + th-lift th-lift-instances transformers unordered-containers yaml 125503 + ]; 125504 + homepage = "https://github.com/hadolint/language-docker#readme"; 125505 + description = "Dockerfile parser, pretty-printer and embedded DSL"; 125506 + license = stdenv.lib.licenses.gpl3; 125507 + }) {}; 125508 + 125509 blaze-markup bytestring case-insensitive conduit containers 125510 blaze-markup bytestring case-insensitive conduit containers 125511 blaze-markup bytestring case-insensitive conduit containers ··· 126076 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 126077 }) {}; 126078 126079 + "language-puppet_1_3_13" = callPackage 126080 ({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base 126081 blaze-markup bytestring case-insensitive conduit containers 126082 + , cryptonite, directory, exceptions, filecache, filepath 126083 + , formatting, Glob, hashable, hruby, hslogger, hspec 126084 + , hspec-megaparsec, http-api-data, http-client, HUnit, lens 126085 + , lens-aeson, megaparsec, memory, mtl, neat-interpolation 126086 blaze-markup bytestring case-insensitive conduit containers 126087 + , pcre-utils, process, protolude, random, regex-pcre-builtin 126088 blaze-markup bytestring case-insensitive conduit containers 126089 blaze-markup bytestring case-insensitive conduit containers 126090 , unordered-containers, vector, yaml 126091 }: 126092 mkDerivation { 126093 blaze-markup bytestring case-insensitive conduit containers 126094 + version = "1.3.13"; 126095 + sha256 = "1qngbjpyxd7m4jawc40095v84a8bgk4xk7an9lb1yzp739nvcln1"; 126096 isLibrary = true; 126097 isExecutable = true; 126098 enableSeparateDataOutput = true; 126099 libraryHaskellDepends = [ 126100 blaze-markup bytestring case-insensitive conduit containers 126101 blaze-markup bytestring case-insensitive conduit containers 126102 + filecache filepath formatting hashable hruby hslogger hspec 126103 + http-api-data http-client lens lens-aeson megaparsec memory mtl 126104 + operational parsec pcre-utils process protolude random 126105 + regex-pcre-builtin scientific semigroups servant servant-client 126106 + split stm strict-base-types text time transformers unix 126107 + unordered-containers vector yaml 126108 ]; 126109 executableHaskellDepends = [ 126110 blaze-markup bytestring case-insensitive conduit containers ··· 126114 ]; 126115 testHaskellDepends = [ 126116 blaze-markup bytestring case-insensitive conduit containers 126117 + megaparsec mtl neat-interpolation protolude scientific 126118 + strict-base-types temporary text transformers unix 126119 + unordered-containers vector 126120 ]; 126121 homepage = "http://lpuppet.banquise.net/"; 126122 blaze-markup bytestring case-insensitive conduit containers ··· 127038 hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 127039 }) {}; 127040 127041 + "leancheck_0_7_0" = callPackage 127042 + ({ mkDerivation, base, template-haskell }: 127043 + mkDerivation { 127044 + blaze-markup bytestring case-insensitive conduit containers 127045 + version = "0.7.0"; 127046 + sha256 = "1mz6fwh3rbwkfx514imh044v1ng7065sd5bivcd94xw0cb530p3f"; 127047 + libraryHaskellDepends = [ base template-haskell ]; 127048 + testHaskellDepends = [ base ]; 127049 + blaze-markup bytestring case-insensitive conduit containers 127050 + blaze-markup bytestring case-insensitive conduit containers 127051 + license = stdenv.lib.licenses.bsd3; 127052 + hydraPlatforms = stdenv.lib.platforms.none; 127053 + }) {}; 127054 + 127055 blaze-markup bytestring case-insensitive conduit containers 127056 blaze-markup bytestring case-insensitive conduit containers 127057 mkDerivation { ··· 127787 license = stdenv.lib.licenses.gpl3; 127788 }) {}; 127789 127790 + "lentil_1_0_9_1" = callPackage 127791 + blaze-markup bytestring case-insensitive conduit containers 127792 + blaze-markup bytestring case-insensitive conduit containers 127793 + blaze-markup bytestring case-insensitive conduit containers 127794 + , transformers 127795 + }: 127796 + mkDerivation { 127797 + blaze-markup bytestring case-insensitive conduit containers 127798 + version = "1.0.9.1"; 127799 + sha256 = "10a0y0n62n8indkhapscws3lj95riaxxdq04bcfah8ljvqy1b61r"; 127800 + isLibrary = false; 127801 + isExecutable = true; 127802 + executableHaskellDepends = [ 127803 + blaze-markup bytestring case-insensitive conduit containers 127804 + blaze-markup bytestring case-insensitive conduit containers 127805 + blaze-markup bytestring case-insensitive conduit containers 127806 + ]; 127807 + testHaskellDepends = [ 127808 + blaze-markup bytestring case-insensitive conduit containers 127809 + blaze-markup bytestring case-insensitive conduit containers 127810 + blaze-markup bytestring case-insensitive conduit containers 127811 + ]; 127812 + blaze-markup bytestring case-insensitive conduit containers 127813 + blaze-markup bytestring case-insensitive conduit containers 127814 + license = stdenv.lib.licenses.gpl3; 127815 + hydraPlatforms = stdenv.lib.platforms.none; 127816 + }) {}; 127817 + 127818 blaze-markup bytestring case-insensitive conduit containers 127819 blaze-markup bytestring case-insensitive conduit containers 127820 , transformers ··· 128956 }: 128957 mkDerivation { 128958 pname = "lift-generics"; 128959 + version = "0.1.2"; 128960 + sha256 = "0kk05dp6n93jgxq4x1lrckjrca6lrwa7qklr3vpzc6iyrlbvv7qf"; 128961 libraryHaskellDepends = [ 128962 base generic-deriving ghc-prim template-haskell 128963 ]; ··· 128969 license = stdenv.lib.licenses.bsd3; 128970 }) {}; 128971 128972 + "lifted-async" = callPackage 128973 + ({ mkDerivation, async, base, constraints, criterion, deepseq 128974 + , HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit 128975 + , tasty-th, transformers-base 128976 }: 128977 mkDerivation { 128978 + pname = "lifted-async"; 128979 + version = "0.9.3"; 128980 + sha256 = "0qdlc64kf02g97rzpragm4943ppy2cx74kbjcpbv32jcyc3q75wp"; 128981 libraryHaskellDepends = [ 128982 + async base constraints lifted-base monad-control transformers-base 128983 ]; 128984 testHaskellDepends = [ 128985 + async base HUnit lifted-base monad-control mtl tasty tasty-hunit 128986 + tasty-th 128987 ]; 128988 + benchmarkHaskellDepends = [ async base criterion deepseq ]; 128989 + homepage = "https://github.com/maoe/lifted-async"; 128990 + description = "Run lifted IO operations asynchronously and wait for their results"; 128991 license = stdenv.lib.licenses.bsd3; 128992 }) {}; 128993 128994 + "lifted-async_0_9_3_2" = callPackage 128995 ({ mkDerivation, async, base, constraints, criterion, deepseq 128996 , HUnit, lifted-base, monad-control, mtl, tasty, tasty-hunit 128997 , tasty-th, transformers-base 128998 }: 128999 mkDerivation { 129000 pname = "lifted-async"; 129001 + version = "0.9.3.2"; 129002 + sha256 = "0c8y6m1kpkviq2zi1d2889hbzh7k46rly4mvmfkrzam45fqggrcj"; 129003 libraryHaskellDepends = [ 129004 async base constraints lifted-base monad-control transformers-base 129005 ]; ··· 129011 homepage = "https://github.com/maoe/lifted-async"; 129012 description = "Run lifted IO operations asynchronously and wait for their results"; 129013 license = stdenv.lib.licenses.bsd3; 129014 + hydraPlatforms = stdenv.lib.platforms.none; 129015 }) {}; 129016 129017 "lifted-base" = callPackage ··· 131723 }: 131724 mkDerivation { 131725 pname = "log-warper"; 131726 + version = "1.8.0"; 131727 + sha256 = "0b5kgni47ahvh4jkqkbhz3bd43frdqxvgz2x2d7f61848bqp80ip"; 131728 isLibrary = true; 131729 isExecutable = true; 131730 libraryHaskellDepends = [ ··· 133860 license = stdenv.lib.licenses.publicDomain; 133861 }) {}; 133862 133863 + "magicbane_0_1_4" = callPackage 133864 + ({ mkDerivation, aeson, aeson-qq, attoparsec, base, classy-prelude 133865 + , conduit, conduit-combinators, data-default, data-has, ekg-core 133866 + , ekg-wai, envy, errors, fast-logger, http-api-data, http-client 133867 + , http-client-tls, http-conduit, http-date, http-link-header 133868 + , http-media, http-types, lifted-async, mime-types, monad-control 133869 + , monad-logger, monad-metrics, mtl, network, network-uri 133870 + , raw-strings-qq, refined, servant, servant-server, split 133871 + , string-conversions, text, transformers, unordered-containers, wai 133872 + , wai-cli, wai-middleware-metrics 133873 + }: 133874 + mkDerivation { 133875 + pname = "magicbane"; 133876 + version = "0.1.4"; 133877 + sha256 = "1zfj188iw6g0ym88p69wrf5avbipjxvijklphki5bj3rc7h8cyx0"; 133878 + libraryHaskellDepends = [ 133879 + aeson aeson-qq attoparsec base classy-prelude conduit 133880 + conduit-combinators data-default data-has ekg-core ekg-wai envy 133881 + errors fast-logger http-api-data http-client http-client-tls 133882 + http-conduit http-date http-link-header http-media http-types 133883 + lifted-async mime-types monad-control monad-logger monad-metrics 133884 + mtl network network-uri raw-strings-qq refined servant 133885 + servant-server split string-conversions text transformers 133886 + unordered-containers wai wai-cli wai-middleware-metrics 133887 + ]; 133888 + homepage = "https://github.com/myfreeweb/magicbane#readme"; 133889 + description = "A web framework that integrates Servant, ClassyPrelude, EKG, fast-logger, wai-cli…"; 133890 + license = stdenv.lib.licenses.publicDomain; 133891 + hydraPlatforms = stdenv.lib.platforms.none; 133892 + }) {}; 133893 + 133894 "magico" = callPackage 133895 ({ mkDerivation, base, hmatrix, transformers, utility-ht }: 133896 mkDerivation { ··· 136402 }: 136403 mkDerivation { 136404 pname = "mega-sdist"; 136405 version = "0.3.0.5"; 136406 sha256 = "1rdx74bxiwrcp0k8h8028b65nbcmgcbpg7jnzli91y8nzr2qql6c"; 136407 isLibrary = false; ··· 136414 homepage = "https://github.com/snoyberg/mega-sdist#readme"; 136415 description = "Handles uploading to Hackage from mega repos"; 136416 license = stdenv.lib.licenses.mit; 136417 }) {}; 136418 136419 "megaparsec" = callPackage ··· 136816 }) {}; 136817 136818 "memory" = callPackage 136819 ({ mkDerivation, base, basement, bytestring, deepseq, foundation 136820 , ghc-prim, tasty, tasty-hunit, tasty-quickcheck 136821 }: ··· 136832 homepage = "https://github.com/vincenthz/hs-memory"; 136833 description = "memory and related abstraction stuff"; 136834 license = stdenv.lib.licenses.bsd3; 136835 }) {}; 136836 136837 "memorypool" = callPackage ··· 138710 }: 138711 mkDerivation { 138712 pname = "mmark"; 138713 + version = "0.0.2.1"; 138714 + sha256 = "0fadjmzdccmsysndi2khwyp5iycmxdk2caxqdnqrbn9c3pdcg4l7"; 138715 enableSeparateDataOutput = true; 138716 libraryHaskellDepends = [ 138717 aeson base containers data-default-class deepseq email-validate ··· 138954 }: 138955 mkDerivation { 138956 pname = "modern-uri"; 138957 + version = "0.1.2.0"; 138958 + sha256 = "0n8ihy43mc3m0j70nbr86bd1kgzbkcb0dx9g3ql40v66i66kfb29"; 138959 libraryHaskellDepends = [ 138960 base bytestring containers contravariant deepseq exceptions 138961 megaparsec profunctors QuickCheck template-haskell text ··· 140843 }: 140844 mkDerivation { 140845 pname = "mono-traversable"; 140846 version = "1.0.5.0"; 140847 sha256 = "1zrn7wp938di4mdc8q0z4imgg2hky7ap98ralzf8rdgqfrrvfpa6"; 140848 libraryHaskellDepends = [ ··· 140857 homepage = "https://github.com/snoyberg/mono-traversable#readme"; 140858 description = "Type classes for mapping, folding, and traversing monomorphic containers"; 140859 license = stdenv.lib.licenses.mit; 140860 }) {}; 140861 140862 "mono-traversable-instances" = callPackage ··· 141265 }: 141266 mkDerivation { 141267 pname = "morte"; 141268 + version = "1.6.12"; 141269 + sha256 = "0g3nbh2ba1nqa8y7hnqdk149xsayyz46jrw749mdqlrcklxhvk9l"; 141270 isLibrary = true; 141271 isExecutable = true; 141272 enableSeparateDataOutput = true; ··· 141288 license = stdenv.lib.licenses.bsd3; 141289 }) {}; 141290 141291 + "morte_1_6_13" = callPackage 141292 ({ mkDerivation, alex, array, base, binary, code-page, containers 141293 , criterion, deepseq, Earley, http-client, http-client-tls 141294 , microlens, microlens-mtl, mtl, optparse-applicative, pipes ··· 141297 }: 141298 mkDerivation { 141299 pname = "morte"; 141300 + version = "1.6.13"; 141301 + sha256 = "03vjkp3ngbdhv5ib7jwdwx23bklm32m3gmvq63r2cxagydl1267m"; 141302 isLibrary = true; 141303 isExecutable = true; 141304 enableSeparateDataOutput = true; ··· 141430 }) {}; 141431 141432 "movie-monad" = callPackage 141433 + ({ mkDerivation, base, filepath, gi-gdk, gi-gdkpixbuf, gi-glib 141434 + , gi-gobject, gi-gst, gi-gstvideo, gi-gtk, haskell-gi-base 141435 + , MissingH, network-uri, process, system-fileio, system-filepath 141436 + , text, time 141437 }: 141438 mkDerivation { 141439 pname = "movie-monad"; 141440 + version = "0.0.2.0"; 141441 + sha256 = "0cf4hrakz6cw1c3izrrckhjjhn8hd8cn9gfh41v2xi8kcn6bbciw"; 141442 isLibrary = false; 141443 isExecutable = true; 141444 enableSeparateDataOutput = true; 141445 executableHaskellDepends = [ 141446 + base filepath gi-gdk gi-gdkpixbuf gi-glib gi-gobject gi-gst 141447 + gi-gstvideo gi-gtk haskell-gi-base MissingH network-uri process 141448 + system-fileio system-filepath text time 141449 ]; 141450 homepage = "https://github.com/lettier/movie-monad"; 141451 description = "Plays videos using GStreamer and GTK+"; ··· 144334 hydraPlatforms = stdenv.lib.platforms.none; 144335 }) {}; 144336 144337 + "natural-induction" = callPackage 144338 + ({ mkDerivation, base, peano }: 144339 + mkDerivation { 144340 + pname = "natural-induction"; 144341 + version = "0.2.0.0"; 144342 + sha256 = "1brkmvkwpgqsxra210h8fkb9bpvawmbdwwvvhsd58kzmkd599alr"; 144343 + libraryHaskellDepends = [ base peano ]; 144344 + description = "Induction over natural numbers"; 144345 + license = stdenv.lib.licenses.bsd3; 144346 + }) {}; 144347 + 144348 "natural-number" = callPackage 144349 ({ mkDerivation, base, type-equality, type-level-natural-number 144350 , type-level-natural-number-induction ··· 145655 ({ mkDerivation, base }: 145656 mkDerivation { 145657 pname = "network-info"; 145658 version = "0.2.0.9"; 145659 sha256 = "0rmajccwhkf0p4inb8jjj0dzsksgn663w90km00xvf4mq3pkjab3"; 145660 libraryHaskellDepends = [ base ]; 145661 homepage = "http://github.com/jystic/network-info"; 145662 description = "Access the local computer's basic network configuration"; 145663 license = stdenv.lib.licenses.bsd3; 145664 }) {}; 145665 145666 "network-interfacerequest" = callPackage ··· 146247 description = "A small utility to declare type-safe static URIs"; 146248 license = stdenv.lib.licenses.mit; 146249 hydraPlatforms = stdenv.lib.platforms.none; 146250 + }) {}; 146251 + 146252 + "network-voicetext" = callPackage 146253 + ({ mkDerivation, base, bytestring, exceptions, http-client-tls 146254 + , http-conduit, http-types, resourcet, transformers, utf8-string 146255 + }: 146256 + mkDerivation { 146257 + pname = "network-voicetext"; 146258 + version = "0.0.0.1"; 146259 + sha256 = "0fhmrif3liw61f17kl6208m4bhvdy57h9cpzdnv0af0rjnxgr7ki"; 146260 + libraryHaskellDepends = [ 146261 + base bytestring exceptions http-client-tls http-conduit http-types 146262 + resourcet transformers utf8-string 146263 + ]; 146264 + homepage = "https://github.com/zaneli/network-voicetext"; 146265 + description = "VoiceText Web API wrapper"; 146266 + license = stdenv.lib.licenses.mit; 146267 }) {}; 146268 146269 "network-wai-router" = callPackage ··· 146886 }) {}; 146887 146888 "nix-paths" = callPackage 146889 ({ mkDerivation, base, nix, nix-hash, process }: 146890 mkDerivation { 146891 pname = "nix-paths"; ··· 146896 homepage = "https://github.com/peti/nix-paths"; 146897 description = "Knowledge of Nix's installation directories"; 146898 license = stdenv.lib.licenses.bsd3; 146899 + hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 146900 }) {inherit (pkgs) nix; nix-hash = null;}; 146901 146902 "nixfromnpm" = callPackage ··· 147363 147364 "nonce" = callPackage 147365 ({ mkDerivation, base, base64-bytestring, bytestring, entropy, text 147366 , transformers, unliftio, unliftio-core 147367 }: 147368 mkDerivation { ··· 147376 homepage = "https://github.com/prowdsponsor/nonce"; 147377 description = "Generate cryptographic nonces"; 147378 license = stdenv.lib.licenses.bsd3; 147379 }) {}; 147380 147381 "nondeterminism" = callPackage ··· 148654 license = stdenv.lib.licenses.bsd3; 148655 }) {}; 148656 148657 + "ochintin-daicho" = callPackage 148658 + ({ mkDerivation, base, bookkeeping, doctest, Glob, text }: 148659 + mkDerivation { 148660 + pname = "ochintin-daicho"; 148661 + version = "0.1.0.0"; 148662 + sha256 = "1fpchynm5pigskyk9gm2hy9kxidqvims832dq0x6lsxiaz0a3dzv"; 148663 + libraryHaskellDepends = [ base bookkeeping text ]; 148664 + testHaskellDepends = [ base doctest Glob ]; 148665 + homepage = "https://github.com/arowM/haskell-ochintin-daicho#readme"; 148666 + description = "A module to manage payroll books for Japanese companies"; 148667 + license = stdenv.lib.licenses.mit; 148668 + }) {}; 148669 + 148670 "octane" = callPackage 148671 ({ mkDerivation, aeson, base, bimap, binary, bytestring, containers 148672 , data-default-class, file-embed, http-client, http-client-tls ··· 151812 maintainers = with stdenv.lib.maintainers; [ peti ]; 151813 }) {}; 151814 151815 + "pandoc_2_0_5" = callPackage 151816 ({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring 151817 , binary, blaze-html, blaze-markup, bytestring, Cabal 151818 , case-insensitive, cmark-gfm, containers, criterion, data-default ··· 151827 }: 151828 mkDerivation { 151829 pname = "pandoc"; 151830 + version = "2.0.5"; 151831 + sha256 = "0670fzvlgzcw9prswjyms49nlgbwbd2bj4xvhlr8had3yklml94i"; 151832 configureFlags = [ "-fhttps" "-f-trypandoc" ]; 151833 isLibrary = true; 151834 isExecutable = true; ··· 151956 "pandoc-crossref" = callPackage 151957 ({ mkDerivation, base, containers, data-accessor 151958 , data-accessor-template, data-accessor-transformers, data-default 151959 + , deepseq, directory, filepath, hspec, mtl, open-browser 151960 + , optparse-applicative, pandoc, pandoc-types, roman-numerals, syb 151961 + , template-haskell, temporary, text, utility-ht 151962 }: 151963 mkDerivation { 151964 pname = "pandoc-crossref"; 151965 + version = "0.3.0.0"; 151966 + sha256 = "0fgds8i9fwxmfprbp4giv7qi4gzx373p07smfm7arpbimv239d6n"; 151967 isLibrary = true; 151968 isExecutable = true; 151969 enableSeparateDataOutput = true; ··· 151975 ]; 151976 executableHaskellDepends = [ 151977 base containers data-accessor data-accessor-template 151978 + data-accessor-transformers data-default deepseq directory filepath 151979 + mtl open-browser optparse-applicative pandoc pandoc-types 151980 + roman-numerals syb template-haskell temporary text utility-ht 151981 ]; 151982 testHaskellDepends = [ 151983 base containers data-accessor data-accessor-template ··· 151987 ]; 151988 homepage = "https://github.com/lierdakil/pandoc-crossref#readme"; 151989 description = "Pandoc filter for cross-references"; 151990 + license = "GPL"; 151991 hydraPlatforms = stdenv.lib.platforms.none; 151992 }) {}; 151993 ··· 153731 hydraPlatforms = stdenv.lib.platforms.none; 153732 }) {}; 153733 153734 + "passman-core" = callPackage 153735 + ({ mkDerivation, aeson, async, base, bcrypt, bytestring, conduit 153736 + , conduit-extra, containers, cryptohash-md5, csv-conduit 153737 + , data-ordlist, directory, filepath, int-cast, memory 153738 + , passman-core-internal, QuickCheck, quickcheck-unicode, resourcet 153739 + , template-haskell, temporary, text, unix-compat, yaml 153740 + }: 153741 + mkDerivation { 153742 + pname = "passman-core"; 153743 + version = "0.1.0.0"; 153744 + sha256 = "1197mz7d2x84b2madpq1xgl241qhh47yfnwxpksad7dqc05k48da"; 153745 + libraryHaskellDepends = [ 153746 + aeson base bcrypt bytestring conduit conduit-extra containers 153747 + cryptohash-md5 csv-conduit data-ordlist directory filepath int-cast 153748 + memory passman-core-internal resourcet text unix-compat yaml 153749 + ]; 153750 + testHaskellDepends = [ 153751 + async base conduit filepath passman-core-internal QuickCheck 153752 + quickcheck-unicode template-haskell temporary text yaml 153753 + ]; 153754 + homepage = "https://github.com/PasswordManager/passman-core#readme"; 153755 + description = "Deterministic password generator core"; 153756 + license = stdenv.lib.licenses.gpl3; 153757 + broken = true; 153758 + }) {passman-core-internal = null;}; 153759 + 153760 "passwords" = callPackage 153761 ({ mkDerivation, base, containers, MonadRandom, random }: 153762 mkDerivation { ··· 154005 ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: 154006 mkDerivation { 154007 pname = "path-text-utf8"; 154008 + version = "0.0.1.0"; 154009 + sha256 = "0z7k6wj4p9192blrxnnmq79km4f6sm8lagp01vznc1gmy1p0w4cg"; 154010 + revision = "1"; 154011 + editedCabalFile = "1m04dyqqamh9lkkmcbf2dg7ivd5kb2dxqh9b844lr7mk5qganar6"; 154012 libraryHaskellDepends = [ 154013 base bytestring path safe-exceptions text 154014 ]; 154015 + homepage = "https://github.com/chris-martin/path-text-utf8"; 154016 description = "Read and write UTF-8 text files"; 154017 license = stdenv.lib.licenses.asl20; 154018 }) {}; ··· 160292 }: 160293 mkDerivation { 160294 pname = "postgresql-schema"; 160295 version = "0.1.14"; 160296 sha256 = "0wnmhh8pzs9hzsmqkvr89jbdbbd1j87fnly2c80rsd7wr5qcrpkk"; 160297 isLibrary = true; ··· 160306 homepage = "https://github.com/mfine/postgresql-schema"; 160307 description = "PostgreSQL Schema Management"; 160308 license = stdenv.lib.licenses.bsd3; 160309 }) {}; 160310 160311 "postgresql-simple" = callPackage ··· 161660 }: 161661 mkDerivation { 161662 pname = "pretty-show"; 161663 + version = "1.6.14"; 161664 + sha256 = "1izjjcf185hdl1fsh9j6idcdghan6dzgd8a5x0k5xqx1i24yrpb2"; 161665 isLibrary = true; 161666 isExecutable = true; 161667 enableSeparateDataOutput = true; ··· 161675 license = stdenv.lib.licenses.mit; 161676 }) {}; 161677 161678 + "pretty-show_1_6_15" = callPackage 161679 ({ mkDerivation, array, base, filepath, ghc-prim, happy 161680 , haskell-lexer, pretty 161681 }: 161682 mkDerivation { 161683 pname = "pretty-show"; 161684 + version = "1.6.15"; 161685 + sha256 = "16ik7dhagyr3is5dmkihw109l4d0500vi55z46p8lhigmfwqpn2n"; 161686 isLibrary = true; 161687 isExecutable = true; 161688 enableSeparateDataOutput = true; ··· 163703 license = stdenv.lib.licenses.bsd3; 163704 }) {}; 163705 163706 + "protocol-buffers_2_4_6" = callPackage 163707 + ({ mkDerivation, array, base, binary, bytestring, containers 163708 + , directory, filepath, mtl, parsec, syb, utf8-string 163709 + }: 163710 + mkDerivation { 163711 + pname = "protocol-buffers"; 163712 + version = "2.4.6"; 163713 + sha256 = "19709wgz0vcc01hjiyxdf71v9dsz9v910l1328dixpkpjh6iqxls"; 163714 + libraryHaskellDepends = [ 163715 + array base binary bytestring containers directory filepath mtl 163716 + parsec syb utf8-string 163717 + ]; 163718 + homepage = "https://github.com/k-bx/protocol-buffers"; 163719 + description = "Parse Google Protocol Buffer specifications"; 163720 + license = stdenv.lib.licenses.bsd3; 163721 + hydraPlatforms = stdenv.lib.platforms.none; 163722 + }) {}; 163723 + 163724 "protocol-buffers-descriptor" = callPackage 163725 ({ mkDerivation, base, bytestring, containers, protocol-buffers }: 163726 mkDerivation { ··· 163736 license = stdenv.lib.licenses.bsd3; 163737 }) {}; 163738 163739 + "protocol-buffers-descriptor_2_4_6" = callPackage 163740 + ({ mkDerivation, base, bytestring, containers, protocol-buffers }: 163741 + mkDerivation { 163742 + pname = "protocol-buffers-descriptor"; 163743 + version = "2.4.6"; 163744 + sha256 = "1jxjahr10wfsywv4g17i6a1x775zrmmahqjd8lqzggy5axisvx79"; 163745 + enableSeparateDataOutput = true; 163746 + libraryHaskellDepends = [ 163747 + base bytestring containers protocol-buffers 163748 + ]; 163749 + homepage = "https://github.com/k-bx/protocol-buffers"; 163750 + description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; 163751 + license = stdenv.lib.licenses.bsd3; 163752 + hydraPlatforms = stdenv.lib.platforms.none; 163753 + }) {}; 163754 + 163755 "protocol-buffers-descriptor-fork" = callPackage 163756 ({ mkDerivation, base, bytestring, containers 163757 , protocol-buffers-fork ··· 164668 license = stdenv.lib.licenses.bsd3; 164669 }) {}; 164670 164671 + "purescript-bridge_0_11_1_2" = callPackage 164672 + ({ mkDerivation, base, containers, directory, filepath 164673 + , generic-deriving, hspec, hspec-expectations-pretty-diff, lens 164674 + , mtl, text, transformers 164675 + }: 164676 + mkDerivation { 164677 + pname = "purescript-bridge"; 164678 + version = "0.11.1.2"; 164679 + sha256 = "1ihm5x42aa0qda5k96i7m43cx3j8ywcxgm13y7dasll697zwl04w"; 164680 + libraryHaskellDepends = [ 164681 + base containers directory filepath generic-deriving lens mtl text 164682 + transformers 164683 + ]; 164684 + testHaskellDepends = [ 164685 + base containers hspec hspec-expectations-pretty-diff text 164686 + ]; 164687 + description = "Generate PureScript data types from Haskell data types"; 164688 + license = stdenv.lib.licenses.bsd3; 164689 + hydraPlatforms = stdenv.lib.platforms.none; 164690 + }) {}; 164691 + 164692 "purescript-bundle-fast" = callPackage 164693 ({ mkDerivation, base, containers, directory, filepath 164694 , optparse-applicative, text, vector ··· 165881 }) {}; 165882 165883 "quickcheck-classes" = callPackage 165884 + ({ mkDerivation, aeson, base, prim-array, primitive, QuickCheck 165885 + , transformers, vector 165886 + }: 165887 mkDerivation { 165888 pname = "quickcheck-classes"; 165889 + version = "0.3.1"; 165890 + sha256 = "0xcjm55aprds4x1jlrj3izgwxpqv8z19sbiqfn8lvx6b8yc61f7f"; 165891 libraryHaskellDepends = [ 165892 + aeson base prim-array primitive QuickCheck transformers 165893 ]; 165894 + testHaskellDepends = [ aeson base primitive QuickCheck vector ]; 165895 homepage = "https://github.com/andrewthad/quickcheck-classes#readme"; 165896 description = "QuickCheck common typeclasses"; 165897 license = stdenv.lib.licenses.bsd3; ··· 167954 hydraPlatforms = stdenv.lib.platforms.none; 167955 }) {}; 167956 167957 + "rattletrap_3_1_2" = callPackage 167958 ({ mkDerivation, aeson, base, bimap, binary, binary-bits 167959 , bytestring, containers, data-binary-ieee754, filepath, hspec 167960 , http-client, http-client-tls, template-haskell, temporary, text ··· 167962 }: 167963 mkDerivation { 167964 pname = "rattletrap"; 167965 + version = "3.1.2"; 167966 + sha256 = "0b0f5lkh8m96qg3m8wgnhpamqjndspa6ysf0lq013qbk9nvlvla8"; 167967 isLibrary = true; 167968 isExecutable = true; 167969 libraryHaskellDepends = [ ··· 171591 }: 171592 mkDerivation { 171593 pname = "repa-convert"; 171594 + version = "4.2.3.2"; 171595 + sha256 = "10fx1sa85na4xs31c5b3w4dih3xp4kzy68whpg91227ic5ah17ag"; 171596 libraryHaskellDepends = [ 171597 base bytestring double-conversion primitive repa-scalar text vector 171598 ]; ··· 171745 }: 171746 mkDerivation { 171747 pname = "repa-scalar"; 171748 + version = "4.2.3.2"; 171749 + sha256 = "1w5q7b38zy08s13nllwjisxx6mxx9pnqhh3v5ydi1b32hrkyfk7c"; 171750 libraryHaskellDepends = [ 171751 base bytestring double-conversion primitive time vector 171752 ]; ··· 172919 }: 172920 mkDerivation { 172921 pname = "retry"; 172922 + version = "0.7.5.0"; 172923 + sha256 = "1rganxc2lhbg5pch58bi29cv4m7zsddgwnkkjry8spwp3y8sh46p"; 172924 libraryHaskellDepends = [ 172925 base data-default-class exceptions ghc-prim random transformers 172926 ]; ··· 172933 license = stdenv.lib.licenses.bsd3; 172934 }) {}; 172935 172936 + "retry_0_7_5_1" = callPackage 172937 ({ mkDerivation, base, data-default-class, exceptions, ghc-prim 172938 , hspec, HUnit, mtl, QuickCheck, random, stm, time, transformers 172939 }: 172940 mkDerivation { 172941 pname = "retry"; 172942 + version = "0.7.5.1"; 172943 + sha256 = "116fjfxdyqrk3079hqcil0dv7r2fw6x64pjwfxhckpxqavxza7sk"; 172944 libraryHaskellDepends = [ 172945 base data-default-class exceptions ghc-prim random transformers 172946 ]; ··· 173192 executableHaskellDepends = [ base bytestring containers ]; 173193 description = "Simple unicode collation as per RFC5051"; 173194 license = stdenv.lib.licenses.bsd3; 173195 + }) {}; 173196 + 173197 + "rgb-color-model" = callPackage 173198 + ({ mkDerivation, base }: 173199 + mkDerivation { 173200 + pname = "rgb-color-model"; 173201 + version = "0.2.0.0"; 173202 + sha256 = "0vhqw2hylv0228g48b4q81fs0pjgmv68rzlasnz39g6yqddws97c"; 173203 + libraryHaskellDepends = [ base ]; 173204 + homepage = "https://github.com/joegesualdo/rgb-color-model"; 173205 + description = "Haskell types for working with RGB colors"; 173206 + license = stdenv.lib.licenses.mit; 173207 }) {}; 173208 173209 "rhine" = callPackage ··· 178169 license = stdenv.lib.licenses.mit; 178170 }) {}; 178171 178172 + "selda_0_1_11_2" = callPackage 178173 + ({ mkDerivation, base, bytestring, exceptions, hashable, mtl 178174 + , psqueues, text, time, unordered-containers 178175 + }: 178176 + mkDerivation { 178177 + pname = "selda"; 178178 + version = "0.1.11.2"; 178179 + sha256 = "0ahh54sz40d4gcfgx6fb0cy1447b3qlk9kir89wk3brzfaglyyn9"; 178180 + libraryHaskellDepends = [ 178181 + base bytestring exceptions hashable mtl psqueues text time 178182 + unordered-containers 178183 + ]; 178184 + homepage = "https://selda.link"; 178185 + description = "Type-safe, high-level EDSL for interacting with relational databases"; 178186 + license = stdenv.lib.licenses.mit; 178187 + hydraPlatforms = stdenv.lib.platforms.none; 178188 + }) {}; 178189 + 178190 "selda-postgresql" = callPackage 178191 ({ mkDerivation, base, bytestring, exceptions, postgresql-libpq 178192 , selda, text ··· 178195 pname = "selda-postgresql"; 178196 version = "0.1.7.0"; 178197 sha256 = "0smx2hvpdxjcw58zchwmzcqz4xr5m1idv5y5rrj20df190r4l3l2"; 178198 + revision = "1"; 178199 + editedCabalFile = "0icxqqb4n1qbfpjlngs3lypnvjanwqrw3l8298my7b1wzj3iyw2m"; 178200 libraryHaskellDepends = [ 178201 base bytestring exceptions postgresql-libpq selda text 178202 ]; ··· 178661 license = stdenv.lib.licenses.bsd3; 178662 }) {}; 178663 178664 + "sensu-run_0_4_0_3" = callPackage 178665 ({ mkDerivation, aeson, base, bytestring, filepath, http-client 178666 , http-types, lens, network, optparse-applicative, process 178667 , temporary, text, time, unix, unix-compat, vector, wreq 178668 }: 178669 mkDerivation { 178670 pname = "sensu-run"; 178671 + version = "0.4.0.3"; 178672 + sha256 = "05gl6dannlfx49f24lhspyygq8j37wmsyp8nrlcpcsqbrbd3k82g"; 178673 isLibrary = false; 178674 isExecutable = true; 178675 executableHaskellDepends = [ ··· 180132 pname = "servant-iCalendar"; 180133 version = "0.1.0.1"; 180134 sha256 = "15gqlb60r8msn3k1j8wjxq89qg6d790lnb751wabg2lsxybmdzas"; 180135 + revision = "1"; 180136 + editedCabalFile = "07jib9s2kg6srr1dj3l1bz0sp3fyikkvv7z0v2a62zl1c9z9xapx"; 180137 libraryHaskellDepends = [ 180138 base data-default http-media iCalendar servant 180139 ]; ··· 180434 license = stdenv.lib.licenses.bsd3; 180435 }) {}; 180436 180437 + "servant-purescript_0_9_0_2" = callPackage 180438 ({ mkDerivation, aeson, base, bytestring, containers, directory 180439 , filepath, http-types, lens, mainland-pretty, purescript-bridge 180440 , servant, servant-foreign, servant-server, servant-subscriber ··· 180442 }: 180443 mkDerivation { 180444 pname = "servant-purescript"; 180445 + version = "0.9.0.2"; 180446 + sha256 = "1axj4rar4ncy20xiwa231hc67vpz6yi2vzddq8m6nswmdg6kja7p"; 180447 libraryHaskellDepends = [ 180448 aeson base bytestring containers directory filepath http-types lens 180449 mainland-pretty purescript-bridge servant servant-foreign ··· 184308 license = stdenv.lib.licenses.bsd3; 184309 }) {}; 184310 184311 + "singleton-typelits" = callPackage 184312 + ({ mkDerivation, base }: 184313 + mkDerivation { 184314 + pname = "singleton-typelits"; 184315 + version = "0.0.0.0"; 184316 + sha256 = "00f2nvs4avl3kxijcl7wb17ip1mcnb4fzqq5ckcz0a247qvv4yig"; 184317 + libraryHaskellDepends = [ base ]; 184318 + homepage = "https://github.com/mniip/singleton-typelits"; 184319 + description = "Singletons and induction over GHC TypeLits"; 184320 + license = stdenv.lib.licenses.bsd3; 184321 + }) {}; 184322 + 184323 "singletons" = callPackage 184324 ({ mkDerivation, base, Cabal, containers, directory, filepath, mtl 184325 , process, syb, tasty, tasty-golden, template-haskell, th-desugar ··· 188043 hydraPlatforms = stdenv.lib.platforms.none; 188044 }) {}; 188045 188046 + "sparkle_0_7_1" = callPackage 188047 ({ mkDerivation, base, binary, bytestring, Cabal, choice 188048 , distributed-closure, filepath, inline-java, jni, jvm 188049 , jvm-streaming, process, regex-tdfa, singletons, streaming, text ··· 188051 }: 188052 mkDerivation { 188053 pname = "sparkle"; 188054 + version = "0.7.1"; 188055 + sha256 = "1494c6zwn8q3aj9x07r2iikkbnxf8r3aw823dip47sygc95wy39w"; 188056 isLibrary = true; 188057 isExecutable = true; 188058 enableSeparateDataOutput = true; ··· 188345 ({ mkDerivation, base, cmdargs, containers, leancheck }: 188346 mkDerivation { 188347 pname = "speculate"; 188348 + version = "0.3.2"; 188349 + sha256 = "0cf8121hfmyj1jrklf2i1bp2q4517627vgaz1flf363n93jnckfk"; 188350 libraryHaskellDepends = [ base cmdargs containers leancheck ]; 188351 testHaskellDepends = [ base leancheck ]; 188352 benchmarkHaskellDepends = [ base leancheck ]; ··· 188862 license = stdenv.lib.licenses.bsd3; 188863 }) {}; 188864 188865 + "spreadsheet_0_1_3_7" = callPackage 188866 + ({ mkDerivation, base, explicit-exception, transformers, utility-ht 188867 + }: 188868 + mkDerivation { 188869 + pname = "spreadsheet"; 188870 + version = "0.1.3.7"; 188871 + sha256 = "180vv2bka5b97gl1g6vdsri2yrfyy6ivdq4jw98qiw50pz66c2l4"; 188872 + isLibrary = true; 188873 + isExecutable = true; 188874 + libraryHaskellDepends = [ 188875 + base explicit-exception transformers utility-ht 188876 + ]; 188877 + homepage = "http://www.haskell.org/haskellwiki/Spreadsheet"; 188878 + description = "Read and write spreadsheets from and to CSV files in a lazy way"; 188879 + license = stdenv.lib.licenses.bsd3; 188880 + hydraPlatforms = stdenv.lib.platforms.none; 188881 + }) {}; 188882 + 188883 "sprinkles" = callPackage 188884 ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring 188885 , Cabal, case-insensitive, cereal, classy-prelude, containers, curl ··· 192219 homepage = "https://github.com/michaelt/streaming-bytestring"; 192220 description = "effectful byte steams, or: bytestring io done right"; 192221 license = stdenv.lib.licenses.bsd3; 192222 + }) {}; 192223 + 192224 + "streaming-bytestring_0_1_5" = callPackage 192225 + ({ mkDerivation, base, bytestring, deepseq, exceptions, mmorph, mtl 192226 + , resourcet, smallcheck, streaming, tasty, tasty-smallcheck 192227 + , transformers, transformers-base 192228 + }: 192229 + mkDerivation { 192230 + pname = "streaming-bytestring"; 192231 + version = "0.1.5"; 192232 + sha256 = "0ih7ngqbign834i7z1hlqb0g0f3gphgrz6n8sdj81h36vmm6yd8j"; 192233 + libraryHaskellDepends = [ 192234 + base bytestring deepseq exceptions mmorph mtl resourcet streaming 192235 + transformers transformers-base 192236 + ]; 192237 + testHaskellDepends = [ 192238 + base bytestring smallcheck streaming tasty tasty-smallcheck 192239 + transformers 192240 + ]; 192241 + homepage = "https://github.com/haskell-streaming/streaming-bytestring"; 192242 + description = "effectful byte steams, or: bytestring io done right"; 192243 + license = stdenv.lib.licenses.bsd3; 192244 + hydraPlatforms = stdenv.lib.platforms.none; 192245 }) {}; 192246 192247 "streaming-cassava" = callPackage ··· 196870 }: 196871 mkDerivation { 196872 pname = "tart"; 196873 + version = "0.1.2"; 196874 + sha256 = "1ik86xbai9513gr9k60m55xf5pj5bdw3wbjc0gd260j9k9j4p73k"; 196875 isLibrary = true; 196876 isExecutable = true; 196877 libraryHaskellDepends = [ ··· 197437 }: 197438 mkDerivation { 197439 pname = "tasty-rerun"; 197440 version = "1.1.8"; 197441 sha256 = "0yg8cicfn3qaazvp4rbanzy3dyk95k3y1kkd4bykvkl9v4076788"; 197442 libraryHaskellDepends = [ ··· 197446 homepage = "http://github.com/ocharles/tasty-rerun"; 197447 description = "Run tests by filtering the test tree depending on the result of previous test runs"; 197448 license = stdenv.lib.licenses.bsd3; 197449 }) {}; 197450 197451 "tasty-silver" = callPackage ··· 201949 }: 201950 mkDerivation { 201951 pname = "tidal"; 201952 + version = "0.9.5"; 201953 + sha256 = "1p288qc8g6jxf8l1d1wkcq4aqgyx2wpv7fn7ff9mikgj1xjixhqc"; 201954 libraryHaskellDepends = [ 201955 base colour containers hashable hosc mersenne-random-pure64 mtl 201956 parsec safe text time websockets ··· 201961 license = stdenv.lib.licenses.gpl3; 201962 }) {}; 201963 201964 + "tidal_0_9_6" = callPackage 201965 ({ mkDerivation, base, colour, containers, hashable, hosc 201966 , mersenne-random-pure64, mtl, parsec, safe, tasty, tasty-hunit 201967 , text, time, websockets 201968 }: 201969 mkDerivation { 201970 pname = "tidal"; 201971 + version = "0.9.6"; 201972 + sha256 = "1bldi0ygfn695x3an3qlsfzrbhmqcyhznkmsm5dsjmmh27zs1sx6"; 201973 libraryHaskellDepends = [ 201974 base colour containers hashable hosc mersenne-random-pure64 mtl 201975 parsec safe text time websockets ··· 203365 }) {}; 203366 203367 "tls-session-manager" = callPackage 203368 ({ mkDerivation, auto-update, base, clock, psqueues, tls }: 203369 mkDerivation { 203370 pname = "tls-session-manager"; ··· 203373 libraryHaskellDepends = [ auto-update base clock psqueues tls ]; 203374 description = "In-memory TLS session manager"; 203375 license = stdenv.lib.licenses.bsd3; 203376 }) {}; 203377 203378 "tmapchan" = callPackage ··· 203803 }: 203804 mkDerivation { 203805 pname = "top"; 203806 + version = "0.2.4"; 203807 + sha256 = "0kqyhcd407jyxpb487bx5jqnzaycycp5i8yxasgl37g45cdgb4gr"; 203808 libraryHaskellDepends = [ 203809 acid-state async base bytestring containers data-default-class 203810 deepseq extra filepath flat hslogger mtl pipes pretty safecopy ··· 207016 }: 207017 mkDerivation { 207018 pname = "type-of-html"; 207019 + version = "1.3.0.1"; 207020 + sha256 = "1f6np6m3bqiigwq2859j7d4fiyzkmlyxv5gg11f53lx92f1qfaz2"; 207021 libraryHaskellDepends = [ 207022 base bytestring double-conversion ghc-prim text 207023 ]; ··· 207028 homepage = "https://github.com/knupfer/type-of-html"; 207029 description = "High performance type driven html generation"; 207030 license = stdenv.lib.licenses.bsd3; 207031 }) {}; 207032 207033 "type-operators" = callPackage ··· 209049 }: 209050 mkDerivation { 209051 pname = "universum"; 209052 + version = "0.9.1"; 209053 + sha256 = "0hag6fk3dq06vhqprj7p1fzxjjb5iymdvmqv35pzjrj371phc8h0"; 209054 libraryHaskellDepends = [ 209055 base bytestring containers deepseq exceptions ghc-prim hashable 209056 microlens microlens-mtl mtl safe safe-exceptions stm text ··· 210481 ({ mkDerivation, base }: 210482 mkDerivation { 210483 pname = "util"; 210484 + version = "0.1.4.0"; 210485 + sha256 = "1b4s199qwsb1yz8wjpqybi8na20b44kkjqq09kzqky6198nmqqd8"; 210486 libraryHaskellDepends = [ base ]; 210487 description = "Utilities"; 210488 license = stdenv.lib.licenses.bsd3; ··· 212478 license = stdenv.lib.licenses.bsd3; 212479 }) {}; 212480 212481 + "viewprof_0_0_0_12" = callPackage 212482 + ({ mkDerivation, base, brick, containers, ghc-prof, lens 212483 + , scientific, text, vector, vector-algorithms, vty 212484 + }: 212485 + mkDerivation { 212486 + pname = "viewprof"; 212487 + version = "0.0.0.12"; 212488 + sha256 = "0a9bf8smqjjwz4m0gqac9zf9qp6ka3dhy2qrflbg1k5spd0dqqh5"; 212489 + isLibrary = false; 212490 + isExecutable = true; 212491 + executableHaskellDepends = [ 212492 + base brick containers ghc-prof lens scientific text vector 212493 + vector-algorithms vty 212494 + ]; 212495 + homepage = "https://github.com/maoe/viewprof"; 212496 + description = "Text-based interactive GHC .prof viewer"; 212497 + license = stdenv.lib.licenses.bsd3; 212498 + hydraPlatforms = stdenv.lib.platforms.none; 212499 + }) {}; 212500 + 212501 "views" = callPackage 212502 ({ mkDerivation, base, mtl }: 212503 mkDerivation { ··· 213479 }: 213480 mkDerivation { 213481 pname = "wai-cors"; 213482 version = "0.2.6"; 213483 sha256 = "11m9d8hn9pb9brprz0kglldmcqj83kjkjdwdpxdbl12430ii1ina"; 213484 enableSeparateDataOutput = true; ··· 213494 homepage = "https://github.com/larskuhtz/wai-cors"; 213495 description = "CORS for WAI"; 213496 license = stdenv.lib.licenses.mit; 213497 }) {}; 213498 213499 "wai-devel" = callPackage ··· 214342 license = stdenv.lib.licenses.bsd3; 214343 }) {}; 214344 214345 + "wai-middleware-rollbar_0_8_0" = callPackage 214346 ({ mkDerivation, aeson, base, bytestring, case-insensitive 214347 , containers, hostname, hspec, hspec-golden-aeson, http-client 214348 , http-conduit, http-types, lens, lens-aeson, network, QuickCheck ··· 214350 }: 214351 mkDerivation { 214352 pname = "wai-middleware-rollbar"; 214353 + version = "0.8.0"; 214354 + sha256 = "07fms55rpa099hlmr02dsbij8pr81r9h4m7ll1bxq06zgyi7ajzd"; 214355 libraryHaskellDepends = [ 214356 aeson base bytestring case-insensitive hostname http-client 214357 http-conduit http-types network text time unordered-containers uuid ··· 214780 }: 214781 mkDerivation { 214782 pname = "wai-session-postgresql"; 214783 version = "0.2.1.2"; 214784 sha256 = "10xc34a1l6g2lr8b4grvv17281689gdb8q1vh3kkip5lk7fp1m9r"; 214785 libraryHaskellDepends = [ ··· 216441 }: 216442 mkDerivation { 216443 pname = "weeder"; 216444 version = "0.1.9"; 216445 sha256 = "1k5q34zyw2ajy7k5imxygs86q0a245ax5ch4kgff12pfpyz0jmz7"; 216446 isLibrary = false; ··· 216452 homepage = "https://github.com/ndmitchell/weeder#readme"; 216453 description = "Detect dead code"; 216454 license = stdenv.lib.licenses.bsd3; 216455 }) {}; 216456 216457 "weigh" = callPackage ··· 221598 }: 221599 mkDerivation { 221600 pname = "yesod-auth"; 221601 version = "1.4.21"; 221602 sha256 = "1qqwg9l65m9q3l8z0r1bnihqb5rbbp2c2w6gbk49kx9127rf4488"; 221603 libraryHaskellDepends = [ ··· 221612 homepage = "http://www.yesodweb.com/"; 221613 description = "Authentication for Yesod"; 221614 license = stdenv.lib.licenses.mit; 221615 }) {}; 221616 221617 "yesod-auth-account" = callPackage ··· 224389 license = stdenv.lib.licenses.bsd3; 224390 }) {}; 224391 224392 + "yoga_0_0_0_2" = callPackage 224393 + ({ mkDerivation, base, bindings-DSL, ieee754 }: 224394 + mkDerivation { 224395 + pname = "yoga"; 224396 + version = "0.0.0.2"; 224397 + sha256 = "1gkql9c7dd7h0wfq98mfhgjmqlxkdf4b66qympc7r8vyx38jps1c"; 224398 + isLibrary = true; 224399 + isExecutable = true; 224400 + libraryHaskellDepends = [ base bindings-DSL ieee754 ]; 224401 + executableHaskellDepends = [ base ]; 224402 + description = "Bindings to Facebook's Yoga layout library"; 224403 + license = stdenv.lib.licenses.bsd3; 224404 + hydraPlatforms = stdenv.lib.platforms.none; 224405 + }) {}; 224406 + 224407 "yoko" = callPackage 224408 ({ mkDerivation, base, bifunctors, containers, invariant, kinds 224409 , mtl, records, semigroups, template-haskell, th-sccs, type-cereal ··· 224960 license = stdenv.lib.licenses.mit; 224961 }) {inherit (pkgs) zeromq;}; 224962 224963 + "zeromq4-haskell_0_7_0" = callPackage 224964 + ({ mkDerivation, async, base, bytestring, containers, exceptions 224965 + , monad-control, QuickCheck, semigroups, tasty, tasty-hunit 224966 + , tasty-quickcheck, transformers, transformers-base, zeromq 224967 + }: 224968 + mkDerivation { 224969 + pname = "zeromq4-haskell"; 224970 + version = "0.7.0"; 224971 + sha256 = "17q756mldxx9b8a2nx9lvjrgvbmgjbnp896sqcgnijq7wr751m2q"; 224972 + libraryHaskellDepends = [ 224973 + async base bytestring containers exceptions monad-control 224974 + semigroups transformers transformers-base 224975 + ]; 224976 + libraryPkgconfigDepends = [ zeromq ]; 224977 + testHaskellDepends = [ 224978 + async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck 224979 + ]; 224980 + homepage = "https://gitlab.com/twittner/zeromq-haskell/"; 224981 + description = "Bindings to ZeroMQ 4.x"; 224982 + license = stdenv.lib.licenses.mit; 224983 + hydraPlatforms = stdenv.lib.platforms.none; 224984 + }) {inherit (pkgs) zeromq;}; 224985 + 224986 "zeroth" = callPackage 224987 ({ mkDerivation, base, Cabal, derive, directory, filepath 224988 , haskell-src-exts, hskeleton, monoid-record, process, syb ··· 225522 license = stdenv.lib.licenses.bsd3; 225523 }) {}; 225524 225525 + "zm_0_3_2" = callPackage 225526 ({ mkDerivation, base, bytestring, containers, convertible 225527 , cryptonite, deepseq, doctest, either, filemanip, flat, memory 225528 + , model, pretty, tasty, tasty-hunit, tasty-quickcheck, text, timeit 225529 + , transformers 225530 }: 225531 mkDerivation { 225532 pname = "zm"; 225533 + version = "0.3.2"; 225534 + sha256 = "02f7qm3l3xmdpv6w0hxhnzimxc1pab921c0rzprj4l5mvv69adx0"; 225535 libraryHaskellDepends = [ 225536 base bytestring containers convertible cryptonite deepseq either 225537 + flat memory model pretty text transformers 225538 ]; 225539 testHaskellDepends = [ 225540 base bytestring containers doctest filemanip flat model pretty