summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-15 02:30:42 +0100
committerPeter Simons <simons@cryp.to>2021-01-15 02:30:42 +0100
commit09472515dcfdd840f34f6c523541f413ad4a4660 (patch)
treea38783ac950c8b29cdbdb9aac7c9d34229840854 /pkgs/development/haskell-modules
parent8a3d3089b473db2393212f554bc31138805cbe71 (diff)
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/2a0a57afbe283e7ac560ab11bc002e5ea1c0743f.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix34
1 files changed, 18 insertions, 16 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 93d768fe33b4..24ffba078d47 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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;