summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-16 11:54:50 +0100
committerPeter Simons <simons@cryp.to>2014-01-16 15:28:49 +0100
commite46a8045e13cf7654d3d298840572937bdf605bf (patch)
treedc134ea006baf9f8491f21352c3e30f07573b5b4 /pkgs
parent5f16eeea96e65ca90bd3b41a136ed1fcbe4831ca (diff)
downloadnixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar.gz
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar.bz2
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar.lz
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar.xz
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.tar.zst
nixlib-e46a8045e13cf7654d3d298840572937bdf605bf.zip
haskell-vty: update to version 4.7.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/vty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/vty/default.nix b/pkgs/development/libraries/haskell/vty/default.nix
index 9377eb114e58..3bcadc78a978 100644
--- a/pkgs/development/libraries/haskell/vty/default.nix
+++ b/pkgs/development/libraries/haskell/vty/default.nix
@@ -15,8 +15,8 @@ cabal.mkDerivation (self: {
     Cabal deepseq mtl parallel parsec QuickCheck random terminfo
     utf8String vector
   ];
-  doCheck = false;
   jailbreak = true;
+  doCheck = false;
   meta = {
     homepage = "https://github.com/coreyoconnor/vty";
     description = "A simple terminal UI library";