hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.6 from Hackage revision
2a0a57afbe.
This commit is contained in:
Peter Simons 2021-01-15 02:30:42 +01:00
parent 8a3d3089b4
commit 09472515dc

View File

@ -101013,8 +101013,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ghcide"; pname = "ghcide";
version = "0.7.1.0"; version = "0.7.2.0";
sha256 = "0nx2s2chdi37mx2f2wry17dc2i0l5q8axz6qqcyip1c20jp9pf12"; sha256 = "1d35vfwg906djfr2klrql7crgcyabfad12akalx25jc6c7pacv1d";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -127814,8 +127814,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hledger"; pname = "hledger";
version = "1.20.2"; version = "1.20.3";
sha256 = "1mk7d6ajwh5i9c8klgzk9j06yc8l24gi2nf6blyan14d9s7l85br"; sha256 = "1wy45ppcakml2wk021yr8kqv0q0x85vms8kx0npjawzbs498qqx9";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -128015,8 +128015,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hledger-lib"; pname = "hledger-lib";
version = "1.20.2"; version = "1.20.3";
sha256 = "10iz6jjkighsj00shw8hj22p14zp4dd9r7l4hmpbwql1hfz53g1b"; sha256 = "0pm6ckim1krkg4x7azspsnc1alwynqnjdhxrda764xyrz9s0r8cp";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal array base base-compat-batteries aeson aeson-pretty ansi-terminal array base base-compat-batteries
blaze-markup bytestring call-stack cassava cassava-megaparsec blaze-markup bytestring call-stack cassava cassava-megaparsec
@ -128092,8 +128092,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hledger-ui"; pname = "hledger-ui";
version = "1.20.2"; version = "1.20.3";
sha256 = "1ns1zjmpbxn3rg5ldplh57h0yfmas6bqa9z6nmk52bw9qf0b05zw"; sha256 = "02g6xdxif67fjj6rjskw69cxhx2irwv7sk0b1slr20nch122pzl1";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ executableHaskellDepends = [
@ -128139,8 +128139,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hledger-web"; pname = "hledger-web";
version = "1.20.2"; version = "1.20.3";
sha256 = "0898nsd4y4fzk8ri4wxykcyvrb9165mkak392ir1b5nz19nys1xf"; sha256 = "1dz3lwp86dlmdrnj5hda12219x03xw8csxk0bjysn43rjzxag4q4";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -191458,25 +191458,27 @@ self: {
({ mkDerivation, base, blaze-html, blaze-markup, containers ({ mkDerivation, base, blaze-html, blaze-markup, containers
, ghc-syntax-highlighter, HaTeX, optics-core, optics-th , ghc-syntax-highlighter, HaTeX, optics-core, optics-th
, optparse-applicative, pandoc-types, QuickCheck, quickcheck-text , optparse-applicative, pandoc-types, QuickCheck, quickcheck-text
, text , skylighting, text
}: }:
mkDerivation { mkDerivation {
pname = "pandoc-filter-indent"; pname = "pandoc-filter-indent";
version = "0.2.3.0"; version = "0.3.0.0";
sha256 = "1a8m0g9asq8z3ib6raa6lyhfbriz9r5bh9jpjg46hmj4ll0zvaqq"; sha256 = "1wx54wzk7lwawqi1j3ibiz7s1myv6yqz8f4h7g2l5mdwqqlx3vn5";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
base blaze-html blaze-markup ghc-syntax-highlighter HaTeX base blaze-html blaze-markup ghc-syntax-highlighter HaTeX
optics-core optics-th pandoc-types text optics-core optics-th pandoc-types skylighting text
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
base blaze-html blaze-markup containers ghc-syntax-highlighter base blaze-html blaze-markup containers ghc-syntax-highlighter
HaTeX optics-core optics-th optparse-applicative pandoc-types text HaTeX optics-core optics-th optparse-applicative pandoc-types
skylighting text
]; ];
testHaskellDepends = [ testHaskellDepends = [
base blaze-html blaze-markup ghc-syntax-highlighter HaTeX base blaze-html blaze-markup ghc-syntax-highlighter HaTeX
optics-core optics-th pandoc-types QuickCheck quickcheck-text text optics-core optics-th pandoc-types QuickCheck quickcheck-text
skylighting text
]; ];
description = "Pandoc filter formatting Haskell code fragments using GHC lexer"; description = "Pandoc filter formatting Haskell code fragments using GHC lexer";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;