mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-rest-client: update to version 0.4.0.1
This commit is contained in:
parent
2f21c72199
commit
0270a7543c
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rest-client";
|
pname = "rest-client";
|
||||||
version = "0.4";
|
version = "0.4.0.1";
|
||||||
sha256 = "18mvmp4c5zznph8q5ash6224wig5kwvb6v19dkn39n4l72cdq7wm";
|
sha256 = "1bn2kgyr6q0wxlp3kman20wn7jgz5dc6m8rq5xf0mknpbh8rrnpc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aesonUtils caseInsensitive dataDefault exceptionTransformers
|
aesonUtils caseInsensitive dataDefault exceptionTransformers
|
||||||
httpConduit httpTypes hxt hxtPickleUtils monadControl mtl primitive
|
httpConduit httpTypes hxt hxtPickleUtils monadControl mtl primitive
|
||||||
|
|
Loading…
Reference in a new issue