about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-07-24 13:30:53 +0200
committerPeter Simons <simons@cryp.to>2019-08-03 17:34:29 +0200
commitbde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac (patch)
treedd0221f81a302c425f3f7561b5a0fa9bba3d4b26 /pkgs/development/haskell-modules
parent844d26ddbd74bf3532e3f3824bc18581d4415ffe (diff)
downloadnixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar.gz
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar.bz2
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar.lz
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar.xz
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.tar.zst
nixlib-bde87d5cbeacf0faa386cdfc91ddeb4b0365f5ac.zip
stack: update rio override to the latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 226306b83554..9b7e99cf212a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1130,7 +1130,7 @@ self: super: {
     hi-file-parser = dontCheck (unmarkBroken super.hi-file-parser);  # Avoid depending on newer hspec versions.
     http-download = dontCheck (unmarkBroken super.http-download);
     pantry-tmp = dontCheck (unmarkBroken super.pantry-tmp);
-    rio = self.rio_0_1_10_0;
+    rio = self.rio_0_1_11_0;
     rio-prettyprint = unmarkBroken super.rio-prettyprint;
   }));