summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-08 12:14:02 +0200
committerPeter Simons <simons@cryp.to>2013-04-08 17:13:34 +0200
commit203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152 (patch)
treeb01dd644aacd962a2e076d13b07737dd08520757 /pkgs
parentc1233178d38e291fb6d406519cb77e7c56a5d5e6 (diff)
downloadnixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar.gz
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar.bz2
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar.lz
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar.xz
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.tar.zst
nixlib-203fd72f8fccabf1ca9aa5fe8a35c6658bdc3152.zip
haskell-repa: update to version 3.2.3.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/repa/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/repa/default.nix b/pkgs/development/libraries/haskell/repa/default.nix
index 63f3eaa982e7..f6cb286ff794 100644
--- a/pkgs/development/libraries/haskell/repa/default.nix
+++ b/pkgs/development/libraries/haskell/repa/default.nix
@@ -2,10 +2,9 @@
 
 cabal.mkDerivation (self: {
   pname = "repa";
-  version = "3.2.3.1";
-  sha256 = "0r5z781h9v6ri2m3ih7jbymvc3i2m26qaf29pxwmaks0sdlp4qmr";
+  version = "3.2.3.2";
+  sha256 = "0xwaqkir4gjlhnvd1r69ycswg4p65ig38d2np69hv195zr47pmvh";
   buildDepends = [ QuickCheck vector ];
-  jailbreak = true;
   meta = {
     homepage = "http://repa.ouroborus.net";
     description = "High performance, regular, shape polymorphic parallel arrays";