summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-15 19:58:37 +0100
committerPeter Simons <simons@cryp.to>2018-02-16 10:39:59 +0100
commit1f53e710ecbfb3b3eb2e395c31b9b91cb27698de (patch)
treef21a6dbd4321dc12ed0d199347cd4bc47444f6fb /pkgs
parentb787aacade0901be0906691b0d56707762d59577 (diff)
downloadnixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar.gz
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar.bz2
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar.lz
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar.xz
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.tar.zst
nixlib-1f53e710ecbfb3b3eb2e395c31b9b91cb27698de.zip
haskell-tasty: update override for latest version used by ghc-8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 488d3206c78c..27b73fcfc442 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -135,7 +135,7 @@ self: super: {
   ##     • Could not deduce (Semigroup (Traversal f))
   ##         arising from the superclasses of an instance declaration
   ##       from the context: Applicative f
-  tasty = super.tasty_1_0_0_1;
+  tasty = super.tasty_1_0_1;
 
   ## Needs bump to a versioned attribute
   ##