summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-03-07 23:13:29 +0100
committerPeter Simons <simons@cryp.to>2014-03-08 11:27:41 +0100
commitf521a47663b1fad2acbf1da63508cb512ce123cc (patch)
tree79b38d82044cea7cba181873a22b991a0d151b27 /pkgs
parent56e0e7492c8e40ffdf5c7a0785548cc6203db847 (diff)
downloadnixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar.gz
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar.bz2
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar.lz
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar.xz
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.tar.zst
nixlib-f521a47663b1fad2acbf1da63508cb512ce123cc.zip
haskell-cpphs: update to version 1.18.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/cpphs/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/cpphs/default.nix b/pkgs/development/tools/misc/cpphs/default.nix
index 2f86e8ad0128..8d03d8ee4cb2 100644
--- a/pkgs/development/tools/misc/cpphs/default.nix
+++ b/pkgs/development/tools/misc/cpphs/default.nix
@@ -1,11 +1,12 @@
-{ cabal }:
+{ cabal, polyparse }:
 
 cabal.mkDerivation (self: {
   pname = "cpphs";
-  version = "1.18.2";
-  sha256 = "0b8hkb2sfacmpi3rwr62myn4kfpwbfdlv9k0vnhk3wvl1v4wf29l";
+  version = "1.18.3";
+  sha256 = "0m2083ynjfxad4ykvpm6c7q1clrm7nsvbwv10abhyzqkpazyzzxy";
   isLibrary = true;
   isExecutable = true;
+  buildDepends = [ polyparse ];
   meta = {
     homepage = "http://projects.haskell.org/cpphs/";
     description = "A liberalised re-implementation of cpp, the C pre-processor";