diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 628133d9f62b..e1bc898261e8 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1630,18 +1630,19 @@ self: { }) {}; "CCA" = callPackage - ({ mkDerivation, array, base, containers, ghc-prim, haskell-src - , syb, template-haskell + ({ mkDerivation, array, base, containers, ghc-prim, happy + , haskell-src, syb, template-haskell }: mkDerivation { pname = "CCA"; - version = "0.1.5"; - sha256 = "04wiyx9z73b3m6j2mck21hngw30jvic8zg9rqpp95kjqr1bl914s"; + version = "0.1.5.1"; + sha256 = "11q33gpaiyvmd6amlh48k4i3wrj6axrnvyrvsrg6xhnlvvbibvwj"; isLibrary = true; isExecutable = true; buildDepends = [ array base containers ghc-prim haskell-src syb template-haskell ]; + buildTools = [ happy ]; homepage = "not available"; description = "preprocessor and library for Causal Commutative Arrows (CCA)"; license = stdenv.lib.licenses.bsd3; @@ -7179,6 +7180,7 @@ self: { pname = "HaskellNet"; version = "0.4.1"; sha256 = "1zm7h76vzn3amgz3c862a4531dvmw0f4rvdw3l2gafrlnwpmvay9"; + editedCabalFile = "b935aab9d2a5b0d2c66c5d4db07cf81597fbdc10da42af04f690ccfe15bc0feb"; buildDepends = [ array base base64-string bytestring cryptohash mime-mail mtl network old-time pretty text @@ -13562,8 +13564,8 @@ self: { }: mkDerivation { pname = "UISF"; - version = "0.3.0.0"; - sha256 = "1sd6jwbih1kk209crnqvc39k044ix5gd12kg3d4bfj619325bb1n"; + version = "0.3.0.1"; + sha256 = "0qfhcc0ii7nncfsyxvafwbrx8j6jjdc0jrj56g8jm8vmzsa082kp"; buildDepends = [ arrows base containers deepseq GLFW OpenGL stm transformers ]; @@ -18432,8 +18434,8 @@ self: { }: mkDerivation { pname = "arbtt"; - version = "0.8.1.4"; - sha256 = "15ydb425nvqfzajx09q713wy5xa7awbzfjlsidk17vf7qbhfjn7z"; + version = "0.9"; + sha256 = "1076fy65b0qzjind3zm170ws8dq76f34n4b0gjn98v4a0nsk60xw"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -18447,7 +18449,6 @@ self: { tasty-hunit time transformers unix utf8-string ]; extraLibraries = [ libXScrnSaver ]; - jailbreak = true; homepage = "http://arbtt.nomeata.de/"; description = "Automatic Rule-Based Time Tracker"; license = "GPL"; @@ -21858,6 +21859,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "binary-store" = callPackage + ({ mkDerivation, base, binary, binary-list, binary-transform + , bytestring, bzlib, deepseq, QuickCheck, reinterpret-cast, tasty + , tasty-quickcheck + }: + mkDerivation { + pname = "binary-store"; + version = "0.1.0.1"; + sha256 = "1wjhc18zj6p5gy15y1b7gz0vlqdbwhmfyv82l55ggmzjv1qyv7rl"; + buildDepends = [ + base binary binary-list binary-transform bytestring bzlib deepseq + reinterpret-cast + ]; + testDepends = [ + base binary-list QuickCheck tasty tasty-quickcheck + ]; + jailbreak = true; + description = "Format to store data using the binary transform"; + license = stdenv.lib.licenses.bsd3; + broken = true; + }) { binary-transform = null;}; + "binary-streams" = callPackage ({ mkDerivation, base, binary, bytestring, Cabal , cabal-test-quickcheck, io-streams, QuickCheck @@ -23073,13 +23096,12 @@ self: { }: mkDerivation { pname = "bitstream"; - version = "0.2.0.3"; - sha256 = "0vskdlaczkv4szrnhhllfvmhvil58ra1qwjzhjkchgmvhx4b6jzq"; + version = "0.2.0.4"; + sha256 = "1j00r6jv9yp0h476gz7yalrlnxhkrdrl1w73d3zl98kyf207q2sy"; buildDepends = [ base base-unicode-symbols bytestring vector ]; testDepends = [ base base-unicode-symbols bytestring QuickCheck vector ]; - jailbreak = true; homepage = "https://github.com/phonohawk/bitstream"; description = "Fast, packed, strict and lazy bit streams with stream fusion"; license = stdenv.lib.licenses.publicDomain; @@ -23992,13 +24014,13 @@ self: { }) {}; "boxes" = callPackage - ({ mkDerivation, base, split }: + ({ mkDerivation, base, QuickCheck, split }: mkDerivation { pname = "boxes"; - version = "0.1.3"; - sha256 = "1sia3j0x7m68j6j9n7bi1l1yg56ivpkxd95l19xl5vpkg03qizkq"; - editedCabalFile = "3d70cb4fcd2725246b104cff33d5d79fac5da97b688ab4b440e75f8970bf0484"; + version = "0.1.4"; + sha256 = "1n7xiplzd3s1a39nizwjcgsh3wi2348mp21c3fk19v98ialfjgjf"; buildDepends = [ base split ]; + testDepends = [ base QuickCheck split ]; description = "2D text pretty-printing library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25119,8 +25141,8 @@ self: { }: mkDerivation { pname = "cabal-debian"; - version = "4.19.1"; - sha256 = "0qfqw240kvbmddw0d540s2x0gbpxszidas1kprrsmjqb5ysba77r"; + version = "4.20.1"; + sha256 = "11wl87df4l0djgxpdq7mw8cndjka62fhdks1qg7fhljh26zb659l"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -30668,15 +30690,15 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "containers_0_5_6_2" = callPackage + "containers_0_5_6_3" = callPackage ({ mkDerivation, array, base, ChasingBottoms, deepseq, ghc-prim , HUnit, QuickCheck, test-framework, test-framework-hunit , test-framework-quickcheck2 }: mkDerivation { pname = "containers"; - version = "0.5.6.2"; - sha256 = "1r9dipm2bw1dvdjyb2s1j9qmqy8xzbldgiz7a885fz0p1ygy9bdi"; + version = "0.5.6.3"; + sha256 = "1kcd55nl0vzi99i8sr8fmc5j25fv7m0a9hd3nihnq1pd64pfciqn"; buildDepends = [ array base deepseq ghc-prim ]; testDepends = [ array base ChasingBottoms deepseq ghc-prim HUnit QuickCheck @@ -40227,6 +40249,7 @@ self: { pname = "entropy"; version = "0.3.4.1"; sha256 = "10myxs2a7838sywnlfggpsd7lmvzphl10zdh1vbbi18n3x79gyk0"; + editedCabalFile = "a7770a86c27d5d48a82b519e9eed75d276ffc2ca942275d0b901299109b590bc"; buildDepends = [ base bytestring unix ]; homepage = "https://github.com/TomMD/entropy"; description = "A platform independent entropy source"; @@ -46519,8 +46542,8 @@ self: { ({ mkDerivation, base, ghc, syb }: mkDerivation { pname = "ghc-syb-utils"; - version = "0.2.2"; - sha256 = "03r4x3a4hjivxladlw23jk8s2pgfh85lqf196ks1ngyg6ih1g6lk"; + version = "0.2.3"; + sha256 = "0rxwdivpcppwzbqglbrz8rm9f4g1gmba9ij7p7aj3di9x37kzxky"; buildDepends = [ base ghc syb ]; homepage = "http://github.com/nominolo/ghc-syb"; description = "Scrap Your Boilerplate utilities for the GHC API"; @@ -55806,6 +55829,7 @@ self: { pname = "heist"; version = "0.14.0.1"; sha256 = "1nhksdn95v35ymml3kgm70axjl4vkjfvj1wvlcm1a1frlnbk993w"; + editedCabalFile = "6cc46649ab05899f5c784e81e2dcbda7b9c2f1da43cdefa7dc3462ae59c71eae"; buildDepends = [ aeson attoparsec base blaze-builder blaze-html bytestring containers directory directory-tree dlist errors filepath hashable @@ -65240,13 +65264,14 @@ self: { , boehmgc, bytestring, cheapskate, containers, deepseq, directory , filepath, fingertree, gmp, happy, haskeline, lens, libffi, mtl , network, optparse-applicative, parsers, pretty, process, split - , text, time, transformers, trifecta, unix, unordered-containers - , utf8-string, vector, vector-binary-instances, xml, zlib + , text, time, transformers, trifecta, uniplate, unix + , unordered-containers, utf8-string, vector + , vector-binary-instances, xml, zlib }: mkDerivation { pname = "idris"; - version = "0.9.15.1"; - sha256 = "0r31jcqs9kgknm66v7bbcgj9md7z49sgvn0nhk1dwg8jj2rmfll8"; + version = "0.9.16"; + sha256 = "0mnjq05v145jyj2m2v2a33ibpyf788x63agcnlb33y21684mhvcm"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -65254,7 +65279,7 @@ self: { base64-bytestring binary blaze-html blaze-markup bytestring cheapskate containers deepseq directory filepath fingertree haskeline lens libffi mtl network optparse-applicative parsers - pretty process split text time transformers trifecta unix + pretty process split text time transformers trifecta uniplate unix unordered-containers utf8-string vector vector-binary-instances xml zlib ]; @@ -67213,12 +67238,12 @@ self: { }) {}; "iso3166-country-codes" = callPackage - ({ mkDerivation, base, http-conduit }: + ({ mkDerivation, base }: mkDerivation { pname = "iso3166-country-codes"; - version = "0.20140203.6"; - sha256 = "1pmlrqfav9d7pij5kri9q18bhamdj3phl1jrfd3dxbm8ambp57bd"; - buildDepends = [ base http-conduit ]; + version = "0.20140203.7"; + sha256 = "1cfmrkrx5wdcr8rrwakhmv0a5bxipxc3l7p4z5nxzl5nrjrli79s"; + buildDepends = [ base ]; description = "A datatype for ISO 3166 country codes"; license = "LGPL"; }) {}; @@ -71251,8 +71276,8 @@ self: { }: mkDerivation { pname = "learning-hmm"; - version = "0.3.0.1"; - sha256 = "1cwiv96d655bz591gw7hgciwlh801k661llfbzp5ilf5rirzy0g1"; + version = "0.3.1.0"; + sha256 = "12sfx2dmlv290ycy29nxjrxsl55q0qhyrcfn0z2nwmx0gvprpgyh"; buildDepends = [ base containers deepseq hmatrix random-fu random-source vector ]; @@ -72186,24 +72211,23 @@ self: { }) { libsystemd-daemon = null; systemd-daemon = null;}; "libsystemd-journal" = callPackage - ({ mkDerivation, base, bytestring, hashable, hsyslog, libsystemd - , pipes, pipes-safe, text, transformers, uniplate, unix-bytestring - , unordered-containers, uuid, vector + ({ mkDerivation, base, bytestring, hashable, hsyslog, pipes + , pipes-safe, systemd, text, transformers, uniplate + , unix-bytestring, unordered-containers, uuid, vector }: mkDerivation { pname = "libsystemd-journal"; - version = "1.3.0"; - sha256 = "0cl5sjkk8a5hxhavjwdpbwx5pcylh3izm56z9sjndciczyrw0hjd"; + version = "1.3.1"; + sha256 = "1i66w6dhycvi3d0vnws91mc0k9v46qr0zpc35yliv1paipm1s51a"; buildDepends = [ base bytestring hashable hsyslog pipes pipes-safe text transformers uniplate unix-bytestring unordered-containers uuid vector ]; - pkgconfigDepends = [ libsystemd ]; - jailbreak = true; + pkgconfigDepends = [ systemd ]; homepage = "http://github.com/ocharles/libsystemd-journal"; description = "Haskell bindings to libsystemd-journal"; license = stdenv.lib.licenses.bsd3; - }) { libsystemd = null;}; + }) { inherit (pkgs) systemd;}; "libtagc" = callPackage ({ mkDerivation, base, bytestring, glib, tag_c, taglib_c }: @@ -81510,6 +81534,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "newtype-deriving" = callPackage + ({ mkDerivation, base, base-prelude, monad-control + , template-haskell, transformers, transformers-base + }: + mkDerivation { + pname = "newtype-deriving"; + version = "0.1.1"; + sha256 = "16rfzkmay9gpy75l56i6ra6vjramvq8dwpq0adsh7xqpx101cd21"; + buildDepends = [ + base base-prelude monad-control template-haskell transformers + transformers-base + ]; + homepage = "https://github.com/nikita-volkov/newtype-deriving"; + description = "Instance derivers for newtype wrappers"; + license = stdenv.lib.licenses.mit; + }) {}; + "newtype-generics" = callPackage ({ mkDerivation, base, hspec, HUnit }: mkDerivation { @@ -90874,16 +90915,16 @@ self: { }) {}; "random-fu" = callPackage - ({ mkDerivation, base, erf, logfloat, math-functions, monad-loops + ({ mkDerivation, base, erf, log-domain, math-functions, monad-loops , mtl, random-shuffle, random-source, rvar, syb, template-haskell , transformers, vector }: mkDerivation { pname = "random-fu"; - version = "0.2.6.1"; - sha256 = "04fi92szpjyg0ffgxfayz00vpiqi67hzyahhin12wvw3pxbyyp9g"; + version = "0.2.6.2"; + sha256 = "1j7zr7h860vjwlh9d9sj319xs44ly2vyzn3s72c5qc39r0yv00ng"; buildDepends = [ - base erf logfloat math-functions monad-loops mtl random-shuffle + base erf log-domain math-functions monad-loops mtl random-shuffle random-source rvar syb template-haskell transformers vector ]; homepage = "https://github.com/mokus0/random-fu"; @@ -93803,6 +93844,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "reverse-geocoding" = callPackage + ({ mkDerivation, aeson, base, iso3166-country-codes, lens + , lens-aeson, text, wreq + }: + mkDerivation { + pname = "reverse-geocoding"; + version = "0.1.0.1"; + sha256 = "12sp3ilyw4cqqqvlfn90fq1y573vccms0sgwsnnnsmljrj66jppp"; + buildDepends = [ + aeson base iso3166-country-codes lens lens-aeson text wreq + ]; + homepage = "https://github.com/jcristovao/reverse-geocoding"; + description = "Simple reverse geocoding using OpenStreeMap"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "reversi" = callPackage ({ mkDerivation, array, base, process }: mkDerivation { @@ -98829,8 +98886,8 @@ self: { ({ mkDerivation, base, process }: mkDerivation { pname = "simple-smt"; - version = "0.5.0"; - sha256 = "00ag8kfc7lf0lkmbrblxmz81vwd05ifnfh5wkd4s0432b9vljjmb"; + version = "0.5.3"; + sha256 = "0m3ghgh2ip22808cyx1babfkpj6v0ii6lmnwgrk8adaj5aif9dfg"; buildDepends = [ base process ]; description = "A simple way to interact with an SMT solver process"; license = stdenv.lib.licenses.bsd3; @@ -100444,6 +100501,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "snaplet-purescript" = callPackage + ({ mkDerivation, base, configurator, mtl, raw-strings-qq, shelly + , snap, snap-core, text + }: + mkDerivation { + pname = "snaplet-purescript"; + version = "0.1.0.0"; + sha256 = "04p1k9rrqn1y25fxdz15lgg43y2q5nd9q5r73qv27v3gn1qsr9y0"; + buildDepends = [ + base configurator mtl raw-strings-qq shelly snap snap-core text + ]; + jailbreak = true; + description = "Automatic (re)compilation of purescript projects"; + license = stdenv.lib.licenses.mit; + }) {}; + "snaplet-recaptcha" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring , configurator, heist, http-conduit, lens @@ -103680,13 +103753,12 @@ self: { }: mkDerivation { pname = "stripe"; - version = "0.8.1"; - sha256 = "0vmgj9n7q8ik31z7zzfjfv1qj8f8vrqn9cvk8kjp3k4shj25p7sy"; + version = "0.8.3"; + sha256 = "1lqz116lvj2444sf2j58dg1nkjwaxm9abrizp1zqkmixbl7ykaqh"; buildDepends = [ aeson base bytestring http-conduit http-types mtl text time unordered-containers utf8-string ]; - jailbreak = true; homepage = "https://github.com/michaelschade/hs-stripe"; description = "A Haskell implementation of the Stripe API"; license = stdenv.lib.licenses.bsd3; @@ -105826,7 +105898,7 @@ self: { mkDerivation { pname = "tasty-ant-xml"; version = "1.0.1"; - sha256 = "1wb9lm9rbk46g9cm2lpcrzh59zpcy270p824agg61bj1xb9jymsc"; + sha256 = "nil"; buildDepends = [ base containers generic-deriving ghc-prim mtl stm tagged tasty transformers xml @@ -107480,8 +107552,8 @@ self: { }: mkDerivation { pname = "th-desugar"; - version = "1.4.2"; - sha256 = "16l0khjx2wppnm9spp6mg659m95hxjkzfv3pjw5ays3z6clhx8b9"; + version = "1.4.2.1"; + sha256 = "1ys7j1hvvsl3pb8rrp336jw3q2cf0zfx12v8n4mz0wbg0xm7pwjr"; buildDepends = [ base containers mtl syb template-haskell ]; testDepends = [ base containers hspec HUnit mtl syb template-haskell @@ -109359,8 +109431,8 @@ self: { }: mkDerivation { pname = "transformers-abort"; - version = "0.5"; - sha256 = "1l1aid4y77rnjgca41iaflimkd7h3028kgg2yw6pszv11g12cavc"; + version = "0.5.0.1"; + sha256 = "0s0vvjii3h7vw8kg3xf1ig6fkxdw7z69czwdyg6nvsrcc9kbs9gm"; buildDepends = [ base data-default-class monad-control pointed semigroupoids transformers transformers-base @@ -109711,8 +109783,8 @@ self: { ({ mkDerivation, base, containers, template-haskell, time }: mkDerivation { pname = "true-name"; - version = "0.0.0.0"; - sha256 = "1c3lfsc9yg88k08pn57nvddi2aqqpsgx5ksa2x4h1brksiybx1ah"; + version = "0.0.0.1"; + sha256 = "1qp70i08hf7w90zyc4kz9hnyx8qaf925sy8x01r1z3dbxd473dgm"; buildDepends = [ base template-haskell ]; testDepends = [ base containers template-haskell time ]; homepage = "https://github.com/liyang/true-name"; @@ -112845,8 +112917,8 @@ self: { }: mkDerivation { pname = "uuagc"; - version = "0.9.52"; - sha256 = "04qa3ahaj544xsjba7zw411nmcs92qp9v2a3fn5cvns3xnh1l8b6"; + version = "0.9.52.1"; + sha256 = "1191a1jr1s76wjdrfzafy1ibf7a7xpg54dvwhwz4kr1jrc9jn2cq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -114299,8 +114371,8 @@ self: { }: mkDerivation { pname = "wai"; - version = "3.0.2.1"; - sha256 = "0aia14y1vy6yppfhwalmbcpnv1ypk8a08jbj05mk3w96hsaxnc19"; + version = "3.0.2.2"; + sha256 = "1whfpycwcj2xx81llvzgrmi5fxkjfqjipfdkld17jbd6klgfkyzc"; buildDepends = [ base blaze-builder bytestring http-types network text vault ]; @@ -114351,8 +114423,8 @@ self: { }: mkDerivation { pname = "wai-app-static"; - version = "3.0.0.5"; - sha256 = "1v3zy79s5y4rdp9m6mg8mynsajjdf9zjlx5q9lnfk0d8pq3k8bwl"; + version = "3.0.0.6"; + sha256 = "0ilwlawffvib1p98q5jcc5m2i93n7iwmszwlbkb3ihlh1wz5q2b8"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -115168,8 +115240,8 @@ self: { }: mkDerivation { pname = "warp-tls"; - version = "3.0.1.2"; - sha256 = "1xcfvk5b4hgcppmwh21fba26slsiywqfvmzhn0cgq2kvqdxn2s72"; + version = "3.0.1.3"; + sha256 = "0x0y1g79il7l3vx3888p6vjf7jpqwpc46xb54pl3cxw3j9jjd4gc"; buildDepends = [ base bytestring cprng-aes data-default-class network streaming-commons tls wai warp