about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-15 11:52:33 +0200
committerPeter Simons <simons@cryp.to>2012-10-15 11:52:33 +0200
commite4f8ccf5b3398ec1a69b7f09303d5501c9cfd03a (patch)
tree106a18ab6a534c71210efabd73a420b8ab81eac2 /pkgs
parentff5969a39f8e42cde6b177aeca364a3c776e0b40 (diff)
haskell-language-c-quote: update to version 0.4.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/language-c-quote/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/language-c-quote/default.nix b/pkgs/development/libraries/haskell/language-c-quote/default.nix
index 3f83538383139..9ccd9ccb13e3c 100644
--- a/pkgs/development/libraries/haskell/language-c-quote/default.nix
+++ b/pkgs/development/libraries/haskell/language-c-quote/default.nix
@@ -4,14 +4,13 @@
 
 cabal.mkDerivation (self: {
   pname = "language-c-quote";
-  version = "0.4.1";
-  sha256 = "1graq6nfmzd2lj6fh1rwyaikfrlzn05pgd347dzrfq5ch35fgg10";
+  version = "0.4.2";
+  sha256 = "0l69kn8flx36z3cl9ckdls8w2sq8361w6abmi3gsa80l8yg3cpl4";
   buildDepends = [
     exceptionMtl exceptionTransformers filepath haskellSrcMeta
     mainlandPretty mtl srcloc syb symbol
   ];
   buildTools = [ alex happy ];
-  jailbreak = true;
   meta = {
     homepage = "http://www.eecs.harvard.edu/~mainland/";
     description = "C/CUDA/OpenCL quasiquoting library";