summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7e76382a7d8b..b99e50a934de 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2121,4 +2121,7 @@ EOT
# https://github.com/ChrisPenner/jet/issues/1
jet = doJailbreak super.jet;
+ # Use latest version until next Stackage LTS snapshot
+ Agda = doDistribute self.Agda_2_6_2_1;
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super