diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7e0df39de71..aa86d17985c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1704,7 +1704,6 @@ self: { homepage = "not available"; description = "preprocessor and library for Causal Commutative Arrows (CCA)"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "CHXHtml" = callPackage @@ -1810,7 +1809,6 @@ self: { buildDepends = [ array base containers mtl parsec readline ]; description = "An interpreter of Hagino's Categorical Programming Language (CPL)"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "CSPM-CoreLanguage" = callPackage @@ -12929,7 +12927,6 @@ self: { homepage = "http://rwd.rdockins.name/shellac/home/"; description = "Readline backend module for Shellac"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "ShowF" = callPackage @@ -20588,7 +20585,6 @@ self: { ]; description = "Library for Nix expression dependency generation"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "autonix-deps-kf5" = callPackage @@ -20607,7 +20603,6 @@ self: { ]; description = "Generate dependencies for KDE 5 Nix expressions"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "autoproc" = callPackage @@ -26529,14 +26524,17 @@ self: { }) {}; "cabal-test-bin" = callPackage - ({ mkDerivation, base, directory, filepath, unix }: + ({ mkDerivation, base, directory, filepath, hspec, process + , regex-posix, unix + }: mkDerivation { pname = "cabal-test-bin"; - version = "0.1.3"; - sha256 = "0lsxw122gznchlf0zvpdl874wwnc4x8yfgg2sq8vllk2951ckafr"; - isLibrary = false; + version = "0.1.5"; + sha256 = "1qjshg9r6vh964mwsj0spsxcl3sdvll2znjd2hq4lw71va4iwm87"; + isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath unix ]; + testDepends = [ base hspec process regex-posix ]; description = "A program for finding temporary build file during cabal-test"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -28283,12 +28281,11 @@ self: { }: mkDerivation { pname = "chart-histogram"; - version = "0.4.4"; - sha256 = "0wa3f8qnv7yw7wgg5js3y5k6msd4jfysdqic1vzf5sxd5bz0ycp0"; + version = "0.4.5"; + sha256 = "0c1y4jaslzxlcmqhj5bgdcx76jw49asmnfgdvfkprf2siq154zba"; buildDepends = [ base Chart colour data-default-class lens vector ]; - jailbreak = true; description = "Easily render histograms with Chart"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33210,7 +33207,6 @@ self: { homepage = "https://github.com/mhwombat/creatur"; description = "Framework for artificial life experiments"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "crf-chain1" = callPackage @@ -42145,10 +42141,9 @@ self: { ({ mkDerivation, base, singletons, template-haskell, void }: mkDerivation { pname = "equational-reasoning"; - version = "0.2.0.4"; - sha256 = "1f94y6h7qg7rck7rxf6j8sygkh1xmfk0z1lr71inx6s74agjyc9j"; + version = "0.2.0.5"; + sha256 = "1i8c3wn0z7binnz9p62c2mrvzgb305h797pnf5pvj9zk0iqxg21k"; buildDepends = [ base singletons template-haskell void ]; - jailbreak = true; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42492,7 +42487,6 @@ self: { homepage = "https://github.com/GaloisInc/estimator"; description = "State-space estimation algorithms such as Kalman Filters"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "estimators" = callPackage @@ -42736,8 +42730,8 @@ self: { }: mkDerivation { pname = "eventstore"; - version = "0.6.0.1"; - sha256 = "0g93ya46lbq9z7n88ixrn61rivcls3lwpi2xz2z4kx5aschgcvm4"; + version = "0.7.0.0"; + sha256 = "1nc5y2j6yrns3nyy3jhp99qvkzfm0r36snbcy4982b5p21kgpi98"; buildDepends = [ aeson async base bytestring cereal containers network protobuf random sodium text time uuid @@ -44847,6 +44841,7 @@ self: { pname = "fixed"; version = "0.2.1"; sha256 = "1ayfya62ngcyyhi736fl5cd39iw568lkl16j4mliw3mi1cs2cic0"; + editedCabalFile = "ebdccc1365c476d64ebe64237dc19d65d2ad11e03c265a88367bdf185f4c6980"; buildDepends = [ base ]; homepage = "http://github.com/ekmett/fixed"; description = "Signed 15.16 precision fixed point arithmetic"; @@ -49300,8 +49295,8 @@ self: { }: mkDerivation { pname = "gl"; - version = "0.7.1"; - sha256 = "07qqmsjy0yv6v0fjkf131inzlaa8sfhznd1a4s4w4kgdfjcwn1c0"; + version = "0.7.2"; + sha256 = "1rarbvxffh2gvn8hz363z59lsjdjqmxc5m995z7lpibc6m4rh054"; buildDepends = [ base containers directory filepath fixed half hxt split transformers @@ -50734,7 +50729,6 @@ self: { homepage = "https://github.com/mhwombat/gray-extended"; description = "Gray encoding schemes"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "greencard" = callPackage @@ -50882,7 +50876,6 @@ self: { ]; description = "MySQL backend for the groundhog library"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "groundhog-postgresql" = callPackage @@ -50998,8 +50991,8 @@ self: { }: mkDerivation { pname = "growler"; - version = "0.4.0"; - sha256 = "0z05j8xxq4zs2n8v94mgl359kv6i8mi2q9avw40jc7pslm7qfr9v"; + version = "0.5.0"; + sha256 = "19h5fkhk1k70k79fp6h013y8rnv1ys46kpvxjmcfxac5nzhlbzid"; buildDepends = [ aeson base blaze-builder bytestring case-insensitive either http-types lens monad-control mtl pipes pipes-aeson pipes-wai @@ -54824,8 +54817,7 @@ self: { homepage = "http://github.com/cosbynator/haskakafka"; description = "Kafka bindings for Haskell"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; - }) { }; + }) { inherit (pkgs) rdkafka;}; "haskanoid" = callPackage ({ mkDerivation, base, freenect, hcwiid, IfElse, MissingH, mtl, SDL @@ -55147,7 +55139,6 @@ self: { homepage = "http://github.com/chrisdone/haskell-docs"; description = "A program to find and display the docs and type of a name"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "haskell-formatter" = callPackage @@ -57056,7 +57047,6 @@ self: { homepage = "http://github.com/achudnov/haxy"; description = "A simple HTTP proxy server library"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hayland" = callPackage @@ -59575,16 +59565,14 @@ self: { "hint" = callPackage ({ mkDerivation, base, directory, exceptions, extensible-exceptions , filepath, ghc, ghc-mtl, ghc-paths, HUnit, mtl, random, unix - , utf8-string }: mkDerivation { pname = "hint"; - version = "0.4.2.1"; - sha256 = "0nc545y1v3s1897f3ims7m37wnn288xyz1zb9sxqs6immdxyly0g"; - editedCabalFile = "e8d9cdfd463c48cbaea0dc6fecfdeddb0a8a2076a8c127fc14cde6017aa64ac6"; + version = "0.4.2.2"; + sha256 = "1gv4nmwqp8xxvz90g9k48bixpc3cabx8591vj1zv6aah8fbng06w"; buildDepends = [ base directory exceptions extensible-exceptions filepath ghc - ghc-mtl ghc-paths mtl random unix utf8-string + ghc-mtl ghc-paths mtl random unix ]; testDepends = [ base directory exceptions extensible-exceptions filepath HUnit mtl @@ -60143,7 +60131,6 @@ self: { homepage = "https://github.com/gebner/hledger-diff"; description = "Compares the transactions in two ledger files"; license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hledger-interest" = callPackage @@ -62225,7 +62212,6 @@ self: { jailbreak = true; description = "Haskell bindings to libpqtypes"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) postgresql;}; "hprotoc" = callPackage @@ -64206,7 +64192,6 @@ self: { homepage = "https://github.com/mrdomino/hsnock/"; description = "Nock 5K interpreter"; license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hsnoise" = callPackage @@ -66124,7 +66109,6 @@ self: { homepage = "https://github.com/GaloisInc/http-server"; description = "A library for writing Haskell web servers"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "http-shed" = callPackage @@ -66750,8 +66734,8 @@ self: { }: mkDerivation { pname = "hxt"; - version = "9.3.1.12"; - sha256 = "132y82d9vc8vl9vy912s5nk9aqvsn3dpan5xjw6rrm5yigdpwbdg"; + version = "9.3.1.13"; + sha256 = "07m565c34ifwm5gbj26xwsgc8dpardfy8prqjfdycpyc77s80pr6"; buildDepends = [ base binary bytestring containers deepseq directory filepath HUnit hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri @@ -67456,8 +67440,7 @@ self: { homepage = "http://github.com/dgvncsz0f/hzk"; description = "Haskell client library for Apache Zookeeper"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - }) { }; + }) { inherit (pkgs) zookeeper_mt;}; "hzulip" = callPackage ({ mkDerivation, aeson, async, base, bytestring, conduit @@ -71919,8 +71902,8 @@ self: { }: mkDerivation { pname = "keyword-args"; - version = "0.1.0.5"; - sha256 = "050zm4fnz3a1wv5fgz192njzm1blpzrzy2jwahg97x9y6x514ya6"; + version = "0.2.0.1"; + sha256 = "1bzljlab62bdcjnq6n06rv2lcgs5mpwdhcrpxkdwk241np1iz12g"; isLibrary = true; isExecutable = true; buildDepends = [ base bytestring cassava containers parsec ]; @@ -74526,7 +74509,6 @@ self: { extraLibraries = [ archive ]; description = "Read many archive formats with libarchive and conduit"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) { archive = null;}; "libcspm" = callPackage @@ -77234,7 +77216,6 @@ self: { homepage = "https://github.com/bitc/lushtags"; description = "Create ctags compatible tags files for Haskell programs"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "luthor" = callPackage @@ -79212,7 +79193,6 @@ self: { homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/memscript"; description = "Command line utility for memorizing scriptures or any other text"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "mersenne-random" = callPackage @@ -79602,8 +79582,8 @@ self: { ({ mkDerivation, base, bytestring }: mkDerivation { pname = "mikmod"; - version = "0.1.2.1"; - sha256 = "115yn8rh3rp4qdgzqsagvnvhyf4ss9fa6aqdpj347r4f6kfff6rw"; + version = "0.1.3.1"; + sha256 = "0wkj11rkq7c6v1qzjjndq0jcfbk7y2vlcilw53fkd34qly0sphh4"; buildDepends = [ base bytestring ]; homepage = "https://github.com/evanrinehart/mikmod"; description = "MikMod bindings"; @@ -79680,8 +79660,8 @@ self: { }: mkDerivation { pname = "mime-mail"; - version = "0.4.6.2"; - sha256 = "17msl8d6rzqhswfsymd2c892ghf1wc9sys5mgvn7s3mf89qmkvfb"; + version = "0.4.7"; + sha256 = "1lbnmanxcfd41agy2i5raywnd7dxrznwg833vm4nvaw73ix77cx4"; buildDepends = [ base base64-bytestring blaze-builder bytestring filepath process random text @@ -80072,7 +80052,6 @@ self: { homepage = "http://code.haskell.org/~dons/code/mkcabal"; description = "Generate cabal files for a Haskell project"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "ml-w" = callPackage @@ -80307,7 +80286,6 @@ self: { homepage = "https://github.com/jfischoff/modulespection"; description = "Template Haskell for introspecting a module's declarations"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "modulo" = callPackage @@ -80548,13 +80526,16 @@ self: { }) {}; "monad-levels" = callPackage - ({ mkDerivation, base, constraints, transformers }: + ({ mkDerivation, base, constraints, transformers + , transformers-compat + }: mkDerivation { pname = "monad-levels"; - version = "0.1.0.0"; - sha256 = "1j2c6zw0cyp3q4m18b3ghh1zxdim5440pmw95l6ymxmw3j2x48w6"; - buildDepends = [ base constraints transformers ]; - jailbreak = true; + version = "0.1.0.1"; + sha256 = "1v3i12h4c788yz93a2c9nxcczrhz8nwpq0057q7b1nad74g70lan"; + buildDepends = [ + base constraints transformers transformers-compat + ]; homepage = "https://github.com/ivan-m/monad-levels"; description = "Specific levels of monad transformers"; license = stdenv.lib.licenses.mit; @@ -82883,7 +82864,6 @@ self: { homepage = "https://github.com/bos/mysql"; description = "A low-level MySQL client library"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) mysql; inherit (pkgs) zlib;}; "mysql-effect" = callPackage @@ -82901,7 +82881,6 @@ self: { homepage = "https://github.com/ibotty/mysql-effect"; description = "An extensible mysql effect using extensible-effects and mysql-simple"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "mysql-simple" = callPackage @@ -82920,7 +82899,6 @@ self: { homepage = "https://github.com/bos/mysql-simple"; description = "A mid-level MySQL client library"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "mysql-simple-quasi" = callPackage @@ -82936,7 +82914,6 @@ self: { ]; description = "Quasi-quoter for use with mysql-simple"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "mysql-simple-typed" = callPackage @@ -87919,12 +87896,11 @@ self: { ({ mkDerivation, base, HandsomeSoup, hxt }: mkDerivation { pname = "patronscraper"; - version = "0.0.0.0"; - sha256 = "1c45cgp3af04b0r72lbka8rzfar09d811i2im13wd5b9jfw5rzvp"; + version = "0.0.0.1"; + sha256 = "0agmgp3qvd710fcrqyfyvhck6yd311wxmmh5qd8lfgdm6597lhvi"; isLibrary = false; isExecutable = true; buildDepends = [ base HandsomeSoup hxt ]; - jailbreak = true; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; license = stdenv.lib.licenses.mit; }) {}; @@ -88764,7 +88740,6 @@ self: { homepage = "http://www.yesodweb.com/book/persistent"; description = "Backend for the persistent library using MySQL database server"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "persistent-odbc" = callPackage @@ -90075,7 +90050,6 @@ self: { homepage = "https://github.com/pjones/playlists"; description = "Library and executable for working with playlist files"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "plist" = callPackage @@ -93206,8 +93180,8 @@ self: { }: mkDerivation { pname = "purescript"; - version = "0.6.4"; - sha256 = "1bmxp84aa2vkg3hcnaspdifkh9biiihyzibr1kgf6d3x7nd1x1sl"; + version = "0.6.4.1"; + sha256 = "02pwrrr0pbqjsmprcs8jf3p95cbjik33509vh5x0f7c4dkdl783p"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -93699,7 +93673,6 @@ self: { homepage = "https://github.com/yamadapc/haskell-questioner.git"; description = "A package for prompting values from the command-line"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "queue" = callPackage @@ -95037,7 +95010,6 @@ self: { buildDepends = [ base readline StateVar ]; description = "Readline with variables (setX/getY) wrapped in state vars"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "readpyc" = callPackage @@ -96835,16 +96807,16 @@ self: { "resolve-trivial-conflicts" = callPackage ({ mkDerivation, ansi-terminal, base, Diff, directory, filepath - , mtl, process + , mtl, process, unix }: mkDerivation { pname = "resolve-trivial-conflicts"; - version = "0.2.0.1"; - sha256 = "0bxjagilvjn21ph0lg2jrm3lbsinhjrp50cxf08rhyvjhdcngf1k"; + version = "0.2.0.2"; + sha256 = "1xfafd85q7mk3lb9xy7wfishg3zfzhnvrbzd6r5akmpbpgvf2ddk"; isLibrary = false; isExecutable = true; buildDepends = [ - ansi-terminal base Diff directory filepath mtl process + ansi-terminal base Diff directory filepath mtl process unix ]; homepage = "https://github.com/ElastiLotem/resolve-trivial-conflicts"; description = "Remove trivial conflict markers in a git repository"; @@ -97238,8 +97210,8 @@ self: { }: mkDerivation { pname = "rethinkdb-client-driver"; - version = "0.0.12"; - sha256 = "1dwdgyryhk74l0dykjvrcicgdwlvl3gc9hfw3ag6vqfjcpaznvgd"; + version = "0.0.13"; + sha256 = "0frbmdz0avary2rwwp9l3k6pdasjw1przi76n89kdfn4dfq5g53s"; buildDepends = [ aeson base binary bytestring hashable mtl network old-locale scientific template-haskell text time unordered-containers vector @@ -99525,9 +99497,8 @@ self: { }: mkDerivation { pname = "scholdoc-texmath"; - version = "0.1"; - sha256 = "1ddzdypdijpkil7v7g6jf74dmlw72j0hjmnxys21fdvgafiq9bk3"; - editedCabalFile = "6edad8e079e78cf90ec39cb90a0c071570d6702fd4c16bc906e63fb72ad61f9f"; + version = "0.1.0.1"; + sha256 = "05yb55df33v357khdkr95ghmxqzikvq8gxqkh143zc8fi43gjf99"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -99537,7 +99508,7 @@ self: { base bytestring directory filepath process split temporary text utf8-string xml ]; - homepage = "http://scholdoc.scholarlymarkdown.com"; + homepage = "http://github.com/timtylin/scholdoc-texmath"; description = "Scholdoc fork of texmath"; license = "GPL"; }) {}; @@ -99548,13 +99519,11 @@ self: { }: mkDerivation { pname = "scholdoc-types"; - version = "0.1.3"; - sha256 = "0als5517hplkccrkv9c31dm0ivlk60ais0wyvc9a31jdjwjcyppk"; - editedCabalFile = "18fb578a18988a8361d57025dac5b25c083b4cf044e75ff0a982bd3399bd368d"; + version = "0.1.3.1"; + sha256 = "02335isa6w7mxjziiwsdm2883b778v0y0ayzxpha9p0xr5nlkbar"; buildDepends = [ aeson base bytestring containers deepseq-generics ghc-prim syb ]; - jailbreak = true; homepage = "http://scholdoc.scholarlymarkdown.com"; description = "Scholdoc fork of pandoc-types"; license = "GPL"; @@ -103004,13 +102973,12 @@ self: { }: mkDerivation { pname = "sized-vector"; - version = "1.4.1.0"; - sha256 = "0pl672lhw2dgk83kakjxap24sc4760l9blh9ggy9ldxhps7l8ydq"; + version = "1.4.2.0"; + sha256 = "0lz1fr2n5x7xfb6y8l7prnawj1p3fp79bbgi98w1n22wazcy9jkm"; buildDepends = [ base constraints deepseq equational-reasoning hashable monomorphic singletons type-natural ]; - jailbreak = true; homepage = "https://github.com/konn/sized-vector"; description = "Size-parameterized vector types and functions"; license = stdenv.lib.licenses.bsd3; @@ -103437,7 +103405,6 @@ self: { ]; description = "A type-safe interface to communicate with an SMT solver"; license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "smtp-mail" = callPackage @@ -104208,7 +104175,6 @@ self: { homepage = "https://github.com/ibotty/snaplet-mysql-simple"; description = "mysql-simple snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "snaplet-oauth" = callPackage @@ -104260,7 +104226,6 @@ self: { homepage = "https://github.com/soostone/snaplet-persistent"; description = "persistent snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "snaplet-postgresql-simple" = callPackage @@ -104931,7 +104896,6 @@ self: { homepage = "https://github.com/mhwombat/som"; description = "Self-Organising Maps"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "sonic-visualiser" = callPackage @@ -106104,6 +106068,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "sshd-lint" = callPackage + ({ mkDerivation, base, containers, hspec, keyword-args + , nagios-check, parsec + }: + mkDerivation { + pname = "sshd-lint"; + version = "0.1.0.1"; + sha256 = "0q34zx8cn0gs91c4x4bicmygfaary5kk42ib62jk0hlrh3rzdi7c"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + base containers keyword-args nagios-check parsec + ]; + testDepends = [ + base containers hspec keyword-args nagios-check parsec + ]; + description = "Check sshd configuration for adherence to best practices"; + license = stdenv.lib.licenses.mit; + }) {}; + "sshtun" = callPackage ({ mkDerivation, base, containers, curl, directory, hdaemonize , hslogger, mtl, process, regex-compat, stm, unix @@ -108924,18 +108908,19 @@ self: { }) {}; "system-canonicalpath" = callPackage - ({ mkDerivation, base, basic-prelude, directory, system-filepath - , text + ({ mkDerivation, base, basic-prelude, chell, directory + , system-filepath, text }: mkDerivation { pname = "system-canonicalpath"; - version = "0.2.3.0"; - sha256 = "02gvybjd9ka0pks2jlv5m1h46wibkqswf7ifr5bkipv284ma2ycz"; + version = "0.3.0.0"; + sha256 = "1wfqfj98wvx9pjnkszca471s8dksgzp1b6wy7d7s3y6g1v8rca7d"; buildDepends = [ base basic-prelude directory system-filepath text ]; + testDepends = [ base basic-prelude chell system-filepath ]; homepage = "https://github.com/d12frosted/CanonicalPath"; - description = "Abstract data type for canonical paths with pretty operations"; + description = "Abstract data type for canonical paths with some utilities"; license = stdenv.lib.licenses.mit; }) {}; @@ -110249,8 +110234,8 @@ self: { }: mkDerivation { pname = "tellbot"; - version = "0.4.0.2"; - sha256 = "0fnc5rbwmyc7ikjvl95cwv1cfgswjr6vw7gdwar6zgfbdl352cgp"; + version = "0.4.0.3"; + sha256 = "0n0gfszxz92v1vlkdfq32yzj4lcxph2yymzfkbdaz7y4bjjpikkl"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -110862,8 +110847,8 @@ self: { }: mkDerivation { pname = "test-sandbox"; - version = "0.0.1.11"; - sha256 = "0jhhwb2wi4n48bnrxsd81i1shrd2acnaplqip6453l0j5f5wgcgm"; + version = "0.0.1.12"; + sha256 = "14pds1qsdnpnl71jnxh4jgpmy0vlhdga8mipddwzqp1wiij481r3"; buildDepends = [ base bytestring cereal containers data-default directory filepath lifted-base monad-control monad-loops mtl network process random @@ -112244,8 +112229,8 @@ self: { }: mkDerivation { pname = "tidal"; - version = "0.4.28"; - sha256 = "0kszylm9dsyqp9g9fxg6dpkgzazhjkz3s23v1q11sy6vgmv0abcq"; + version = "0.4.29"; + sha256 = "05p6iga6lzshk6vzywpxd6g53r7hqyvs1rq90v00lpxkiwyqxs6i"; buildDepends = [ base binary bytestring colour containers hashable hmt hosc mersenne-random-pure64 mtl parsec process text time transformers @@ -113785,8 +113770,8 @@ self: { }: mkDerivation { pname = "trifecta"; - version = "1.5.1.1"; - sha256 = "04wi1zq9k0fql6hqf6vbc5l4s160a4yq017x6ahs9zf5qkvz4jnk"; + version = "1.5.1.2"; + sha256 = "0g6ywg5p841x781270kgrw1i4fjp9cyqpnaqcg7qgfrixpwalzls"; buildDepends = [ ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html blaze-markup bytestring charset comonad containers deepseq @@ -114432,7 +114417,6 @@ self: { ]; description = "A Haskell-based CLI Twitter client"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "twitter-conduit" = callPackage @@ -114880,8 +114864,8 @@ self: { ({ mkDerivation, base, singletons }: mkDerivation { pname = "type-list"; - version = "0.0.0.0"; - sha256 = "1m7zs629kqx3xzc2shdk92x4yxfj32an6dxnal6gjy8v26h005k5"; + version = "0.0.0.1"; + sha256 = "1mbgwin1rcf1fkm3cq6h2dqv157xwgjca3019fxi759cxg9j70d2"; buildDepends = [ base singletons ]; description = "Operations on type-level lists and tuples"; license = stdenv.lib.licenses.bsd3; @@ -114893,13 +114877,12 @@ self: { }: mkDerivation { pname = "type-natural"; - version = "0.2.3.1"; - sha256 = "0qi5b3d0vkm1b2kda3ifw6g7djx91wj7q36la02yadlvmb4jcp1g"; + version = "0.2.3.2"; + sha256 = "0qydsrksg9rasv90d4ivjgf1sdwfzjg0xf1wimfkhva545mray7h"; buildDepends = [ base constraints equational-reasoning monomorphic singletons template-haskell ]; - jailbreak = true; homepage = "https://github.com/konn/type-natural"; description = "Type-level natural and proofs of their properties"; license = stdenv.lib.licenses.bsd3; @@ -115430,8 +115413,8 @@ self: { }: mkDerivation { pname = "uhc-util"; - version = "0.1.3.9"; - sha256 = "02kdr6y81ggflkfz4skmpq1vawc357z5irqk89965ablk4v1msxs"; + version = "0.1.4.0"; + sha256 = "17d629840h6ilrmqaq0pfb7n9yncaraysp24rhg1nqmpfb0cilnd"; buildDepends = [ array base binary bytestring containers directory fgl hashable ListLike mtl process syb time time-compat uulib @@ -118343,8 +118326,8 @@ self: { ({ mkDerivation, base, contravariant, transformers, vinyl }: mkDerivation { pname = "vinyl-utils"; - version = "0.1.0.0"; - sha256 = "1ma1x4zqhf1p083rajxchilam60xpmhq77phmb2xmwsxbrfa3g2i"; + version = "0.1.0.1"; + sha256 = "07clcs7rmzbwn4w9xzbiwc3flrcn2l5p0k5isapis803fpzdq2p0"; buildDepends = [ base contravariant transformers vinyl ]; homepage = "http://hub.darcs.net/mjm/vinyl-utils"; description = "Utilities for vinyl"; @@ -120023,8 +120006,8 @@ self: { }: mkDerivation { pname = "web-routing"; - version = "0.4.1"; - sha256 = "0y16hb764cawrs3cir7wr1bvshc2ywn6nag38b3wlg5k9w8hq0gs"; + version = "0.4.2"; + sha256 = "0cvdq0k0p0agxj9imxvf6mxr7vhmg1nr3c0ww9whdnfn52bbljv9"; buildDepends = [ base bytestring primitive text unordered-containers ]; @@ -123378,7 +123361,6 @@ self: { homepage = "http://www.yesodweb.com/"; description = "BCrypt salted and hashed passwords in a database as auth for yesod"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "yesod-auth-deskcom" = callPackage