summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-02 00:24:07 +0100
committerPeter Simons <simons@cryp.to>2014-01-06 12:09:57 +0100
commit713633f051c89234375c1f35c640047e5bc3beca (patch)
tree5ab0fc4ef9722d0bf95979dfe744fa332a1554be /pkgs/development
parent75b08cc83033540f6e22bd4eb1dcbe09896464ce (diff)
downloadnixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar.gz
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar.bz2
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar.lz
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar.xz
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.tar.zst
nixpkgs-713633f051c89234375c1f35c640047e5bc3beca.zip
haskell-hoogle: update to version 4.2.27
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/hoogle/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/libraries/haskell/hoogle/default.nix b/pkgs/development/libraries/haskell/hoogle/default.nix
index b461b5a1fd4..b30b4b6f3fa 100644
--- a/pkgs/development/libraries/haskell/hoogle/default.nix
+++ b/pkgs/development/libraries/haskell/hoogle/default.nix
@@ -1,22 +1,22 @@
 { cabal, aeson, binary, blazeBuilder, Cabal, caseInsensitive
 , cmdargs, conduit, deepseq, filepath, haskellSrcExts, httpTypes
-, parsec, random, safe, tagsoup, text, time, transformers, uniplate
-, wai, warp
+, parsec, random, safe, shake, tagsoup, text, time, transformers
+, uniplate, wai, warp
 }:
 
 cabal.mkDerivation (self: {
   pname = "hoogle";
-  version = "4.2.26";
-  sha256 = "07nc58vqdj5x3h6d7z8ilbff0pkqd3r7g789xyaalnh6wjkd7380";
+  version = "4.2.27";
+  sha256 = "0a92bcvgkk58yrsvkfrdk64qc0hhxgkyjpv39nmy8vf10ihg7wqn";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
     aeson binary blazeBuilder Cabal caseInsensitive cmdargs conduit
-    deepseq filepath haskellSrcExts httpTypes parsec random safe
+    deepseq filepath haskellSrcExts httpTypes parsec random safe shake
     tagsoup text time transformers uniplate wai warp
   ];
   testDepends = [ filepath ];
-  doCheck = false;
+  testTarget = "--test-option=--no-net";
   meta = {
     homepage = "http://www.haskell.org/hoogle/";
     description = "Haskell API Search";