summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-18 10:19:15 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-18 10:19:15 +0200
commitd6bd89869e0bfaaa200907d77aeecf65dd3c5f10 (patch)
treebf0d98927492e347e3e87aa2bf8046337f1881fd /pkgs/development/haskell-modules
parent1c5b42d2a5314ed7ff9468b72b9c7b7e67842a63 (diff)
downloadnixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar.gz
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar.bz2
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar.lz
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar.xz
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.tar.zst
nixpkgs-d6bd89869e0bfaaa200907d77aeecf65dd3c5f10.zip
arion: remove obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index bdaf0b43e79..74dbba6edc5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -237,8 +237,7 @@ self: super: {
   # Arion's test suite needs a Nixpkgs, which is cumbersome to do from Nixpkgs
   # itself. For instance, pkgs.path has dirty sources and puts a huge .git in the
   # store. Testing is done upstream.
-  # 2023-07-27: Allow base-4.17
-  arion-compose = dontCheck (assert super.arion-compose.version == "0.2.0.0"; doJailbreak super.arion-compose);
+  arion-compose = dontCheck super.arion-compose;
 
   # 2023-07-17: Outdated base bound https://github.com/srid/lvar/issues/5
   lvar = doJailbreak super.lvar;