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