chore(third_party/haskell): update pa packages

Change-Id: I8abcb479b0f5c0bd6ed1abc3c9618c2362ff835a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9740
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2023-10-15 20:16:52 +02:00 committed by clbot
parent 9aafbe8d95
commit 0a98f8ec3b
6 changed files with 28 additions and 21 deletions

View file

@ -0,0 +1,39 @@
{ mkDerivation
, aeson
, aeson-better-errors
, attoparsec
, base
, case-insensitive
, containers
, lib
, pa-error-tree
, pa-prelude
, scientific
, semigroupoids
, template-haskell
, text
, time
}:
mkDerivation {
pname = "pa-field-parser";
version = "0.3.0.0";
sha256 = "528c2b6bf5ad6454861b059c7eb6924f4c32bcb5b8faa4c2389d9ddfd92fcd57";
libraryHaskellDepends = [
aeson
aeson-better-errors
attoparsec
base
case-insensitive
containers
pa-error-tree
pa-prelude
scientific
semigroupoids
template-haskell
text
time
];
homepage = "https://github.com/possehl-analytics/pa-hackage";
description = "Vertical parsing of values";
license = lib.licenses.bsd3;
}