diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 79fc56accd61..4eee51563d09 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -4795,6 +4795,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "GLFW-b_1_4_7_1" = callPackage + ({ mkDerivation, base, bindings-GLFW, HUnit, test-framework + , test-framework-hunit + }: + mkDerivation { + pname = "GLFW-b"; + version = "1.4.7.1"; + sha256 = "1dzqvlxif5vadyd6vl9q260hhfp1rhmab9jwy3y1xmai31ddhlbb"; + buildDepends = [ base bindings-GLFW ]; + testDepends = [ + base bindings-GLFW HUnit test-framework test-framework-hunit + ]; + jailbreak = true; + description = "Bindings to GLFW OpenGL library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "GLFW-b-demo" = callPackage ({ mkDerivation, base, GLFW-b, mtl, OpenGL, pretty, stm , transformers @@ -12252,8 +12269,8 @@ self: { }: mkDerivation { pname = "Rasterific"; - version = "0.5.0.3"; - sha256 = "0yhcshc6hdkny6llxab027ndyshy9ghk5jb86jrzp9rkzd8z965j"; + version = "0.5.1"; + sha256 = "1h3sfgxkr002n4sb0rrc5562mbpwrjndkjl3ab4wfsm5zh6q3gl2"; buildDepends = [ base dlist FontyFruity free JuicyPixels mtl primitive vector vector-algorithms @@ -12581,7 +12598,7 @@ self: { description = "Binding to libSDL-ttf"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; - }) { inherit (pkgs) SDL2; SDL2_ttf = null;}; + }) { inherit (pkgs) SDL2; inherit (pkgs) SDL2_ttf;}; "SFML" = callPackage ({ mkDerivation, base, csfml-audio, csfml-graphics, csfml-network @@ -19877,20 +19894,22 @@ self: { "ascii-progress" = callPackage ({ mkDerivation, ansi-terminal, async, base, bytestring, conduit - , data-default, hspec, HTTP, http-conduit, http-types, time - , transformers + , data-default, hspec, HTTP, http-conduit, http-types, QuickCheck + , time, transformers }: mkDerivation { pname = "ascii-progress"; - version = "0.2.0.0"; - sha256 = "0ky2dkjv2j2bwkg1p27237dwpshnq9h760l26nk2wzg2vym2knsp"; + version = "0.2.1.0"; + sha256 = "0r3an905by72w7r9pd00rf7fn061v668bh4x6apllmpxid7a7pm7"; isLibrary = true; isExecutable = true; buildDepends = [ ansi-terminal async base bytestring conduit data-default HTTP http-conduit http-types time transformers ]; - testDepends = [ ansi-terminal async base data-default hspec time ]; + testDepends = [ + ansi-terminal async base data-default hspec QuickCheck time + ]; homepage = "https://github.com/yamadapc/haskell-ascii-progress"; description = "A simple progress bar for the console"; license = stdenv.lib.licenses.gpl2; @@ -22150,8 +22169,8 @@ self: { }: mkDerivation { pname = "basic-prelude"; - version = "0.3.11"; - sha256 = "05nbaba4ww24x326dd1x1r94yv9jl9r5hys2qg5qkyzldpzqndl6"; + version = "0.3.11.1"; + sha256 = "057sq6jm8vskw9d9maqc6a85x45lslyiw3j1q7kaczl3851zaxl3"; buildDepends = [ base bytestring containers hashable lifted-base ReadArgs safe system-filepath text transformers unordered-containers vector @@ -22538,8 +22557,8 @@ self: { }: mkDerivation { pname = "bet"; - version = "0.1.2.1"; - sha256 = "1frl0a3sxracv32plx0imqpng3pn8v5z75a71mqvrinbsiyz7qbh"; + version = "0.1.2.2"; + sha256 = "1sk8sgfcywxr54g25ah978k0d1x263mzi69zbx5wk67bs4sqvmds"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -23255,6 +23274,27 @@ self: { inherit (pkgs.xlibs) libXrandr; inherit (pkgs.xlibs) libXxf86vm; inherit (pkgs) mesa;}; + "bindings-GLFW_3_1_1" = callPackage + ({ mkDerivation, base, bindings-DSL, HUnit, libX11, libXext + , libXfixes, libXi, libXrandr, libXxf86vm, mesa, test-framework + , test-framework-hunit + }: + mkDerivation { + pname = "bindings-GLFW"; + version = "3.1.1"; + sha256 = "17r6q72s3gfbcr1l9wlh4v0wd6r1lajaq6yqyd0r29qnz3ahpvs5"; + buildDepends = [ base bindings-DSL ]; + testDepends = [ base HUnit test-framework test-framework-hunit ]; + extraLibraries = [ + libX11 libXext libXfixes libXi libXrandr libXxf86vm mesa + ]; + description = "Low-level bindings to GLFW OpenGL library"; + license = stdenv.lib.licenses.bsd3; + }) { inherit (pkgs.xlibs) libX11; inherit (pkgs.xlibs) libXext; + inherit (pkgs.xlibs) libXfixes; inherit (pkgs.xlibs) libXi; + inherit (pkgs.xlibs) libXrandr; inherit (pkgs.xlibs) libXxf86vm; + inherit (pkgs) mesa;}; + "bindings-K8055" = callPackage ({ mkDerivation, base, K8055D }: mkDerivation { @@ -27731,16 +27771,17 @@ self: { }) {}; "casadi-bindings" = callPackage - ({ mkDerivation, base, casadi, casadi-bindings-core + ({ mkDerivation, base, binary, casadi, casadi-bindings-core , casadi-bindings-internal, cereal, containers, linear, vector + , vector-binary-instances }: mkDerivation { pname = "casadi-bindings"; - version = "2.2.0.7"; - sha256 = "05xgsn9xgkckx7ip2qqy332miv6yl70avyzp7z5ww8lvn2v8q8ks"; + version = "2.2.0.8"; + sha256 = "131r3l1psacb3mps02mqc4vjdghn2w5jwz2j6khr7w6bk13qlpj0"; buildDepends = [ - base casadi-bindings-core casadi-bindings-internal cereal - containers linear vector + base binary casadi-bindings-core casadi-bindings-internal cereal + containers linear vector vector-binary-instances ]; pkgconfigDepends = [ casadi ]; homepage = "http://github.com/ghorn/casadi-bindings"; @@ -28759,16 +28800,16 @@ self: { "chaselev-deque" = callPackage ({ mkDerivation, abstract-deque, abstract-deque-tests, array - , atomic-primops, base, bits-atomic, containers, ghc-prim, HUnit - , test-framework, test-framework-hunit, transformers, vector + , atomic-primops, base, containers, ghc-prim, HUnit, test-framework + , test-framework-hunit, transformers, vector }: mkDerivation { pname = "chaselev-deque"; - version = "0.5.0.3"; - sha256 = "1qkrypqsbfnr6kcl6idqmq2z4nf6jmqmgzddzhh031nxd22p18y6"; + version = "0.5.0.5"; + sha256 = "1x2301faqkchkzrvbnganly341jilvg1fmx6lazgbs98cbazhn2d"; buildDepends = [ - abstract-deque array atomic-primops base bits-atomic ghc-prim - transformers vector + abstract-deque array atomic-primops base ghc-prim transformers + vector ]; testDepends = [ abstract-deque abstract-deque-tests array atomic-primops base @@ -32541,15 +32582,15 @@ self: { }) {}; "contravariant" = callPackage - ({ mkDerivation, base, semigroups, transformers + ({ mkDerivation, base, foreign-var, semigroups, transformers , transformers-compat, void }: mkDerivation { pname = "contravariant"; - version = "1.2.1"; - sha256 = "1v8c3wdczp674f1h29w348vibh78m6i1kkrxbw9lvvbpi3aganb4"; + version = "1.2.2.1"; + sha256 = "0w1kgx85wbf96f1hr50b6nh9pqjbqbn4axfd419b38xy09j61j75"; buildDepends = [ - base semigroups transformers transformers-compat void + base foreign-var semigroups transformers transformers-compat void ]; homepage = "http://github.com/ekmett/contravariant/"; description = "Contravariant functors"; @@ -33486,8 +33527,8 @@ self: { }: mkDerivation { pname = "cql-io"; - version = "0.13.0"; - sha256 = "0194xdpv3q8gyczanhi4p819ms79n1x69n5q481ilw90i9hdh8kd"; + version = "0.13.1"; + sha256 = "18vnwncpf18076bjqajrh6n0pkr9bmpcspf7v0s31df1lm6kxhcf"; buildDepends = [ async auto-update base bytestring containers cql data-default-class exceptions hashable iproute lens monad-control mtl mwc-random @@ -38667,12 +38708,11 @@ self: { }: mkDerivation { pname = "digestive-functors-blaze"; - version = "0.6.0.4"; - sha256 = "04ldrbwla8gcsan8hahjgf4mzm6wz7kxhwrikqgnyv0dm45ias7c"; + version = "0.6.0.5"; + sha256 = "1mskyz5iab8jy7b2k3nn7c3z7bvwv4cqhviw4qr5xpzqk59ls7kr"; buildDepends = [ base blaze-html blaze-markup digestive-functors text ]; - jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Blaze frontend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -38763,13 +38803,12 @@ self: { }: mkDerivation { pname = "digestive-functors-snap"; - version = "0.6.1.0"; - sha256 = "07xb8jr70j03kggk55p3zzp07y7amzm7f8hdzry4vff7yx41rxhr"; + version = "0.6.1.1"; + sha256 = "1y9i1hiawzhdglg1jrnxd36h534i1hxg0r8dnibafwk34v1j2n24"; buildDepends = [ base bytestring containers digestive-functors directory filepath mtl snap-core text ]; - jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Snap backend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -41488,11 +41527,10 @@ self: { }: mkDerivation { pname = "effect-handlers"; - version = "0.1.0.1"; - sha256 = "0ln2b4v9nb5hmivh389jaa3yp0mwc4pm2xizbc3alvjhxy2a83wx"; + version = "0.1.0.2"; + sha256 = "1g75qzsmwpcxs18ildnvy9df8fsns5ya8dparx7fdybjlr5wv5xd"; buildDepends = [ base free kan-extensions mtl ]; testDepends = [ base hspec hspec-discover HUnit QuickCheck ]; - jailbreak = true; homepage = "https://github.com/edofic/effect-handlers"; description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; license = stdenv.lib.licenses.mit; @@ -43331,17 +43369,15 @@ self: { }) {}; "euler" = callPackage - ({ mkDerivation, base, hlint, hspec, hspec-core, process - , QuickCheck, regex-posix, xml + ({ mkDerivation, base, happy, hlint, hspec, process, regex-posix + , xml }: mkDerivation { pname = "euler"; - version = "0.4.0"; - sha256 = "069sh0ih88wd35ii0ll8yck41by8m2bwwy4x24cy4sbrbbikg7z9"; - buildDepends = [ base regex-posix ]; - testDepends = [ - base hlint hspec hspec-core process QuickCheck regex-posix xml - ]; + version = "0.6.0"; + sha256 = "0dqm4cq9hb7l6xa84y53v6l226f8qfw5avpbsc0zikx50jlz0q2g"; + buildDepends = [ base ]; + testDepends = [ base happy hlint hspec process regex-posix xml ]; homepage = "https://github.com/decomputed/euler"; description = "Mathematics utilities for Haskell"; license = stdenv.lib.licenses.mit; @@ -43583,8 +43619,8 @@ self: { }: mkDerivation { pname = "exceptions"; - version = "0.8"; - sha256 = "010sqlqcwlqrd9kg1lvvpvbdgagwvdh8li082zh44r26blsamd74"; + version = "0.8.0.1"; + sha256 = "0qsbcmhr5ilmdw4wc3f316nsnrmhlqzrgdi15a6sv72nlk09kwsb"; buildDepends = [ base mtl stm transformers transformers-compat ]; testDepends = [ base mtl QuickCheck stm test-framework test-framework-quickcheck2 @@ -43935,12 +43971,12 @@ self: { }) {}; "extensible" = callPackage - ({ mkDerivation, base, binary, deepseq, template-haskell }: + ({ mkDerivation, base, binary, constraints, template-haskell }: mkDerivation { pname = "extensible"; - version = "0.3"; - sha256 = "0a55ngp62z6a8awrps921zz6s2n27x4hpgsr80xphjgrfmrb9z9k"; - buildDepends = [ base binary deepseq template-haskell ]; + version = "0.3.1"; + sha256 = "09vz1z2v2jgn0lrnb8pkgr3r5xbcqmpww671q75nyi74f308zn2n"; + buildDepends = [ base binary constraints template-haskell ]; homepage = "https://github.com/fumieval/extensible"; description = "Extensible, efficient, lens-friendly data types"; license = stdenv.lib.licenses.bsd3; @@ -44233,6 +44269,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "farmhash" = callPackage + ({ mkDerivation, base, bytestring, hspec, QuickCheck }: + mkDerivation { + pname = "farmhash"; + version = "0.1.0.1"; + sha256 = "1dm3msrlrfhm20qc1d5a42w4sspmdwgmdkm75xprmyvpyivh2alb"; + buildDepends = [ base bytestring ]; + testDepends = [ base bytestring hspec QuickCheck ]; + homepage = "https://github.com/abhinav/haskell-farmhash"; + description = "Fast hash functions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "fast-logger" = callPackage ({ mkDerivation, array, auto-update, base, bytestring , bytestring-builder, directory, filepath, hspec, text @@ -44990,11 +45039,9 @@ self: { ({ mkDerivation, array, base, containers, mtl }: mkDerivation { pname = "fgl"; - version = "5.5.0.1"; - sha256 = "0qw70f5hfrxmrx49wx8vk2f5cam7jbpb20mp4i0ybcwdld5ncqda"; - editedCabalFile = "3f816c9f86c3320b9a1b93c2830edfc88ca7a27e58b3b7092a2292cf1fd78f65"; + version = "5.5.1.0"; + sha256 = "0rcmz0xlyr1wj490ffja29z1jgl51gz19ka609da6bx39bwx7nga"; buildDepends = [ array base containers mtl ]; - homepage = "http://web.engr.oregonstate.edu/~erwig/fgl/haskell"; description = "Martin Erwig's Functional Graph Library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45698,8 +45745,8 @@ self: { }: mkDerivation { pname = "fixed-vector-hetero"; - version = "0.3.0.0"; - sha256 = "1zmxwmksfzbl656c9iyz1nig19hnkfvv874a2gm5mc28yr6zwvqg"; + version = "0.3.1.0"; + sha256 = "0x5fjggm0licrdd442pr1968zlzfb0ah4ib8s9yxcb2p6vc39lzv"; buildDepends = [ base deepseq fixed-vector ghc-prim primitive transformers ]; @@ -46457,6 +46504,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "foreign-var" = callPackage + ({ mkDerivation, base, stm, transformers }: + mkDerivation { + pname = "foreign-var"; + version = "0.1"; + sha256 = "1rxfmzq9npj1170i85qhq5fhvvzb9j1wdi5lzmj57k4hlyxcwqjd"; + buildDepends = [ base stm transformers ]; + homepage = "http://github.com/ekmett/foreign-var/"; + description = "Encapsulating mutatable state in external libraries"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "forkable-monad" = callPackage ({ mkDerivation, base, transformers }: mkDerivation { @@ -47127,8 +47186,8 @@ self: { }: mkDerivation { pname = "friday"; - version = "0.2.0.2"; - sha256 = "1warjzy5ciabyd3wkfaxz82y893vri3zbn8i8xhf7018fcgkna0b"; + version = "0.2.1.0"; + sha256 = "02n0cdmd4fc3vi2i73s7q4pynnn29dpa1rh94z6j5lb5arcz9i8p"; buildDepends = [ base bytestring convertible deepseq primitive ratio-int transformers vector @@ -47148,8 +47207,8 @@ self: { }: mkDerivation { pname = "friday-devil"; - version = "0.1.0.1"; - sha256 = "0431jzykspz6kqkxldnjz2v6r6kw5f7k361ic6mk9xij15300lp0"; + version = "0.1.1.1"; + sha256 = "19g1h7palsaycv81fks9zbq979jdn7fqapxd6igxhkgzw73n69aj"; buildDepends = [ base bytestring convertible deepseq friday transformers vector ]; @@ -54346,17 +54405,17 @@ self: { }) {}; "handsy" = callPackage - ({ mkDerivation, base, bytestring, data-default-class, free + ({ mkDerivation, base, bytestring, data-default-class, operational , process, process-extras, retry, shell-escape, split, tasty , tasty-hunit, tasty-th, transformers }: mkDerivation { pname = "handsy"; - version = "0.0.11"; - sha256 = "1zvz7zwj3ribz4b78082kwmlgp5aqcw6v1lw5klfx95rs009xw5w"; + version = "0.0.12"; + sha256 = "0awiffsgwa2vmib9yq9zamkr4zm1vw9xxj3g47d1ljq3jg93nn3f"; buildDepends = [ - base bytestring data-default-class free process process-extras - retry shell-escape split transformers + base bytestring data-default-class operational process + process-extras retry shell-escape split transformers ]; testDepends = [ base bytestring tasty tasty-hunit tasty-th ]; homepage = "https://github.com/utdemir/handsy"; @@ -57679,8 +57738,8 @@ self: { ({ mkDerivation, base, haste-compiler, transformers }: mkDerivation { pname = "haste-perch"; - version = "0.1.0.7"; - sha256 = "0qikaiqk408x90p1wqz0p7jc2ri4raqnl4d50x3g5abqj2y1h93n"; + version = "0.1.0.8"; + sha256 = "0p15wzl7rina4pnldhkm188addqlgmc9k4cryv7v2dr9i0wv5y8f"; buildDepends = [ base haste-compiler transformers ]; homepage = "https://github.com/agocorona/haste-perch"; description = "Create, navigate and modify the DOM tree with composable syntax, with the haste compiler"; @@ -58342,8 +58401,8 @@ self: { }: mkDerivation { pname = "hdbc-aeson"; - version = "0.1.2.0"; - sha256 = "0rwmswa5w84clgskwxlv553g584pwldflxdbq630gjxzqshhriz7"; + version = "0.1.3.0"; + sha256 = "1mqcpzp9fw604nab0zs9r8515072pwbkfr4vvdpjhbdny5022naw"; buildDepends = [ aeson base convertible HDBC scientific text unordered-containers vector @@ -58682,9 +58741,8 @@ self: { ({ mkDerivation, base, directory, doctest, filepath }: mkDerivation { pname = "heaps"; - version = "0.3.1"; - sha256 = "1h0p097zc1wjinhdhy4ssav7jpicc85074d926nmnhdgz9vaajwj"; - editedCabalFile = "8e3b4bef28315c04ce0b34d8f8b4f38527765569d19c4a1802fe77186b26b55c"; + version = "0.3.2"; + sha256 = "1xkb2lk97ymgjxk89159h226qs89z5wank4jx35awwzv4f67ay46"; buildDepends = [ base ]; testDepends = [ base directory doctest filepath ]; homepage = "http://github.com/ekmett/heaps/"; @@ -60336,8 +60394,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "4.3.12"; - sha256 = "0qz9jpl6ha83yxh9wzqhzcxa9zc6f4f9z44srhm4jkqq07lh3api"; + version = "4.4.0"; + sha256 = "0kdy3rdjh4kjlxqfdqxnnaa9cw4avpykqv6ryvw95nxqqraqpm65"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -61195,8 +61253,8 @@ self: { }: mkDerivation { pname = "hlibBladeRF"; - version = "0.1.0.3"; - sha256 = "1a74yyx06lxbfyfd2knvlnn7pvhlqgxw4fqmdzy20vr1pg7wrpm3"; + version = "0.1.0.4"; + sha256 = "0xs56kszgwm2hz1fl2cajzbygm8n3883bz3j7qqckw14iw81c25b"; buildDepends = [ base bindings-DSL bytestring ]; testDepends = [ base hlint ]; pkgconfigDepends = [ libbladeRF ]; @@ -61248,7 +61306,7 @@ self: { "hlint" = callPackage ({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs - , directory, extra, filepath, haskell-src-exts, hscolour, process + , directory, extra, filepath, haskell-src-exts, process , transformers, uniplate }: mkDerivation { @@ -61259,7 +61317,7 @@ self: { isExecutable = true; buildDepends = [ ansi-terminal base cmdargs containers cpphs directory extra - filepath haskell-src-exts hscolour process transformers uniplate + filepath haskell-src-exts process transformers uniplate ]; homepage = "http://community.haskell.org/~ndm/hlint/"; description = "Source code suggestions"; @@ -61931,17 +61989,20 @@ self: { }) {}; "hoe" = callPackage - ({ mkDerivation, base, cmdargs, hint, mtl }: + ({ mkDerivation, base, cmdargs, exceptions, hint, mtl, regex-posix + , split, time + }: mkDerivation { pname = "hoe"; - version = "0.2"; - sha256 = "089iwvgz50mhdch1anag66g0wqya0sm5jhp2h32dfsi0hlrp34f7"; + version = "1.0.1"; + sha256 = "06z44i4lmd44l9fjdd49lf0j4a8gmh5njiwlr77ycsyxf9mcwaa1"; isLibrary = false; isExecutable = true; - buildDepends = [ base cmdargs hint mtl ]; - jailbreak = true; + buildDepends = [ + base cmdargs exceptions hint mtl regex-posix split time + ]; homepage = "http://github.com/tanakh/hoe"; - description = "Haskell One-liner Evaluator"; + description = "hoe: Haskell One-liner Evaluator"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -63131,8 +63192,8 @@ self: { }: mkDerivation { pname = "hplayground"; - version = "0.1.2.3"; - sha256 = "11khylc73hsg8p64jz5ykdnpix7f5qv3zk2kf0n42yync290jc9w"; + version = "0.1.2.4"; + sha256 = "1ahwymwksfh40lay41wfzfr02fzgls6h2mg3ylw0i794dhpgqq92"; buildDepends = [ base containers data-default haste-compiler haste-perch monads-tf transformers @@ -64531,6 +64592,20 @@ self: { license = "GPL"; }) {}; + "hscolour_1_21" = callPackage + ({ mkDerivation, base, containers }: + mkDerivation { + pname = "hscolour"; + version = "1.21"; + sha256 = "1smzr83c3fk3fwfkp973j2nz985nbj9j9ps9fpwndsxxfyqj830d"; + isLibrary = true; + isExecutable = true; + buildDepends = [ base containers ]; + homepage = "http://code.haskell.org/~malcolm/hscolour/"; + description = "Colourise Haskell code"; + license = "GPL"; + }) {}; + "hscope" = callPackage ({ mkDerivation, base, bytestring, cereal, cpphs, deepseq , directory, haskell-src-exts, mtl, process, pure-cdb, test-simple @@ -66701,8 +66776,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.7.2"; - sha256 = "1y788yj3jaw4l10p31qvhpy33sn9spfrql4ydrs67mkalbad0f7a"; + version = "0.4.8"; + sha256 = "10vflra58ndyq861zswshpcnqdx9acglb2m8f2yzha0slihwda77"; buildDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive clock containers cookie data-default-class deepseq @@ -68500,9 +68575,8 @@ self: { }: mkDerivation { pname = "hyperloglog"; - version = "0.3"; - sha256 = "1agywf7142d02m8pza84pzw908g1fjgc6799w7h93mwq63c0708m"; - editedCabalFile = "6a6ade94dda076697ee8a68b39f7197921c32794626fd56f1654e81f3b1bd6a1"; + version = "0.3.1"; + sha256 = "13pmqkqldy5n274rld9acdypp39f51qmc9v14kwpw95lkpd9bxnl"; buildDepends = [ approximate base binary bits bytes cereal cereal-vector comonad deepseq distributive generic-deriving hashable hashable-extras lens @@ -68512,7 +68586,6 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - jailbreak = true; homepage = "http://github.com/analytics/hyperloglog"; description = "An approximate streaming (constant space) unique object counter"; license = stdenv.lib.licenses.bsd3; @@ -69898,8 +69971,8 @@ self: { }: mkDerivation { pname = "influxdb"; - version = "0.9.1"; - sha256 = "1zqck8x48lvvz1biphzv647sw1gsl6b06700d7qpmrcmci0lcyky"; + version = "0.9.1.1"; + sha256 = "0ijc97xj1fz8ahfg0dha5mmbvd5nsb38dlvyvrwq2gpr0j79138r"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -70895,8 +70968,8 @@ self: { ({ mkDerivation, base, QuickCheck }: mkDerivation { pname = "ireal"; - version = "0.2"; - sha256 = "0my93h51lfziqvqnnvzkrqpnc5bjg6blr46drd37861l5svid2a1"; + version = "0.2.1"; + sha256 = "0i9850l0k1w7vmdx4cs35789rf6j4i1xalpyrinf8x85f6c8mfxa"; buildDepends = [ base QuickCheck ]; description = "Real numbers and intervals with relatively efficient exact arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -72269,18 +72342,18 @@ self: { "json-autotype" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, filepath - , GenericPretty, hashable, hflags, lens, mtl, pretty, process + , GenericPretty, hashable, hflags, hint, lens, mtl, pretty, process , scientific, text, uniplate, unordered-containers, vector }: mkDerivation { pname = "json-autotype"; - version = "0.2.5.4"; - sha256 = "10054yvzc4fql2wwhwnv3pl33vjgf2k4dgg1sz26k8x59629n5f7"; + version = "0.2.5.8"; + sha256 = "1p6pkhi50a81c4ldkqpvs8m2gmz1h3ayxhfshyy1dl06nrbfc0i0"; isLibrary = true; isExecutable = true; buildDepends = [ aeson base bytestring containers filepath GenericPretty hashable - hflags lens mtl pretty process scientific text uniplate + hflags hint lens mtl pretty process scientific text uniplate unordered-containers vector ]; homepage = "https://github.com/mgajda/json-autotype"; @@ -75216,8 +75289,8 @@ self: { ({ mkDerivation, base, doctest }: mkDerivation { pname = "lca"; - version = "0.2.4"; - sha256 = "0dj7qz5wnrgqipmxim8y8jwgkwn8skkqxbd2w2kiy9s380pfdbsi"; + version = "0.3"; + sha256 = "081fk0ci5vb84w4zwah6qwbr0i78v2pr6m6nn1y226vv5w3kakza"; buildDepends = [ base ]; testDepends = [ base doctest ]; homepage = "http://github.com/ekmett/lca/"; @@ -75515,6 +75588,40 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "lens_4_8" = callPackage + ({ mkDerivation, array, base, bifunctors, bytestring, comonad + , containers, contravariant, deepseq, directory, distributive + , doctest, exceptions, filepath, free, generic-deriving, ghc-prim + , hashable, hlint, HUnit, kan-extensions, mtl, nats, parallel + , primitive, profunctors, QuickCheck, reflection, semigroupoids + , semigroups, simple-reflect, tagged, template-haskell + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , test-framework-th, text, transformers, transformers-compat + , unordered-containers, vector, void + }: + mkDerivation { + pname = "lens"; + version = "4.8"; + sha256 = "1h39cbw25aynz7kzx55i3rcz4p2mi0907ri6g78xbk2r3wf0qbnr"; + buildDepends = [ + array base bifunctors bytestring comonad containers contravariant + distributive exceptions filepath free ghc-prim hashable + kan-extensions mtl parallel primitive profunctors reflection + semigroupoids semigroups tagged template-haskell text transformers + transformers-compat unordered-containers vector void + ]; + testDepends = [ + base bytestring containers deepseq directory doctest filepath + generic-deriving hlint HUnit mtl nats parallel QuickCheck + semigroups simple-reflect test-framework test-framework-hunit + test-framework-quickcheck2 test-framework-th text transformers + unordered-containers vector + ]; + homepage = "http://github.com/ekmett/lens/"; + description = "Lenses, Folds and Traversals"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "lens-action" = callPackage ({ mkDerivation, base, comonad, contravariant, directory, doctest , filepath, lens, mtl, profunctors, semigroupoids, semigroups @@ -76809,18 +76916,12 @@ self: { }) {}; "linearscan" = callPackage - ({ mkDerivation, base, containers, free, hoopl, hspec - , hspec-expectations, lens, mtl, transformers - }: + ({ mkDerivation, base, containers, mtl, transformers }: mkDerivation { pname = "linearscan"; - version = "0.3.1.0"; - sha256 = "12gg7i8shvj0qxwaazysiw5f3xmdzqyv40da3qqyknndvwcvw84i"; - buildDepends = [ base containers transformers ]; - testDepends = [ - base containers free hoopl hspec hspec-expectations lens mtl - transformers - ]; + version = "0.4.0.0"; + sha256 = "170dppl4hgfrxpqix19a7nf1dv46wc46s797h8ppa2j0xvcdf4xs"; + buildDepends = [ base containers mtl transformers ]; homepage = "http://github.com/jwiegley/linearscan"; description = "Linear scan register allocator, formally verified in Coq"; license = stdenv.lib.licenses.bsd3; @@ -76832,8 +76933,8 @@ self: { }: mkDerivation { pname = "linearscan-hoopl"; - version = "0.1.0.0"; - sha256 = "19ahl0056szf49icv4sg0zcm2gmyy9sy8mj60d9c0iisj7qyblqj"; + version = "0.4.0.0"; + sha256 = "0kq4xcpgzrpadibh5ahli5pvb5rd9h1gnd1dzxddjz3plgxil803"; buildDepends = [ base containers free hoopl linearscan transformers ]; @@ -76842,7 +76943,7 @@ self: { linearscan transformers ]; homepage = "http://github.com/jwiegley/linearscan-hoopl"; - description = "Make it easy to use the linearscan register allocator with Hoopl"; + description = "Makes it easy to use the linearscan register allocator with Hoopl"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80004,22 +80105,23 @@ self: { }) {}; "markup-preview" = callPackage - ({ mkDerivation, base, cmdargs, directory, glib, gtk, MissingH, mtl - , pandoc, temporary, text, transformers, webkit + ({ mkDerivation, base, cmdargs, directory, glib, gtk + , gtk2hs-buildtools, MissingH, mtl, pandoc, temporary, text + , transformers, webkit }: mkDerivation { pname = "markup-preview"; - version = "0.2.2.0"; - sha256 = "0b2rll29qsr3cqq4vfaqjr4b5b1a9b4rg9cxbs98sspmpxka88m2"; + version = "0.2.2.1"; + sha256 = "09gfmh9hdzyjijkv2h5a6gfa9rfmba2642rhhh80wsw9y4rg8ns1"; isLibrary = false; isExecutable = true; buildDepends = [ - base cmdargs directory glib gtk MissingH mtl pandoc temporary text - transformers webkit + base cmdargs directory glib gtk gtk2hs-buildtools MissingH mtl + pandoc temporary text transformers webkit ]; jailbreak = true; description = "A simple markup document preview (markdown, textile, reStructuredText)"; - license = "unknown"; + license = stdenv.lib.licenses.gpl2; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -81311,20 +81413,19 @@ self: { }) {}; "miniforth" = callPackage - ({ mkDerivation, base, containers, lens, MonadRandom, mtl, parsec - , parsec3-numbers, readline + ({ mkDerivation, base, containers, lens, MonadRandom, mtl + , mtl-compat, parsec, parsec3-numbers, readline }: mkDerivation { pname = "miniforth"; - version = "0.1.0.0"; - sha256 = "11np5zbbwmnsx6qqmxn7zi24bmk41xz5vi3wsvbv4cwvn4m4n6dm"; + version = "0.1.0.1"; + sha256 = "1f2scxg7j6zifqj6q2khxb8s49ilnk4r9qms72vysp1s5p76zk0g"; isLibrary = true; isExecutable = true; buildDepends = [ - base containers lens MonadRandom mtl parsec parsec3-numbers - readline + base containers lens MonadRandom mtl mtl-compat parsec + parsec3-numbers readline ]; - jailbreak = true; description = "Miniature FORTH-like interpreter"; license = stdenv.lib.licenses.mit; }) {}; @@ -85448,8 +85549,10 @@ self: { }: mkDerivation { pname = "netwire-input-glfw"; - version = "0.0.2"; - sha256 = "17rm2z931bvylcw3p9x2dkppyrqi6qgfyb03cdwr5iyasq5cjjvx"; + version = "0.0.3"; + sha256 = "04flihwgs4wibhppyjw7x23s2629rbywafbv9dmdcda6bv6d8qm3"; + isLibrary = true; + isExecutable = true; buildDepends = [ base containers GLFW-b mtl netwire-input stm ]; homepage = "https://www.github.com/Mokosha/netwire-input-glfw"; description = "GLFW instance of netwire-input"; @@ -85519,8 +85622,8 @@ self: { }: mkDerivation { pname = "network-attoparsec"; - version = "0.11.2"; - sha256 = "15ibasfam8c3gsq8szj6qpwf1gvcgdh3jq0a669dqh0mddx2a97v"; + version = "0.12.1"; + sha256 = "0nxd4rn4n87m5h3wi72rrm0bm7nx9b23bqsjbz3q05wi77cmg8c9"; buildDepends = [ attoparsec base bytestring enclosed-exceptions exceptions lifted-base monad-control mtl network transformers @@ -87607,6 +87710,7 @@ self: { pname = "opaleye"; version = "0.3.1"; sha256 = "188c5n0ywmvfsh4sbbwi3p82is92x770mlfdkdbfm4bsqnsc8905"; + editedCabalFile = "aad8d4a8bcd52a4668a5f04362af0a1443924b44369f753a184ae170a9a5ca9d"; buildDepends = [ attoparsec base case-insensitive contravariant old-locale postgresql-simple pretty product-profunctors profunctors semigroups @@ -87615,7 +87719,6 @@ self: { testDepends = [ base postgresql-simple product-profunctors profunctors time ]; - jailbreak = true; homepage = "https://github.com/tomjaguarpaw/haskell-opaleye"; description = "An SQL-generating DSL targeting PostgreSQL"; license = stdenv.lib.licenses.bsd3; @@ -94095,10 +94198,9 @@ self: { pname = "product-profunctors"; version = "0.6"; sha256 = "1qhl2v0shzip5yh7x7b6k7xsnd4d5spf1f69h0qr0l57lm6jywl4"; - editedCabalFile = "49b845d840379a6920f4dde4d88ce96a4b7b98760410db0874ed9a322b113d32"; + editedCabalFile = "d0b625cde02d967598b57bca429c61e9496b164b36db238b8f896d649230f4d1"; buildDepends = [ base contravariant profunctors template-haskell ]; testDepends = [ base profunctors ]; - jailbreak = true; homepage = "https://github.com/tomjaguarpaw/product-profunctors"; description = "product-profunctors"; license = stdenv.lib.licenses.bsd3; @@ -94175,8 +94277,8 @@ self: { }: mkDerivation { pname = "profunctors"; - version = "4.4"; - sha256 = "0q4ixqv4gkvxx3wsyvp0hys11h4mms90lvka1hp1ni3h739z7kyj"; + version = "4.4.1"; + sha256 = "1x5q4bc18cyxajv39xxbxzgpq75xzrhx450n8rc3p8gir92hx645"; buildDepends = [ base comonad distributive semigroupoids tagged transformers ]; @@ -96414,15 +96516,15 @@ self: { }) {}; "rasterific-svg" = callPackage - ({ mkDerivation, attoparsec, base, binary, blaze-html, bytestring - , containers, directory, filepath, FontyFruity, JuicyPixels, lens - , linear, mtl, optparse-applicative, Rasterific, scientific - , svg-tree, text, transformers, vector + ({ mkDerivation, base, binary, bytestring, containers, directory + , filepath, FontyFruity, JuicyPixels, lens, linear, mtl + , optparse-applicative, Rasterific, scientific, svg-tree, text + , transformers, vector }: mkDerivation { pname = "rasterific-svg"; - version = "0.1.0.2"; - sha256 = "1jn6cj7baph2jvihr9aqrxcqwbn1vaa125n2d39s8ib6yar5x3sq"; + version = "0.1.0.3"; + sha256 = "1qzvqbkgj97wdiknlas57z2lfi311v0b5w68z6ni2il8hnnjrj64"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -96430,10 +96532,6 @@ self: { JuicyPixels lens linear mtl optparse-applicative Rasterific scientific svg-tree text transformers vector ]; - testDepends = [ - attoparsec base binary blaze-html bytestring directory filepath - FontyFruity JuicyPixels linear Rasterific svg-tree text - ]; description = "SVG renderer based on Rasterific"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -97123,24 +97221,23 @@ self: { "redis-io" = callPackage ({ mkDerivation, async, attoparsec, auto-update, base, bytestring - , bytestring-conversion, containers, exceptions, mtl, network - , operational, redis-resp, resource-pool, tasty, tasty-hunit, time - , tinylog, transformers + , bytestring-conversion, containers, exceptions, monad-control, mtl + , network, operational, redis-resp, resource-pool, tasty + , tasty-hunit, time, tinylog, transformers, transformers-base }: mkDerivation { pname = "redis-io"; - version = "0.3.1"; - sha256 = "13ggija8f8mxdcslm94731cb2bq9jzjr979xybzy4c8csla49yhx"; + version = "0.4.1"; + sha256 = "0xd0dwkh8l7m75fp7sla8wf07hlgjlgqkpsj9cnwfg4g1gyx2yy2"; buildDepends = [ - attoparsec auto-update base bytestring containers exceptions mtl - network operational redis-resp resource-pool time tinylog - transformers + attoparsec auto-update base bytestring containers exceptions + monad-control mtl network operational redis-resp resource-pool time + tinylog transformers transformers-base ]; testDepends = [ async base bytestring bytestring-conversion containers redis-resp tasty tasty-hunit tinylog transformers ]; - jailbreak = true; homepage = "https://github.com/twittner/redis-io/"; description = "Yet another redis client"; license = "unknown"; @@ -97351,8 +97448,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "reflection"; - version = "1.5.1.1"; - sha256 = "0756jd8idkjfdpw3n9kwi57c2gqcv3g2ydzbpd8mzzhgglsn2zsv"; + version = "1.5.1.2"; + sha256 = "09fs42gmhdgfag7k4gm19l63sz5b1sxw6s3hgszpcnnsbv1g9ad4"; buildDepends = [ base template-haskell ]; homepage = "http://github.com/ekmett/reflection"; description = "Reifies arbitrary terms into types that can be reflected back into terms"; @@ -98375,6 +98472,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) llvm;}; + "repa-array" = callPackage + ({ mkDerivation, base, bytestring, double-conversion, mtl + , primitive, repa-eval, repa-stream, text, vector + }: + mkDerivation { + pname = "repa-array"; + version = "4.0.0.2"; + sha256 = "0169fqf07yqpx93n8qlq3yfnqv9rhc19r1a6rcvbrva7h8kh04nb"; + buildDepends = [ + base bytestring double-conversion mtl primitive repa-eval + repa-stream text vector + ]; + jailbreak = true; + homepage = "http://repa.ouroborus.net"; + description = "Bulk array representations and operators"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "repa-bytestring" = callPackage ({ mkDerivation, base, repa }: mkDerivation { @@ -98402,6 +98517,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) libdevil;}; + "repa-eval" = callPackage + ({ mkDerivation, base, ghc-prim }: + mkDerivation { + pname = "repa-eval"; + version = "4.0.0.1"; + sha256 = "0vng0y835gma937q1996qghfzx06wabxf7ln8ckrwy5djzza8h9y"; + buildDepends = [ base ghc-prim ]; + homepage = "http://repa.ouroborus.net"; + description = "Low-level parallel operators on bulk random-accessble arrays"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "repa-examples" = callPackage ({ mkDerivation, base, llvm, QuickCheck, random, repa , repa-algorithms, repa-io, template-haskell, vector @@ -98438,6 +98565,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "repa-flow" = callPackage + ({ mkDerivation, base, bytestring, containers, directory, filepath + , primitive, repa-array, repa-eval, repa-stream, text, vector + }: + mkDerivation { + pname = "repa-flow"; + version = "4.0.0.2"; + sha256 = "1kznd1dl4rxwbc0k9asrwqm4pygq97x95g3zmy9v6lhbm6p1kpsd"; + buildDepends = [ + base bytestring containers directory filepath primitive repa-array + repa-eval repa-stream text vector + ]; + homepage = "http://repa.ouroborus.net"; + description = "Data-parallel data flows"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "repa-io" = callPackage ({ mkDerivation, base, binary, bmp, bytestring, old-time, repa , vector @@ -98501,6 +98645,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "repa-stream" = callPackage + ({ mkDerivation, base, mtl, primitive, vector }: + mkDerivation { + pname = "repa-stream"; + version = "4.0.0.1"; + sha256 = "0vvkgazq30skj9yr763vc5vs3zacjssvyqci721n99j7h8my7r9x"; + buildDepends = [ base mtl primitive vector ]; + jailbreak = true; + homepage = "http://repa.ouroborus.net"; + description = "Stream functions not present in the vector library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "repa-v4l2" = callPackage ({ mkDerivation, base, bmp, bytestring, containers, deepseq, gloss , mtl, repa, transformers, v4l2, vector @@ -102010,7 +102167,7 @@ self: { description = "Binding to libSDL2-ttf"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; - }) { inherit (pkgs) SDL2; SDL2_ttf = null;}; + }) { inherit (pkgs) SDL2; inherit (pkgs) SDL2_ttf;}; "sdnv" = callPackage ({ mkDerivation, base, binary, bytestring }: @@ -105364,10 +105521,9 @@ self: { ({ mkDerivation, base, linear, vector }: mkDerivation { pname = "smoothie"; - version = "0.1.0.1"; - sha256 = "1gr36qbc1d6j3mhgpyxc08qkgk11kdpschvclh06jlcq3h2j62sy"; + version = "0.1.1"; + sha256 = "0v5bj96ggw2j4jqzj4k6rdzklr6j0bpjgvxryiyjjw97f9q8fiwx"; buildDepends = [ base linear vector ]; - jailbreak = true; homepage = "https://github.com/phaazon/smoothie"; description = "Smooth curves via several splines and polynomials"; license = stdenv.lib.licenses.bsd3; @@ -106698,14 +106854,14 @@ self: { }: mkDerivation { pname = "snowglobe"; - version = "3"; - sha256 = "1iaynfi1jsj4vx25n9xqliaq88dbrw5kd1d610wzcfxsvf7ilkly"; + version = "3.0.0.2"; + sha256 = "0l6hy0mza344k7m9skb6v9al611zgrrknhjdzx4ipqdd9zky9p23"; isLibrary = false; isExecutable = true; buildDepends = [ base bytestring containers gl-capture GLUT OpenGL OpenGLRaw random ]; - jailbreak = true; + homepage = "http://code.mathr.co.uk/snowglobe"; description = "randomized fractal snowflakes demo"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -107397,8 +107553,8 @@ self: { ({ mkDerivation, base, ghc-prim, stm, transformers }: mkDerivation { pname = "speculation"; - version = "1.5.0.1"; - sha256 = "1kjshccmfnigb2dxq0czn3c1ckdflz6bl1q60h38qp3rc7250ml0"; + version = "1.5.0.2"; + sha256 = "11d4v3x9phayx29lxl4na0b940ax27rjd867f7l9jb284p1rvhp5"; buildDepends = [ base ghc-prim stm transformers ]; homepage = "http://github.com/ekmett/speculation"; description = "A framework for safe, programmable, speculative parallelism"; @@ -110230,8 +110386,8 @@ self: { }: mkDerivation { pname = "svg-tree"; - version = "0.1.0.1"; - sha256 = "1yypbd94436c38qvgq5cfc1f9bpiq26faxb12s0xyl6551gr6rac"; + version = "0.1.0.2"; + sha256 = "1fyq0pnh6i49wdx29dg4r9i7nb4dqs36y651cmp6bxkszzqrqka5"; buildDepends = [ attoparsec base bytestring containers JuicyPixels lens linear mtl scientific text transformers vector xml @@ -110266,8 +110422,8 @@ self: { }: mkDerivation { pname = "svgcairo"; - version = "0.13.0.1"; - sha256 = "0s9hwvxj2nk7w9qkjkqr8ah8lgxl43v04sdvjibh15rj8w4j2hms"; + version = "0.13.0.2"; + sha256 = "1d1aicj2krij6n0dxv1da501jk5am8rl463ghppgp2amkdxdmk2d"; buildDepends = [ base cairo glib mtl text ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ librsvg ]; @@ -110307,8 +110463,8 @@ self: { ({ mkDerivation, attoparsec, base, bytestring, containers }: mkDerivation { pname = "svm-light-utils"; - version = "0.1.1"; - sha256 = "08mifhbmwmd0n0zvgbfzs3mgf5hdvrmn8w3wa6cqn0cqk58z0a2j"; + version = "0.1.2"; + sha256 = "1p2rnx045zw9qqd88m5ldx5p3xmbsi6rkdh1bfk6ab1a0krjiifa"; buildDepends = [ attoparsec base bytestring containers ]; homepage = "http://github.com/bgamari/svm-light-utils"; description = "Parsers and formatters for the SVMlight input file format"; @@ -113877,14 +114033,16 @@ self: { }) {}; "th-orphans" = callPackage - ({ mkDerivation, base, hspec, template-haskell, th-lift + ({ mkDerivation, base, hspec, mtl, nats, template-haskell, th-lift , th-reify-many }: mkDerivation { pname = "th-orphans"; - version = "0.9.1"; - sha256 = "04l9alpx51lqsw5l70krjjaf914wi1bmghcak514kyahv1xdcc8q"; - buildDepends = [ base template-haskell th-lift th-reify-many ]; + version = "0.11.0"; + sha256 = "1z7k0scz08s9c8fxvfsrfb8da5cgvnzr26mzj4cbz8syarygs9dk"; + buildDepends = [ + base mtl nats template-haskell th-lift th-reify-many + ]; testDepends = [ base hspec template-haskell ]; description = "Orphan instances for TH datatypes"; license = stdenv.lib.licenses.bsd3; @@ -114696,19 +114854,14 @@ self: { }) {}; "time-patterns" = callPackage - ({ mkDerivation, base, intervals, lens, profunctors, thyme - , vector-space - }: + ({ mkDerivation, base, intervals, lens, thyme, vector-space }: mkDerivation { pname = "time-patterns"; - version = "0.1.2.0"; - sha256 = "1mjm40gwy3ddk844y7k8rjdb9zpw2rdz39d3n6mm8kbf36bh5fxq"; - buildDepends = [ - base intervals lens profunctors thyme vector-space - ]; - jailbreak = true; + version = "0.1.3.1"; + sha256 = "17gfin2bd6zsk3ij4hdh5xddlki0kb05mq9xkmvly9ka39gsr82n"; + buildDepends = [ base intervals lens thyme vector-space ]; homepage = "https://bitbucket.org/jfmueller/time-patterns"; - description = "Patterns for reccurring events"; + description = "Patterns for recurring events"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -115580,8 +115733,8 @@ self: { ({ mkDerivation, base, containers, mtl, pretty }: mkDerivation { pname = "traced"; - version = "2014.11.15"; - sha256 = "17yrlfn54il2xf8xnl1b06cwnmmyzkqxb0k7pqycrjmwsxzqkig2"; + version = "3000"; + sha256 = "1pniabsbybhjvlq4dmys8sxc1r8rhalsahdr3hbvif287h610hi9"; buildDepends = [ base containers mtl pretty ]; description = "Simple evaluation trace"; license = stdenv.lib.licenses.bsd3; @@ -115682,12 +115835,12 @@ self: { license = stdenv.lib.licenses.gpl3; }) {}; - "transformers_0_4_2_0" = callPackage + "transformers_0_4_3_0" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "transformers"; - version = "0.4.2.0"; - sha256 = "0a364zfcm17mhpy0c4ms2j88sys4yvgd6071qsgk93la2wjm8mkr"; + version = "0.4.3.0"; + sha256 = "179sbhvc9dghyw58hz80109pbrzgh7vh437227a51jhmx2bsgl5k"; buildDepends = [ base ]; description = "Concrete functor and monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -119202,6 +119355,47 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "users" = callPackage + ({ mkDerivation, aeson, base, path-pieces, text, time }: + mkDerivation { + pname = "users"; + version = "0.1.0.0"; + sha256 = "1svybj4sdkvcf1d5hm82szrc3s1rql9fcd8xxl1873qrvj4idjqq"; + buildDepends = [ aeson base path-pieces text time ]; + homepage = "https://github.com/agrafix/users"; + description = "A library simplifying user management for web applications"; + license = stdenv.lib.licenses.mit; + }) {}; + + "users-postgresql-simple" = callPackage + ({ mkDerivation, aeson, base, bytestring, hspec, mtl + , postgresql-simple, text, time, users, users-test, uuid + }: + mkDerivation { + pname = "users-postgresql-simple"; + version = "0.1.0.1"; + sha256 = "1k0dmh3m7998x7rqrxiwfgvsw26cwk3fw923m2dyxrifyaqzc5lk"; + buildDepends = [ + aeson base bytestring mtl postgresql-simple text time users uuid + ]; + testDepends = [ base hspec postgresql-simple users-test ]; + homepage = "https://github.com/agrafix/users"; + description = "A PostgreSQL backend for the users package"; + license = stdenv.lib.licenses.mit; + }) {}; + + "users-test" = callPackage + ({ mkDerivation, aeson, base, hspec, text, users }: + mkDerivation { + pname = "users-test"; + version = "0.1.0.0"; + sha256 = "0r3k89j5ljdp24286xirkx6arcaagljvfvgi1qzc6r6imcnbgim6"; + buildDepends = [ aeson base hspec text users ]; + homepage = "https://github.com/agrafix/users"; + description = "Library to test backends for the users library"; + license = stdenv.lib.licenses.mit; + }) {}; + "utc" = callPackage ({ mkDerivation, attoparsec, base, bytestring, Cabal, clock , QuickCheck, test-framework, test-framework-quickcheck2, text @@ -119745,6 +119939,22 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "validate-input" = callPackage + ({ mkDerivation, base, bytestring, either, mtl, pcre-heavy + , stringable, text + }: + mkDerivation { + pname = "validate-input"; + version = "0.1.0.0"; + sha256 = "1xbpgc2zkaszjydy15ir11vlrwg4pgclm6ldnjxmv3p2v1cswxq6"; + buildDepends = [ + base bytestring either mtl pcre-heavy stringable text + ]; + homepage = "https://github.com/agrafix/validate-input"; + description = "Input validation combinator library"; + license = stdenv.lib.licenses.mit; + }) {}; + "validation" = callPackage ({ mkDerivation, base, bifunctors, directory, doctest, filepath , lens, mtl, QuickCheck, semigroupoids, semigroups @@ -119918,6 +120128,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "vcache-trie" = callPackage + ({ mkDerivation, array, base, bytestring, bytestring-builder + , vcache + }: + mkDerivation { + pname = "vcache-trie"; + version = "0.1"; + sha256 = "0aln3vin1jah4c7hnhdbm4w5vsiqf3kgf48z6xdyzc0zwhv7mf1k"; + buildDepends = [ array base bytestring bytestring-builder vcache ]; + homepage = "http://github.com/dmbarbour/haskell-vcache-trie"; + description = "patricia tries modeled above VCache"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "vcard" = callPackage ({ mkDerivation, base, bytestring, containers, mime-directory }: mkDerivation { @@ -121866,8 +122090,8 @@ self: { }: mkDerivation { pname = "warp"; - version = "3.0.9.2"; - sha256 = "0wr41drsklxkxl733v78fn05f8ylq7cq49hw3r4axrfmsmwd13p4"; + version = "3.0.9.3"; + sha256 = "1v4h60d5sbqmam17jnx4hvmvdsw5hd97bj8h9c5961d2xjgpzi6d"; buildDepends = [ array auto-update base blaze-builder bytestring case-insensitive ghc-prim hashable http-date http-types iproute network @@ -123934,8 +124158,8 @@ self: { }: mkDerivation { pname = "xcffib"; - version = "0.1.5"; - sha256 = "1awflg2z6ixxngdy393q892anwpdibximkz21y95n022hl0wzlbr"; + version = "0.2.0"; + sha256 = "1388nw6ikk8myqq9h9if3fkdlxhzj7fs9l3hyfiv77k499j3iln9"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -123946,10 +124170,9 @@ self: { base filepath HUnit language-python test-framework test-framework-hunit xcb-types ]; - jailbreak = true; homepage = "http://github.com/tych0/xcffib"; description = "A cffi-based python binding for X"; - license = stdenv.lib.licenses.mit; + license = "unknown"; }) {}; "xchat-plugin" = callPackage @@ -124810,12 +125033,12 @@ self: { , containers, dbus, directory, filepath, hinotify, HTTP, libmpd , libXpm, libXrandr, mtl, old-locale, parsec, process, regex-compat , stm, time, timezone-olson, timezone-series, transformers, unix - , utf8-string, wirelesstools, X11, X11-xft + , utf8-string, wirelesstools, X11, X11-xft, Xrender }: mkDerivation { pname = "xmobar"; - version = "0.22.1"; - sha256 = "0mnwwcfk0xf4fi3cnw19s6lxcg8sbsdlvg7zwvf5xf0y9q365swz"; + version = "0.23"; + sha256 = "0nl3md4d8mzdch2i79ax09brwvm1d6b3rfxy52zbg4z05iv6grdv"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -124824,13 +125047,13 @@ self: { regex-compat stm time timezone-olson timezone-series transformers unix utf8-string X11 X11-xft ]; - extraLibraries = [ libXpm libXrandr wirelesstools ]; + extraLibraries = [ libXpm libXrandr wirelesstools Xrender ]; configureFlags = [ "-fall_extensions" ]; homepage = "http://xmobar.org"; description = "A Minimalistic Text Based Status Bar"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs.xlibs) libXpm; inherit (pkgs.xlibs) libXrandr; - inherit (pkgs) wirelesstools;}; + }) { Xrender = null; inherit (pkgs.xlibs) libXpm; + inherit (pkgs.xlibs) libXrandr; inherit (pkgs) wirelesstools;}; "xmonad" = callPackage ({ mkDerivation, base, containers, directory, extensible-exceptions @@ -125317,17 +125540,18 @@ self: { }) {}; "yabi-muno" = callPackage - ({ mkDerivation, base, bytestring, containers, lens, mtl, parsec - , yabi + ({ mkDerivation, base, bytestring, containers, lens, mtl + , mtl-compat, parsec }: mkDerivation { pname = "yabi-muno"; - version = "0.1.0.0"; - sha256 = "15p0bb3mclxxg3rmgx1im30l4s58msv5vvsm9wc6m9x79yyk9h8m"; + version = "0.1.0.1"; + sha256 = "169ndqawpkaj43iq6mbddqxprc7w6lsv3ws8a7cq7nmyn7n3r0jg"; isLibrary = true; isExecutable = true; - buildDepends = [ base bytestring containers lens mtl parsec yabi ]; - jailbreak = true; + buildDepends = [ + base bytestring containers lens mtl mtl-compat parsec + ]; description = "Yet Another Brainfuck Interpreter"; license = stdenv.lib.licenses.mit; }) {}; @@ -125504,8 +125728,8 @@ self: { }: mkDerivation { pname = "yaml-light-lens"; - version = "0.3.1.6"; - sha256 = "0f1wlq0j1xxz183siwhrrm67p35bbbyz4qi7f6qjwpy2qcn9zpyl"; + version = "0.3.1.7"; + sha256 = "0r6gkvxcd598c52z1s4rzbc80xgc571jcr3p5h0bwkn93b8bj5vf"; buildDepends = [ base bytestring bytestring-lexing containers lens yaml-light ]; @@ -127253,8 +127477,8 @@ self: { }: mkDerivation { pname = "yi-rope"; - version = "0.7.0.0"; - sha256 = "123p0m31h8qa53jl2sd646s1hrs5qnb7y82y7bzgg2zny4qqw9a2"; + version = "0.7.0.1"; + sha256 = "190rb5rbvdzy4d52dj3ih0kwzigh7v0fg412p3848pkv3836vmg0"; buildDepends = [ base binary bytestring charsetdetect-ae data-default deepseq fingertree text text-icu @@ -127932,10 +128156,9 @@ self: { ({ mkDerivation, base, bytestring, profunctors, zlib }: mkDerivation { pname = "zlib-lens"; - version = "0.1.1.1"; - sha256 = "1j37ic4v4q1wwysm4gf41f5bxd8ywr4qnqpxscigm0ghbwfs7f1z"; + version = "0.1.1.2"; + sha256 = "13zfh0639881nfxibl501f1b3ci9pjvhvdid2l5sf2na8kmpzr61"; buildDepends = [ base bytestring profunctors zlib ]; - jailbreak = true; homepage = "http://lens.github.io/"; description = "Lenses for zlib"; license = stdenv.lib.licenses.bsd3;