Update stripe-haskell to a working version (1.4 had broken tests which was stopping it from installing)
This commit is contained in:
parent
723ab4b137
commit
8506dfdd80
|
@ -121097,8 +121097,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "stripe-haskell";
|
pname = "stripe-haskell";
|
||||||
version = "0.1.4.0";
|
version = "0.1.4.1";
|
||||||
sha256 = "09s699h2b641bakcgf3f2cwdqb4qb37b4y31vpcq3k8pkbmhy8sf";
|
sha256 = "a0ffc70616d4eb86a9e0e0fcb1751cc48f3b6f618d07cf2bb96090276d64d218";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base bytestring either HsOpenSSL http-streams io-streams mtl
|
aeson base bytestring either HsOpenSSL http-streams io-streams mtl
|
||||||
random text time transformers unordered-containers
|
random text time transformers unordered-containers
|
||||||
|
|
Loading…
Reference in New Issue