summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-12-18 11:27:36 +0100
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commitf75e9bb4f12a227b4c849e3dcdd6d5b3b78c5d9f (patch)
treeae8d41b506c30aeacfd2e0133d159da77622dafc
parentdd5ddc82184985e31573c108d6024fc79eabfaeb (diff)
haskell-configuration-common: cosmetic
-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 48768910d0d6..6eeed93d3757 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1514,7 +1514,6 @@ self: super: {
# 2020-11-23: https://github.com/cdornan/fmt/issues/30
fmt = dontCheck super.fmt;
-
# 2020-11-27: Tests broken
# Upstream issue: https://github.com/haskell-servant/servant-swagger/issues/129
servant-swagger = dontCheck super.servant-swagger;
@@ -1529,4 +1528,5 @@ self: super: {
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;
+
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super