summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-02 11:32:28 +0100
committerPeter Simons <simons@cryp.to>2013-12-02 16:26:25 +0100
commit8dc23a537b0b97e363a1e0939a661bca24465c5b (patch)
tree1a6d7979c5fd33ce2be0727d82536fd32a25a678 /pkgs
parent7e9816d9bd5af5f4f8ff7049a1ddfa431b5e4d5c (diff)
downloadnixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar.gz
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar.bz2
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar.lz
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar.xz
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.tar.zst
nixpkgs-8dc23a537b0b97e363a1e0939a661bca24465c5b.zip
haskell-github: update to version 0.7.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/github/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/github/default.nix b/pkgs/development/libraries/haskell/github/default.nix
index 6154ed6c9a7..5a45e48bdc7 100644
--- a/pkgs/development/libraries/haskell/github/default.nix
+++ b/pkgs/development/libraries/haskell/github/default.nix
@@ -1,15 +1,16 @@
 { cabal, aeson, attoparsec, caseInsensitive, conduit, dataDefault
-, failure, HTTP, httpConduit, httpTypes, network, text, time
-, unorderedContainers, vector
+, failure, hashable, HTTP, httpConduit, httpTypes, network, text
+, time, unorderedContainers, vector
 }:
 
 cabal.mkDerivation (self: {
   pname = "github";
-  version = "0.7.1";
-  sha256 = "0aipaamd7gn5f79f451v8ifjs5g8b40g9w4kvi1i62imsh0zhh90";
+  version = "0.7.2";
+  sha256 = "0w8m8ybzb63j1631v2a6xpm727zbj19dv98cml9fyzlxzlvlg5fs";
   buildDepends = [
-    aeson attoparsec caseInsensitive conduit dataDefault failure HTTP
-    httpConduit httpTypes network text time unorderedContainers vector
+    aeson attoparsec caseInsensitive conduit dataDefault failure
+    hashable HTTP httpConduit httpTypes network text time
+    unorderedContainers vector
   ];
   jailbreak = true;
   meta = {