about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-10-24 21:41:11 +0200
committerPeter Simons <simons@cryp.to>2019-10-24 22:01:48 +0200
commit7dcc5c717d964118aa3b8af97f6655984ef1025e (patch)
treed78561917ecec61a87b3d5f4850ade33b6a45466 /pkgs/development/haskell-modules
parentd604960843aa536493ab10fa75a336d168124d45 (diff)
downloadnixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar.gz
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar.bz2
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar.lz
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar.xz
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.tar.zst
nixlib-7dcc5c717d964118aa3b8af97f6655984ef1025e.zip
haskell-dhall: update overrides for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fa48275d9003..aa25c57c9111 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1048,7 +1048,7 @@ self: super: {
     generateOptparseApplicativeCompletion "dhall" (
       dontCheck super.dhall
   );
-  dhall_1_26_1 = dontCheck super.dhall_1_26_1;
+  dhall_1_27_0 = dontCheck super.dhall_1_27_0;
 
 
   # Missing test files in source distribution, fixed once 1.4.0 is bumped
@@ -1202,8 +1202,8 @@ self: super: {
   temporary-resourcet = doJailbreak super.temporary-resourcet;
 
   # Requires dhall >= 1.23.0
-  ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_26_1; };
-  dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_26_1; };
+  ats-pkg = super.ats-pkg.override { dhall = self.dhall_1_27_0; };
+  dhall-to-cabal = super.dhall-to-cabal.override { dhall = self.dhall_1_27_0; };
 
   # Test suite doesn't work with current QuickCheck
   # https://github.com/pruvisto/heap/issues/11