From 9395a4c645530d17e21b76f46384954d2417a668 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Sep 2015 17:26:12 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-hashes/commit/99bc43a909c6c49aaf6181d74dafb22f98e25fef with hackage2nix v20150903-33-g4e6aefa --- .../haskell-modules/hackage-packages.nix | 273 ++++++++++++------ 1 file changed, 191 insertions(+), 82 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 38c0f5cb1092..74f028c32af1 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -3345,8 +3345,8 @@ self: { }: mkDerivation { pname = "DSA"; - version = "1.0.0"; - sha256 = "1ab314a3912cbe7e45d966bf1bb6650f950bb36bd2711770197d225db5852173"; + version = "1.0.1"; + sha256 = "cd5fb8bc019734caca4d1351bdc360c8947fc180646be43ee4888c25b9530101"; libraryHaskellDepends = [ base binary bytestring crypto-api crypto-pubkey-types ghc-prim integer-gmp SHA tagged @@ -15188,6 +15188,23 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "Taxonomy" = callPackage + ({ mkDerivation, aeson, base, bytestring, either-unwrap, fgl + , graphviz, parsec, text, vector + }: + mkDerivation { + pname = "Taxonomy"; + version = "1.0.1"; + sha256 = "22d434dc827c75c0ab2075f81e689de22ed7a79d955625fdee18f047570ca289"; + revision = "1"; + editedCabalFile = "b8a2e83455df8cc4f08354e0f28625d0a16c94a5d54fda667d7e3a8bfeb369f3"; + libraryHaskellDepends = [ + aeson base bytestring either-unwrap fgl graphviz parsec text vector + ]; + description = "Libary for parsing, processing and vizualization of taxonomy data"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "TeaHS" = callPackage ({ mkDerivation, array, base, containers, mtl, SDL, SDL-image , SDL-mixer, SFont, Sprig @@ -15239,13 +15256,12 @@ self: { pname = "TestExplode"; version = "0.1.0.0"; sha256 = "4133d9f69e7df366ac374ccb42bd9801ae66c0cd29f9f20ab849d1d8f8e79664"; - revision = "1"; - editedCabalFile = "ea885fd1fbb40a306229b73181330b31510c155257499b442dd94fa8b54bf3fc"; + revision = "2"; + editedCabalFile = "87da94054ca27c85fc15cf5408bc1afb0354b9ed016348faf005ad44ae0917a2"; libraryHaskellDepends = [ base containers directory fgl graphviz interpolatedstring-perl6 mtl process text ]; - jailbreak = true; homepage = "https://github.com/testexplode/testexplode"; description = "Generates testcases from program-snippets"; license = stdenv.lib.licenses.gpl3; @@ -34812,8 +34828,8 @@ self: { }: mkDerivation { pname = "cmaes"; - version = "0.2.2"; - sha256 = "e8666b0553eb5c6ef67c1864229d2bb79ab5bee4fd17efa8823df305a7ad0b18"; + version = "0.2.2.1"; + sha256 = "f5606c1eb628b6c67dd47856bdfea31c5fa70170c7b7070b4a4da730632e1f64"; libraryHaskellDepends = [ base mtl process safe strict syb ]; testHaskellDepends = [ base doctest doctest-prop mtl process random syb vector @@ -51253,13 +51269,12 @@ self: { }: mkDerivation { pname = "fasta"; - version = "0.8.0.0"; - sha256 = "9daceed94de38a7ac6094b37b4c6d2a32d82f7fe9ed4a39abf11e73475fda17e"; + version = "0.8.0.1"; + sha256 = "492c97bf9b7b5e12aca184b0838b71d18652f6947000582ad1ede53475330045"; libraryHaskellDepends = [ base bytestring containers foldl lens parsec pipes pipes-bytestring pipes-group pipes-text split text ]; - jailbreak = true; homepage = "https://github.com/GregorySchwartz/fasta"; description = "A simple, mindless parser for fasta files"; license = stdenv.lib.licenses.gpl2; @@ -51731,6 +51746,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "feed-collect" = callPackage + ({ mkDerivation, base, bytestring, feed, http-client + , http-client-tls, time, time-units, timerep, transformers + }: + mkDerivation { + pname = "feed-collect"; + version = "0.1.0.0"; + sha256 = "0ec6e6191db93df5ac7adda2c5c54f2ccfd6896b7778d8fb9ceead998a22f7f8"; + libraryHaskellDepends = [ + base bytestring feed http-client http-client-tls time time-units + timerep transformers + ]; + homepage = "http://rel4tion.org/projects/feed-collect/"; + description = "Watch RSS/Atom feeds (and do with them whatever you like)"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "feed-crawl" = callPackage ({ mkDerivation, base, bytestring, conduit, connection , http-conduit, http-types, hxt, network-uri, text, transformers @@ -55003,6 +55035,29 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "funbot" = callPackage + ({ mkDerivation, aeson, base, bytestring, feed, feed-collect, HTTP + , http-listen, irc-fun-bot, irc-fun-color, network-uri, settings + , text, time, time-interval, time-units, transformers + , unordered-containers, vcs-web-hook-parse + }: + mkDerivation { + pname = "funbot"; + version = "0.1.0.0"; + sha256 = "56cc9eec189f2d7f08ca3c47fb435606a796edcfe0823a2fc44626ccb0164c6b"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson base bytestring feed feed-collect HTTP http-listen + irc-fun-bot irc-fun-color network-uri settings text time + time-interval time-units transformers unordered-containers + vcs-web-hook-parse + ]; + homepage = "https://notabug.org/fr33domlover/funbot/"; + description = "IRC bot for fun, learning, creativity and collaboration"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "funcmp" = callPackage ({ mkDerivation, base, filepath, process }: mkDerivation { @@ -75579,8 +75634,8 @@ self: { ({ mkDerivation, base, hspec }: mkDerivation { pname = "hspec-structured-formatter"; - version = "0.1.0.1"; - sha256 = "f670ea9a7b936ba3f22b19e00f2d19b58b58936e916b21e137a6ff3d4b868195"; + version = "0.1.0.2"; + sha256 = "523e0cb381c982813c38f04d5f20f51a1b5c463e3ba6433b4693f25ae220324f"; libraryHaskellDepends = [ base hspec ]; license = stdenv.lib.licenses.mit; }) {}; @@ -76773,8 +76828,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.21"; - sha256 = "f6465cfec946c7acfeb210daa97e65e67c3924867072ed47193a83cf1226dc30"; + version = "0.4.22"; + sha256 = "769c99eaa9aea041ac7cb8bede9397737a1235cd6c83b3c8e98366f868ea5b33"; libraryHaskellDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -81774,29 +81829,36 @@ self: { }) {}; "irc-fun-bot" = callPackage - ({ mkDerivation, base, irc-fun-client, irc-fun-messages - , transformers + ({ mkDerivation, aeson, base, fast-logger, irc-fun-client + , irc-fun-messages, settings, time, time-interval, time-units + , transformers, unordered-containers }: mkDerivation { pname = "irc-fun-bot"; - version = "0.1.0.0"; - sha256 = "58950b66db2841646fa172e9298a3a59094f2781793e9f26cd7077ab1782912c"; + version = "0.2.0.0"; + sha256 = "2fc0ac4354117782b425b0b801624c85e46ad3a91c42e3f44f52618ffb0da37a"; libraryHaskellDepends = [ - base irc-fun-client irc-fun-messages transformers + aeson base fast-logger irc-fun-client irc-fun-messages settings + time time-interval time-units transformers unordered-containers ]; jailbreak = true; homepage = "http://rel4tion.org/projects/irc-fun-bot/"; - description = "Very simple library for writing fun IRC bots"; + description = "Library for writing fun IRC bots"; license = stdenv.lib.licenses.publicDomain; }) {}; "irc-fun-client" = callPackage - ({ mkDerivation, base, irc-fun-messages, network }: + ({ mkDerivation, auto-update, base, fast-logger, irc-fun-messages + , network, time, time-units, unordered-containers + }: mkDerivation { pname = "irc-fun-client"; - version = "0.1.0.0"; - sha256 = "fc1f8fb91d3fbabdebf2506999a1f98d055cd95a6362ccfa2f1442a29a14dccd"; - libraryHaskellDepends = [ base irc-fun-messages network ]; + version = "0.1.1.0"; + sha256 = "00a2191a2a26d5c973f890fcd5cb618e4142acf8ff370b067708de1ed7fb52bc"; + libraryHaskellDepends = [ + auto-update base fast-logger irc-fun-messages network time + time-units unordered-containers + ]; homepage = "http://rel4tion.org/projects/irc-fun-client/"; description = "Another library for writing IRC clients"; license = stdenv.lib.licenses.publicDomain; @@ -81806,8 +81868,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "irc-fun-color"; - version = "0.1.0.0"; - sha256 = "0a8118087a4df9df4377aba504fbe610fa460343d45eebd879898013ea6863fd"; + version = "0.1.0.1"; + sha256 = "8b87a8c9e6325f6185b42c213bc56aa8bee080f20ef1fdf53c1c8b26031bf088"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; homepage = "http://rel4tion.org/projects/irc-fun-color/"; @@ -81819,10 +81881,8 @@ self: { ({ mkDerivation, base, regex-applicative }: mkDerivation { pname = "irc-fun-messages"; - version = "0.1.0.0"; - sha256 = "4bebbf6790688f81ff3d777c03f7a7646af6c7ad2c23cd5bcd45d94cddfd22a0"; - revision = "1"; - editedCabalFile = "32bea454ad4ce55be98627138277c26a5de4abc73ccae3d196f8e5e653d4389a"; + version = "0.1.0.1"; + sha256 = "8e011e44267849f81b2bb703aa2174bfc89fe6b5bb1b0b26baf5fdb113015ed8"; libraryHaskellDepends = [ base regex-applicative ]; homepage = "http://rel4tion.org/projects/irc-fun-messages/"; description = "Types and functions for working with the IRC protocol"; @@ -86419,27 +86479,21 @@ self: { }) {}; "language-nix" = callPackage - ({ mkDerivation, base, containers, doctest, hspec, HUnit, mtl - , parsec, QuickCheck, transformers + ({ mkDerivation, base, deepseq, doctest, lens, pretty, QuickCheck + , regex-posix }: mkDerivation { pname = "language-nix"; - version = "1.0"; - sha256 = "6088471a2b9b270404b7e5f8dcd47f6cdf2fe0be459c7bc36c2b1caef95af6b5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers mtl parsec QuickCheck transformers - ]; - executableHaskellDepends = [ - base containers mtl parsec QuickCheck transformers - ]; + version = "2"; + sha256 = "9e39e96ced9da6a878fc647d8cec623e3ab5469249dac20cdb42971b9ad00fc6"; + revision = "2"; + editedCabalFile = "b6ccb47d33cc5e3d7c4a23caf3a3b2c2c1c17b34bc159256808e8f034a48b951"; + libraryHaskellDepends = [ base deepseq lens pretty regex-posix ]; testHaskellDepends = [ - base containers doctest hspec HUnit mtl parsec QuickCheck - transformers + base deepseq doctest lens pretty QuickCheck regex-posix ]; homepage = "https://github.com/peti/language-nix"; - description = "Haskell AST and Parsers for the Nix language"; + description = "Data types and useful functions to represent and manipulate the Nix language"; license = stdenv.lib.licenses.bsd3; maintainers = with stdenv.lib.maintainers; [ simons ]; }) {}; @@ -88376,14 +88430,13 @@ self: { }: mkDerivation { pname = "libsystemd-journal"; - version = "1.3.3"; - sha256 = "d6edefd3a83420ee25f507d6c256bb28ec509c1a82a63e9f953ad61aebfda109"; + version = "1.3.4"; + sha256 = "2c2b7543b014b3f09a40fdf650a54d4ac46e9d4782a0057577ea81385d38d756"; libraryHaskellDepends = [ base bytestring hashable hsyslog pipes pipes-safe text transformers uniplate unix-bytestring unordered-containers uuid vector ]; libraryPkgconfigDepends = [ systemd ]; - jailbreak = true; homepage = "http://github.com/ocharles/libsystemd-journal"; description = "Haskell bindings to libsystemd-journal"; license = stdenv.lib.licenses.bsd3; @@ -94920,8 +94973,8 @@ self: { }: mkDerivation { pname = "moesocks"; - version = "0.1.2.30"; - sha256 = "e2e97bf36eb07f1f9813a695f78cf2eefb9f7e25a0046b5655abbc02bc05b590"; + version = "1.0.0.0"; + sha256 = "f92f5f1281a5ee6b5162ab32c77a28a77267edeb8a89636154bc24a0ad330424"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -98392,8 +98445,8 @@ self: { }: mkDerivation { pname = "nationstates"; - version = "0.3.0.0"; - sha256 = "2c4ec0d85f289f5bfef7a386995330d85164e9cf1d834a8ed39ae7a82df0ddd5"; + version = "0.3.0.1"; + sha256 = "d5d352ba075f8b42c7eca4f15562bc85197f8832bb0145608f70c3f2fbbe3a39"; libraryHaskellDepends = [ base bytestring clock containers http-client http-client-tls http-types multiset transformers xml @@ -100370,6 +100423,21 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "nix-paths" = callPackage + ({ mkDerivation, base, nix, process }: + mkDerivation { + pname = "nix-paths"; + version = "1"; + sha256 = "6b06ec3f14102653711ba9434b91235db7d60ff1c0f339d1e7834eba33144959"; + revision = "1"; + editedCabalFile = "f8cff48213a8b9c1fe0aabbc7a607da4f1253d6ddbaa6d83791cccde7c44ad18"; + libraryHaskellDepends = [ base process ]; + libraryToolDepends = [ nix ]; + homepage = "https://github.com/peti/nix-paths"; + description = "Knowledge of Nix's installation directories"; + license = stdenv.lib.licenses.bsd3; + }) {inherit (pkgs) nix;}; + "nixfromnpm" = callPackage ({ mkDerivation, aeson, base, bytestring, classy-prelude , containers, data-default, directory, docopt, error-list, filepath @@ -107800,8 +107868,8 @@ self: { }: mkDerivation { pname = "poly-arity"; - version = "0.0.5"; - sha256 = "d0787fa2a151080e2138b64dd4adc4dc8e41857e22fa494703f9f876e6cd25bb"; + version = "0.0.6"; + sha256 = "c5d67bf9c164dcd9dcf858bc07c758a760687ccf439df206142dcb5c4729e3f8"; libraryHaskellDepends = [ base constraints HList ]; testHaskellDepends = [ base hspec QuickCheck quickcheck-instances @@ -116371,18 +116439,18 @@ self: { "riak" = callPackage ({ mkDerivation, aeson, attoparsec, base, binary, blaze-builder , bytestring, containers, HUnit, monad-control, network - , protocol-buffers-fork, pureMD5, QuickCheck, random, resource-pool + , protocol-buffers, pureMD5, QuickCheck, random, resource-pool , riak-protobuf, test-framework, test-framework-hunit - , test-framework-quickcheck2, text, time + , test-framework-quickcheck2, text, time, transformers }: mkDerivation { pname = "riak"; - version = "0.8.0.0"; - sha256 = "4814ec3752409dbbb91acf9951b2c641b73e7e6032401676b8c23cb885c0cc9a"; + version = "0.9.0.0"; + sha256 = "002d0646acdd0b80bd68c4a1ea3a91b56e8cf14c5b2fb1d497dcbbdafccd149c"; libraryHaskellDepends = [ aeson attoparsec base binary blaze-builder bytestring containers - monad-control network protocol-buffers-fork pureMD5 random - resource-pool riak-protobuf text time + monad-control network protocol-buffers pureMD5 random resource-pool + riak-protobuf text time transformers ]; testHaskellDepends = [ base bytestring containers HUnit QuickCheck test-framework @@ -116395,16 +116463,15 @@ self: { }) {}; "riak-protobuf" = callPackage - ({ mkDerivation, array, base, parsec - , protocol-buffers-descriptor-fork, protocol-buffers-fork + ({ mkDerivation, array, base, parsec, protocol-buffers + , protocol-buffers-descriptor }: mkDerivation { pname = "riak-protobuf"; - version = "0.19.0.0"; - sha256 = "3ef4d290a3c9c09456bd3e4cf780a92c758b9c17f78ae32ea6b1aef82072a4a4"; + version = "0.20.0.0"; + sha256 = "542a99d75a67863d7be5d4c74178945ffbd5e0269ac69d6b81a76dd51b7176ae"; libraryHaskellDepends = [ - array base parsec protocol-buffers-descriptor-fork - protocol-buffers-fork + array base parsec protocol-buffers protocol-buffers-descriptor ]; homepage = "http://github.com/markhibberd/riak-haskell-client"; description = "Haskell types for the Riak protocol buffer API"; @@ -118439,8 +118506,8 @@ self: { }: mkDerivation { pname = "sbp"; - version = "0.50.2"; - sha256 = "9d1745200f07c18e1d1e9e1e77e9995a7310f77d32aae927f2a7873e76239972"; + version = "0.50.3"; + sha256 = "ad032a0555d83f4e7022c3142d1b2c3e58e126130ee95763614a2eaba8cbfeb3"; libraryHaskellDepends = [ base binary bytestring data-binary-ieee754 monad-loops ]; @@ -121066,6 +121133,22 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "settings" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, time-units + , unordered-containers + }: + mkDerivation { + pname = "settings"; + version = "0.1.0.0"; + sha256 = "17688b89f025d50f3ad00d140d83fb7c276fba1aeee75717881d8444187f18a9"; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring time-units unordered-containers + ]; + homepage = "http://rel4tion.org/projects/settings/"; + description = "Runtime-editable program settings"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "sexp" = callPackage ({ mkDerivation, attoparsec, base, bytestring, cmdargs, containers , dlist, ghc-prim, HUnit, mtl, QuickCheck, test-framework @@ -128427,8 +128510,8 @@ self: { }: mkDerivation { pname = "streaming-commons"; - version = "0.1.12.1"; - sha256 = "d5bd8dd0b11a13d1d128d15dce31b3f2f4625c7f72d4420e749d85bf170a4fd7"; + version = "0.1.13"; + sha256 = "fca261aec4eae05785127e8eaf17a5872ab03547b225f1fca36af3bf82ca75a8"; libraryHaskellDepends = [ array base blaze-builder bytestring directory network process random stm text transformers unix zlib @@ -131222,8 +131305,8 @@ self: { ({ mkDerivation, base, containers, mtl, safe, text }: mkDerivation { pname = "tamper"; - version = "0.4.1"; - sha256 = "b7ecbf2e6798d21328ca500c5218d4c8194382b716e11ee586e61b9aa2626eda"; + version = "0.4.2"; + sha256 = "e86767017f325e5aba41ff13748bdc8c3ef11741267663f0bf4999b6ac04f058"; libraryHaskellDepends = [ base containers mtl safe text ]; description = "An HTML templating system similar to Blaze, implemented as a monad transformer of sorts"; license = stdenv.lib.licenses.bsd3; @@ -134551,6 +134634,20 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "time-interval" = callPackage + ({ mkDerivation, base, time-units }: + mkDerivation { + pname = "time-interval"; + version = "0.1.0.0"; + sha256 = "6cfb53e61d573d649273ced38f19e9f84279ed826197b47cfab0587aeb85598d"; + revision = "2"; + editedCabalFile = "c6488aa6b8901b7b1c03f87c1f187448b9ce18dfa6e3c8eb011d57c9f38f486d"; + libraryHaskellDepends = [ base time-units ]; + homepage = "http://rel4tion.org/projects/time-interval/"; + description = "Use a time unit class, but hold a concrete time type"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "time-io-access" = callPackage ({ mkDerivation, base, base-io-access, time }: mkDerivation { @@ -140462,6 +140559,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "validated-literals" = callPackage + ({ mkDerivation, base, bytestring, template-haskell }: + mkDerivation { + pname = "validated-literals"; + version = "0.1.0"; + sha256 = "732f6659ca00de12b60a1d2b6527c573add33c423db846f6695ee79f42866d32"; + libraryHaskellDepends = [ base bytestring template-haskell ]; + homepage = "https://github.com/merijn/validated-literals"; + description = "Compile-time checking for partial smart-constructors"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "validation" = callPackage ({ mkDerivation, base, bifunctors, directory, doctest, filepath , lens, mtl, QuickCheck, semigroupoids, semigroups @@ -142659,8 +142768,8 @@ self: { }: mkDerivation { pname = "wai-request-spec"; - version = "0.10.0.1"; - sha256 = "aff153319a0e3a61614da8b8ade10fa8fdce6dec4b7e4ca21a5eb32cd037488f"; + version = "0.10.2.0"; + sha256 = "a5789b5995628b72eec33b5ca462e23f506a01c4dcd8d37116ce76b491753497"; libraryHaskellDepends = [ base bytestring case-insensitive containers http-types text wai ]; @@ -148465,8 +148574,8 @@ self: { }: mkDerivation { pname = "yesod-pnotify"; - version = "1.0.2"; - sha256 = "bc9e261ceb2573354fea5339aa59f70b57a8bf0e4fc3c6498558721c276c73f4"; + version = "1.1.0"; + sha256 = "341b22b0273026dc2c8cb13427b3a84a1162204318b5324a07db00ba90581fb7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -148588,16 +148697,16 @@ self: { }) {}; "yesod-routes-flow" = callPackage - ({ mkDerivation, attoparsec, base, classy-prelude, system-fileio - , system-filepath, text, yesod-core + ({ mkDerivation, attoparsec, base, classy-prelude, containers + , system-fileio, system-filepath, text, yesod-core }: mkDerivation { pname = "yesod-routes-flow"; - version = "1.1.1"; - sha256 = "9241ae9c931e8aab789bcc8005e5dded3f60aae8f77e873695fa1659f235aea3"; + version = "2.0"; + sha256 = "f855b3b6886660d3a0cd3d65e359f7e1447fa3fede167d3add1449cc26612e2f"; libraryHaskellDepends = [ - attoparsec base classy-prelude system-fileio system-filepath text - yesod-core + attoparsec base classy-prelude containers system-fileio + system-filepath text yesod-core ]; homepage = "https://github.com/frontrowed/yesod-routes-flow"; description = "Generate Flow routes for Yesod";