about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-12-11 02:30:54 +0100
committerPeter Simons <simons@cryp.to>2018-12-14 19:44:08 +0100
commit19f8bedb02249c5e5128485abe60c06d330ae971 (patch)
tree286522e64d97d5477e60d3bbc6395321e7aae6a2 /pkgs/development/haskell-modules
parent4e7fdb3fa6c197afaed73772ac1cdeac7bb5adff (diff)
downloadnixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar.gz
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar.bz2
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar.lz
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar.xz
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.tar.zst
nixlib-19f8bedb02249c5e5128485abe60c06d330ae971.zip
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.12-8-g7b07d27 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/ae41ad7ac3808fe2ace867989ae7c2830449c3ce.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix256
1 files changed, 206 insertions, 50 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 7bf3cc2bdb2b..a9f88e4cad9d 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -12253,8 +12253,8 @@ self: {
        pname = "MissingH";
        version = "1.4.0.1";
        sha256 = "0wcvgrmav480w7nf4bl14yi0jq2yzanysxwzwas9hpb28vyjlgr8";
-       revision = "1";
-       editedCabalFile = "04syc14nz11fay6fm6nlixyflrfhpg4jiyxx6mnxrl6asd3cl989";
+       revision = "2";
+       editedCabalFile = "0dqrzacp2qr5bm9p8jipnadknizn9zr5gyk5fvgf9av36yl4p2rb";
        libraryHaskellDepends = [
          array base containers directory filepath hslogger HUnit mtl network
          old-locale old-time parsec process random regex-compat time unix
@@ -15212,8 +15212,8 @@ self: {
     ({ mkDerivation, base, binary, bytestring, hspec }:
      mkDerivation {
        pname = "RLP";
-       version = "1.1.0";
-       sha256 = "11jkzq6qnh449ilj2lk6snfs3sn66nbybj751pqg9vgkqjfab2yy";
+       version = "1.1.1";
+       sha256 = "075hv3ljc47zr5xkvmbiqq666cgicvwl90isq2n45x9nsbg441d1";
        libraryHaskellDepends = [ base binary bytestring ];
        testHaskellDepends = [ base binary bytestring hspec ];
        description = "RLP serialization as defined in Ethereum Yellow Paper";
@@ -23427,8 +23427,8 @@ self: {
     ({ mkDerivation, base }:
      mkDerivation {
        pname = "alist";
-       version = "0.1.0.2";
-       sha256 = "1gjhn4yyrh3i509m9f2k83chzpsnczb7cyzk93qb3lksq9rdins5";
+       version = "0.1.0.3";
+       sha256 = "0asm8kp7xsqs1r5x65j4nhdbzs2sk1w5yh0f9g6sn6k03acg8gcr";
        libraryHaskellDepends = [ base ];
        description = "lists with O(1) append";
        license = stdenv.lib.licenses.bsd3;
@@ -73043,6 +73043,23 @@ self: {
        license = stdenv.lib.licenses.mit;
      }) {};
 
+  "exact-pi_0_5_0_0" = callPackage
+    ({ mkDerivation, base, numtype-dk, QuickCheck, tasty, tasty-hunit
+     , tasty-quickcheck
+     }:
+     mkDerivation {
+       pname = "exact-pi";
+       version = "0.5.0.0";
+       sha256 = "03rwpqgk3j965pgfbch38k7ghhdwa76rdg9is11kmwr7mff2wm0x";
+       libraryHaskellDepends = [ base numtype-dk ];
+       testHaskellDepends = [
+         base numtype-dk QuickCheck tasty tasty-hunit tasty-quickcheck
+       ];
+       description = "Exact rational multiples of pi (and integer powers of pi)";
+       license = stdenv.lib.licenses.mit;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "exact-real" = callPackage
     ({ mkDerivation, base, checkers, criterion, directory, doctest
      , filepath, groups, integer-gmp, memoize, QuickCheck, random, tasty
@@ -74205,6 +74222,23 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "extra_1_6_14" = callPackage
+    ({ mkDerivation, base, clock, directory, filepath, process
+     , QuickCheck, time, unix
+     }:
+     mkDerivation {
+       pname = "extra";
+       version = "1.6.14";
+       sha256 = "170jmwx2wnpa6bs92pcijm4ib4hq0vs4582s6v63wrcn1m9l21m6";
+       libraryHaskellDepends = [
+         base clock directory filepath process time unix
+       ];
+       testHaskellDepends = [ base directory filepath QuickCheck unix ];
+       description = "Extra functions I use";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "extract-dependencies" = callPackage
     ({ mkDerivation, async, base, Cabal, containers
      , package-description-remote
@@ -75533,6 +75567,17 @@ self: {
        license = "GPL";
      }) {};
 
+  "fedora-dists" = callPackage
+    ({ mkDerivation, base }:
+     mkDerivation {
+       pname = "fedora-dists";
+       version = "1.0.0.1";
+       sha256 = "0x5lccpwcf2cd97vnqlzyi4lgbyhqcs5ks1sr3l33h1zffpb0br8";
+       libraryHaskellDepends = [ base ];
+       description = "Library for Fedora distribution versions";
+       license = stdenv.lib.licenses.gpl3;
+     }) {};
+
   "fedora-haskell-tools" = callPackage
     ({ mkDerivation, base, directory, filepath, process, time, unix }:
      mkDerivation {
@@ -108183,10 +108228,8 @@ self: {
      }:
      mkDerivation {
        pname = "hledger-ui";
-       version = "1.12";
-       sha256 = "0cidm3kjlfnzfpsbzkbmfx36gm5msipkavw5267s67crzdcg8qwg";
-       revision = "1";
-       editedCabalFile = "0iy7kai1vqa4984l46rid3xjmxykyq2p0x4jgl4wdrcf9bgw7jf3";
+       version = "1.12.1";
+       sha256 = "0ifyp2kawi4x0slnv5gkcgn8v6vx6d9q56x6zjpfzslajqfwfk8y";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
@@ -108326,8 +108369,8 @@ self: {
      }:
      mkDerivation {
        pname = "hlint";
-       version = "2.1.11";
-       sha256 = "0nv6627dacfsfjd3irmkff06hj1hr194zpm9xq6ng93dxhkhsnab";
+       version = "2.1.12";
+       sha256 = "1d3gbvjs7zg9n4fbj2b3c5wn5xf2idygx9cqjdbmgndk3jic9rbx";
        isLibrary = true;
        isExecutable = true;
        enableSeparateDataOutput = true;
@@ -110120,24 +110163,24 @@ self: {
   "hoogle" = callPackage
     ({ mkDerivation, aeson, base, binary, bytestring, cmdargs, conduit
      , conduit-extra, connection, containers, deepseq, directory, extra
-     , filepath, haskell-src-exts, http-conduit, http-types, js-flot
-     , js-jquery, mmap, network, network-uri, old-locale, process-extras
-     , QuickCheck, resourcet, storable-tuple, tar, template-haskell
-     , text, time, transformers, uniplate, utf8-string, vector, wai
-     , wai-logger, warp, warp-tls, zlib
+     , filepath, foundation, hashable, haskell-src-exts, http-conduit
+     , http-types, js-flot, js-jquery, mmap, network-uri, old-locale
+     , process-extras, QuickCheck, resourcet, storable-tuple, tar
+     , template-haskell, text, time, transformers, uniplate, utf8-string
+     , vector, wai, wai-logger, warp, warp-tls, zlib
      }:
      mkDerivation {
        pname = "hoogle";
-       version = "5.0.17.3";
-       sha256 = "174gp41v0krzj37m75pnr3aawyhkbk2wq4q6zk2z3zh0avvvmgk6";
+       version = "5.0.17.4";
+       sha256 = "059dys3vlbxpd4kx1nrjib1ww9rqkk9am3gdsy3d8vl0fxx2p6s9";
        isLibrary = true;
        isExecutable = true;
        enableSeparateDataOutput = true;
        libraryHaskellDepends = [
          aeson base binary bytestring cmdargs conduit conduit-extra
-         connection containers deepseq directory extra filepath
-         haskell-src-exts http-conduit http-types js-flot js-jquery mmap
-         network network-uri old-locale process-extras QuickCheck resourcet
+         connection containers deepseq directory extra filepath foundation
+         hashable haskell-src-exts http-conduit http-types js-flot js-jquery
+         mmap network-uri old-locale process-extras QuickCheck resourcet
          storable-tuple tar template-haskell text time transformers uniplate
          utf8-string vector wai wai-logger warp warp-tls zlib
        ];
@@ -114003,6 +114046,8 @@ self: {
        pname = "hslogger";
        version = "1.2.12";
        sha256 = "0ykcsk7wqygvrg60r5kpl6xfinr706al8pfyk5wj67wjs24lqypr";
+       revision = "1";
+       editedCabalFile = "1rk2lrg3959nbgbyd1aacvwbv865lsrnczqdmj4ivkfn0c8nkidh";
        libraryHaskellDepends = [
          base containers directory mtl network old-locale process time unix
        ];
@@ -119607,6 +119652,39 @@ self: {
        hydraPlatforms = stdenv.lib.platforms.none;
      }) {};
 
+  "hwormhole" = callPackage
+    ({ mkDerivation, aeson, async, base, binary, binary-conduit
+     , bytestring, conduit, conduit-extra, containers, cryptonite
+     , directory, filepath, haskeline, hedgehog, hex, hspec
+     , magic-wormhole, memory, mtl, network, network-info
+     , optparse-applicative, pathwalk, protolude, random, saltine
+     , spake2, temporary, text, transformers, unix-compat, zip
+     }:
+     mkDerivation {
+       pname = "hwormhole";
+       version = "0.1.0.0";
+       sha256 = "1nl9p0kd4nqrdhwms868mr6h904pl282i5ljhai7kvxr8s7v2s9v";
+       isLibrary = true;
+       isExecutable = true;
+       enableSeparateDataOutput = true;
+       libraryHaskellDepends = [
+         aeson async base binary bytestring conduit conduit-extra containers
+         cryptonite directory filepath haskeline hex magic-wormhole memory
+         mtl network network-info pathwalk protolude random saltine spake2
+         temporary text transformers unix-compat zip
+       ];
+       executableHaskellDepends = [
+         aeson base binary bytestring optparse-applicative protolude text
+         transformers
+       ];
+       testHaskellDepends = [
+         aeson base binary binary-conduit bytestring conduit conduit-extra
+         containers hedgehog hspec magic-wormhole protolude saltine text
+       ];
+       description = "magic-wormhole client";
+       license = stdenv.lib.licenses.gpl3;
+     }) {};
+
   "hws" = callPackage
     ({ mkDerivation, array, base, containers, directory, haskell98
      , html, mtl, network, old-time, regex-compat, text, unix
@@ -145115,6 +145193,23 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "minimorph_0_2_0_0" = callPackage
+    ({ mkDerivation, base, HUnit, test-framework, test-framework-hunit
+     , text
+     }:
+     mkDerivation {
+       pname = "minimorph";
+       version = "0.2.0.0";
+       sha256 = "10dymy3l433rwsv30kldvm12yr27x2fw2b4cdrbbwjqwv5m9rm9c";
+       libraryHaskellDepends = [ base text ];
+       testHaskellDepends = [
+         base HUnit test-framework test-framework-hunit text
+       ];
+       description = "English spelling functions with an emphasis on simplicity";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "minimung" = callPackage
     ({ mkDerivation, base, GLUT, haskell98, unix }:
      mkDerivation {
@@ -145291,6 +145386,24 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "miniutter_0_5_0_0" = callPackage
+    ({ mkDerivation, base, binary, containers, HUnit, minimorph
+     , test-framework, test-framework-hunit, text
+     }:
+     mkDerivation {
+       pname = "miniutter";
+       version = "0.5.0.0";
+       sha256 = "0hgsk54s07497rsgsck8lhpfbrxavx1chq90hsw14w3ggr1xnc7f";
+       enableSeparateDataOutput = true;
+       libraryHaskellDepends = [ base binary containers minimorph text ];
+       testHaskellDepends = [
+         base containers HUnit test-framework test-framework-hunit text
+       ];
+       description = "Simple English clause creation from arbitrary words";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "minlen" = callPackage
     ({ mkDerivation, base, mono-traversable, semigroups, transformers
      }:
@@ -152260,19 +152373,23 @@ self: {
      }) {ghc-binary = null;};
 
   "net-spider" = callPackage
-    ({ mkDerivation, aeson, base, containers, greskell
-     , greskell-websocket, hashable, hspec, safe-exceptions, text, time
+    ({ mkDerivation, aeson, base, containers, data-interval, doctest
+     , doctest-discover, extended-reals, greskell, greskell-websocket
+     , hashable, hspec, monad-logger, safe-exceptions, text, time
      , unordered-containers, vector
      }:
      mkDerivation {
        pname = "net-spider";
-       version = "0.1.0.0";
-       sha256 = "0vhvq29dr8s3w5acjpaha3k4g14li970rpx405dpj66l96pk2a7x";
+       version = "0.2.0.0";
+       sha256 = "0xka2fa5zxznm2fg5xmc2c2ppamwybdlmh5jqy00ivxjmliy20s0";
        libraryHaskellDepends = [
-         aeson base containers greskell greskell-websocket hashable
-         safe-exceptions text time unordered-containers vector
+         aeson base containers data-interval extended-reals greskell
+         greskell-websocket hashable monad-logger safe-exceptions text time
+         unordered-containers vector
+       ];
+       testHaskellDepends = [
+         base doctest doctest-discover hspec vector
        ];
-       testHaskellDepends = [ base hspec vector ];
        description = "A graph database middleware to maintain a time-varying graph";
        license = stdenv.lib.licenses.bsd3;
      }) {};
@@ -156347,8 +156464,8 @@ self: {
     ({ mkDerivation, base, transformers }:
      mkDerivation {
        pname = "observable";
-       version = "0.1.4";
-       sha256 = "0x03da2pynbdlkgfrpzhbp7ld5dmggy6i1ggz0mg9vkdnl22sjl6";
+       version = "0.1.5";
+       sha256 = "0hi9y867yg48nv0756ylblxmsdw9vkfg72n0bb0ali227695d6qb";
        libraryHaskellDepends = [ base transformers ];
        description = "Continuation patterns";
        license = stdenv.lib.licenses.bsd3;
@@ -172182,7 +172299,7 @@ self: {
      }) {inherit (pkgs) libpulseaudio;};
 
   "proteome" = callPackage
-    ({ mkDerivation, ansi-terminal, base, containers
+    ({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
      , data-default-class, deepseq, directory, filepath, hslogger, HTF
      , lens, messagepack, MissingH, mtl, nvim-hs, pretty-terminal
      , prettyprinter, process, resourcet, split, stm, strings, text
@@ -172190,27 +172307,27 @@ self: {
      }:
      mkDerivation {
        pname = "proteome";
-       version = "0.3.2.0";
-       sha256 = "00raq54s0a0ayrpk30jwy9rsjngbdx0phxpn7qairl94jwqr8wjw";
+       version = "0.3.4.0";
+       sha256 = "1vyy8raj5xvdi8cik3f0awd1k6vi6bqikngpf4sqrvbgc5k3sr94";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         ansi-terminal base containers data-default-class deepseq directory
-         filepath hslogger lens messagepack MissingH mtl nvim-hs
-         pretty-terminal prettyprinter process resourcet split stm strings
-         text time unliftio utf8-string
+         aeson ansi-terminal base bytestring containers data-default-class
+         deepseq directory filepath hslogger lens messagepack MissingH mtl
+         nvim-hs pretty-terminal prettyprinter process resourcet split stm
+         strings text time unliftio utf8-string
        ];
        executableHaskellDepends = [
-         ansi-terminal base containers data-default-class deepseq directory
-         filepath hslogger lens messagepack MissingH mtl nvim-hs
-         pretty-terminal prettyprinter process resourcet split stm strings
-         text time unliftio utf8-string
+         aeson ansi-terminal base bytestring containers data-default-class
+         deepseq directory filepath hslogger lens messagepack MissingH mtl
+         nvim-hs pretty-terminal prettyprinter process resourcet split stm
+         strings text time unliftio utf8-string
        ];
        testHaskellDepends = [
-         ansi-terminal base containers data-default-class deepseq directory
-         filepath hslogger HTF lens messagepack MissingH mtl nvim-hs
-         pretty-terminal prettyprinter process resourcet split stm strings
-         text time unliftio utf8-string
+         aeson ansi-terminal base bytestring containers data-default-class
+         deepseq directory filepath hslogger HTF lens messagepack MissingH
+         mtl nvim-hs pretty-terminal prettyprinter process resourcet split
+         stm strings text time unliftio utf8-string
        ];
        description = "neovim project manager";
        license = stdenv.lib.licenses.mit;
@@ -230414,6 +230531,45 @@ self: {
        license = stdenv.lib.licenses.bsd3;
      }) {};
 
+  "wreq_0_5_3_1" = callPackage
+    ({ mkDerivation, aeson, aeson-pretty, attoparsec
+     , authenticate-oauth, base, base16-bytestring, base64-bytestring
+     , bytestring, Cabal, cabal-doctest, case-insensitive, containers
+     , cryptonite, directory, doctest, exceptions, filepath, ghc-prim
+     , hashable, http-client, http-client-tls, http-types, HUnit, lens
+     , lens-aeson, memory, mime-types, network-info, psqueues
+     , QuickCheck, snap-core, snap-server, template-haskell, temporary
+     , test-framework, test-framework-hunit, test-framework-quickcheck2
+     , text, time, time-locale-compat, transformers, unix-compat
+     , unordered-containers, uuid, vector
+     }:
+     mkDerivation {
+       pname = "wreq";
+       version = "0.5.3.1";
+       sha256 = "1i2f2bxx84l8qzkz9v3qhx5sbl78ysc3vqadfhrxk3h0ljklwfz3";
+       isLibrary = true;
+       isExecutable = true;
+       setupHaskellDepends = [ base Cabal cabal-doctest ];
+       libraryHaskellDepends = [
+         aeson attoparsec authenticate-oauth base base16-bytestring
+         bytestring case-insensitive containers cryptonite exceptions
+         ghc-prim hashable http-client http-client-tls http-types lens
+         lens-aeson memory mime-types psqueues template-haskell text time
+         time-locale-compat unordered-containers
+       ];
+       testHaskellDepends = [
+         aeson aeson-pretty base base64-bytestring bytestring
+         case-insensitive containers directory doctest filepath hashable
+         http-client http-types HUnit lens lens-aeson network-info
+         QuickCheck snap-core snap-server temporary test-framework
+         test-framework-hunit test-framework-quickcheck2 text time
+         transformers unix-compat unordered-containers uuid vector
+       ];
+       description = "An easy-to-use HTTP client library";
+       license = stdenv.lib.licenses.bsd3;
+       hydraPlatforms = stdenv.lib.platforms.none;
+     }) {};
+
   "wreq-sb" = callPackage
     ({ mkDerivation, aeson, aeson-pretty, attoparsec
      , authenticate-oauth, base, base16-bytestring, base64-bytestring
@@ -232623,8 +232779,8 @@ self: {
      }:
      mkDerivation {
        pname = "xmobar";
-       version = "0.29.2";
-       sha256 = "1bykaaf9jhzplvgql9am0pn8zyinnnvgr4kbfmbhal67jxyz8b2f";
+       version = "0.29.3";
+       sha256 = "1bg8nj9k8r7i7328djnf6bgqzdq7lgx9yjgvl9fqq76bkxzkgx0a";
        configureFlags = [
          "-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
          "-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"
@@ -236993,8 +237149,8 @@ self: {
        pname = "yoctoparsec";
        version = "0.1.0.0";
        sha256 = "0p9kw60glcgrjfx04x3innn3rqnh12yrv4wh0a0fivcx8b9kj1yp";
-       revision = "1";
-       editedCabalFile = "12qzdi2dx22kvfmvsj8yy82fgl29m15ys9myra3jrq4fqr5n0br9";
+       revision = "2";
+       editedCabalFile = "149a34hpbm6fkkmck70wgqg6792yl91kjirpwf6wdkkr4ga0v514";
        libraryHaskellDepends = [ base free mtl ];
        description = "A truly tiny monadic parsing library";
        license = stdenv.lib.licenses.mit;