From 9953352f3e25ccf9bfb9f90f5c95e1735d226abb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 3 May 2014 11:44:50 +0200 Subject: [PATCH] haskell-github: update to version 0.8 --- pkgs/development/libraries/haskell/github/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/github/default.nix b/pkgs/development/libraries/haskell/github/default.nix index 5fd23514583c..41ee872bb315 100644 --- a/pkgs/development/libraries/haskell/github/default.nix +++ b/pkgs/development/libraries/haskell/github/default.nix @@ -5,17 +5,14 @@ cabal.mkDerivation (self: { pname = "github"; - version = "0.7.4"; - sha256 = "1yalhixisjv1n9ihik3h6ya25f0066dd422nbpfysj9093hv3a5w"; + version = "0.8"; + sha256 = "0lzz7q2gjiq4z8yi1sb981m220qnwjizk9hqv09yfj5a4grqfchf"; buildDepends = [ aeson attoparsec caseInsensitive conduit dataDefault failure hashable HTTP httpConduit httpTypes network text time unorderedContainers vector ]; jailbreak = true; - patchPhase = '' - sed -i -e '/^import Data.Conduit (ResourceT)/d' Github/Private.hs - ''; meta = { homepage = "https://github.com/fpco/github"; description = "Access to the Github API, v3";