hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/ece47fbda9c7e3f4074d2a4dc36ff5b335d74b78.
This commit is contained in:
Peter Simons
2020-08-21 02:30:31 +02:00
parent cb2aae465f
commit 87883f86b6
+15 -15
View File
@@ -43984,17 +43984,17 @@ self: {
}) {}; }) {};
"boolector" = callPackage "boolector" = callPackage
({ mkDerivation, base, boolector, c2hs, Cabal, containers ({ mkDerivation, base, boolector, c2hs, containers, directory, mtl
, directory, mtl, temporary, time , temporary, time
}: }:
mkDerivation { mkDerivation {
pname = "boolector"; pname = "boolector";
version = "0.0.0.12"; version = "0.0.0.13";
sha256 = "10lmc0rcza22w3mv3l0z97w2d4nymylglv3sz4ffnpkcc2cinz41"; sha256 = "0by1pw9i0f9kb81pd3ivi0rz9yxxzvmlg338p45wqf1k583c6jrg";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers directory mtl temporary time base containers directory mtl temporary time
]; ];
librarySystemDepends = [ boolector ];
libraryToolDepends = [ c2hs ]; libraryToolDepends = [ c2hs ];
testHaskellDepends = [ base ]; testHaskellDepends = [ base ];
testSystemDepends = [ boolector ]; testSystemDepends = [ boolector ];
@@ -60547,6 +60547,8 @@ self: {
pname = "configuration-tools"; pname = "configuration-tools";
version = "0.5.0"; version = "0.5.0";
sha256 = "0pgx2wzzqxgafgf3qjys05hp89lz4fwczsx0i581n8ngs3p4i0wh"; sha256 = "0pgx2wzzqxgafgf3qjys05hp89lz4fwczsx0i581n8ngs3p4i0wh";
revision = "1";
editedCabalFile = "0srscnmj5dhaq0djx0lhcggl53ipn6pw8vgsvgzhhjrbmnn2zb2p";
setupHaskellDepends = [ setupHaskellDepends = [
base bytestring Cabal directory filepath process base bytestring Cabal directory filepath process
]; ];
@@ -70087,8 +70089,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "debug-me"; pname = "debug-me";
version = "1.20190926"; version = "1.20200820";
sha256 = "0qy2ianwal4v4s0m13yjszk032dp3y6k4p61whwmlp49xmqvwjyb"; sha256 = "1pxcycgdd0gmiqabpbjkish31yb2n7bqgwd1fm1na6w6xmjlh58a";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ]; setupHaskellDepends = [ base Cabal filepath ];
@@ -114483,8 +114485,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hascard"; pname = "hascard";
version = "0.2.1.0"; version = "0.3.0.1";
sha256 = "13f7vmdrd3ibr78pjy7144qj0qa8s07k4j341fzw8w8af83m9wvc"; sha256 = "17f08qqwdzala1ldyarp841gpjl9iayi1440r77n8bkzcq3hpl54";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@@ -194965,10 +194967,8 @@ self: {
({ mkDerivation, base, containers, network, stm, text }: ({ mkDerivation, base, containers, network, stm, text }:
mkDerivation { mkDerivation {
pname = "pickle"; pname = "pickle";
version = "1.0.0.0"; version = "1.0.1.0";
sha256 = "066vla7x4ls59rhx9adr4lqx9yi5d047vcy90wgqh3lmnm7nj77m"; sha256 = "13c1n06v6mh9lyplfg0y1gdijk2mhxg4ln59v7i2z4j1y65y8cz9";
revision = "1";
editedCabalFile = "10fbbygp1w79h8spmcdwz56vl0gw761rfvb731fhmsvm35390jd9";
libraryHaskellDepends = [ base containers network stm text ]; libraryHaskellDepends = [ base containers network stm text ];
description = "Instant StatsD in Haskell"; description = "Instant StatsD in Haskell";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@@ -228185,8 +228185,8 @@ self: {
({ mkDerivation, base, containers, dhall, filepath, shake, text }: ({ mkDerivation, base, containers, dhall, filepath, shake, text }:
mkDerivation { mkDerivation {
pname = "shake-dhall"; pname = "shake-dhall";
version = "0.1.0.0"; version = "0.1.1.0";
sha256 = "1nhc6sfzsr7adv6xh8r2fyp64gzkiv563xqwmvhmk3pi3zxnlcll"; sha256 = "1nqcgcxcm6p0w99zvm5g4g7yda1k9sfwxf1jq2jk8rfbkk49sz7g";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers dhall filepath shake text base containers dhall filepath shake text
]; ];