hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
ece47fbda9.
This commit is contained in:
Peter Simons 2020-08-21 02:30:31 +02:00
parent cb2aae465f
commit 87883f86b6

View File

@ -43984,17 +43984,17 @@ self: {
}) {};
"boolector" = callPackage
({ mkDerivation, base, boolector, c2hs, Cabal, containers
, directory, mtl, temporary, time
({ mkDerivation, base, boolector, c2hs, containers, directory, mtl
, temporary, time
}:
mkDerivation {
pname = "boolector";
version = "0.0.0.12";
sha256 = "10lmc0rcza22w3mv3l0z97w2d4nymylglv3sz4ffnpkcc2cinz41";
setupHaskellDepends = [ base Cabal ];
version = "0.0.0.13";
sha256 = "0by1pw9i0f9kb81pd3ivi0rz9yxxzvmlg338p45wqf1k583c6jrg";
libraryHaskellDepends = [
base containers directory mtl temporary time
];
librarySystemDepends = [ boolector ];
libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base ];
testSystemDepends = [ boolector ];
@ -60547,6 +60547,8 @@ self: {
pname = "configuration-tools";
version = "0.5.0";
sha256 = "0pgx2wzzqxgafgf3qjys05hp89lz4fwczsx0i581n8ngs3p4i0wh";
revision = "1";
editedCabalFile = "0srscnmj5dhaq0djx0lhcggl53ipn6pw8vgsvgzhhjrbmnn2zb2p";
setupHaskellDepends = [
base bytestring Cabal directory filepath process
];
@ -70087,8 +70089,8 @@ self: {
}:
mkDerivation {
pname = "debug-me";
version = "1.20190926";
sha256 = "0qy2ianwal4v4s0m13yjszk032dp3y6k4p61whwmlp49xmqvwjyb";
version = "1.20200820";
sha256 = "1pxcycgdd0gmiqabpbjkish31yb2n7bqgwd1fm1na6w6xmjlh58a";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@ -114483,8 +114485,8 @@ self: {
}:
mkDerivation {
pname = "hascard";
version = "0.2.1.0";
sha256 = "13f7vmdrd3ibr78pjy7144qj0qa8s07k4j341fzw8w8af83m9wvc";
version = "0.3.0.1";
sha256 = "17f08qqwdzala1ldyarp841gpjl9iayi1440r77n8bkzcq3hpl54";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -194965,10 +194967,8 @@ self: {
({ mkDerivation, base, containers, network, stm, text }:
mkDerivation {
pname = "pickle";
version = "1.0.0.0";
sha256 = "066vla7x4ls59rhx9adr4lqx9yi5d047vcy90wgqh3lmnm7nj77m";
revision = "1";
editedCabalFile = "10fbbygp1w79h8spmcdwz56vl0gw761rfvb731fhmsvm35390jd9";
version = "1.0.1.0";
sha256 = "13c1n06v6mh9lyplfg0y1gdijk2mhxg4ln59v7i2z4j1y65y8cz9";
libraryHaskellDepends = [ base containers network stm text ];
description = "Instant StatsD in Haskell";
license = stdenv.lib.licenses.mit;
@ -228185,8 +228185,8 @@ self: {
({ mkDerivation, base, containers, dhall, filepath, shake, text }:
mkDerivation {
pname = "shake-dhall";
version = "0.1.0.0";
sha256 = "1nhc6sfzsr7adv6xh8r2fyp64gzkiv563xqwmvhmk3pi3zxnlcll";
version = "0.1.1.0";
sha256 = "1nqcgcxcm6p0w99zvm5g4g7yda1k9sfwxf1jq2jk8rfbkk49sz7g";
libraryHaskellDepends = [
base containers dhall filepath shake text
];