about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-25 19:33:11 +0200
committerPeter Simons <simons@cryp.to>2020-04-25 19:45:08 +0200
commitea37fe1f1ccfe1a71560f53e5a665f2313cd1b60 (patch)
tree2422c76d775b4a0deb43c9ed5df5bd8078f7c9f7
parentd3ae5625ffb410db8f79802de486c8e809ccf673 (diff)
downloadnixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar.gz
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar.bz2
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar.lz
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar.xz
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.tar.zst
nixlib-ea37fe1f1ccfe1a71560f53e5a665f2313cd1b60.zip
haskell-singletons: use latest versions when building with ghc-8.10.1
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 3721bb724f57..8cc498638b5f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -70,6 +70,7 @@ self: super: {
   lens = self.lens_4_19_2;
   optics-core = self.optics-core_0_3;
   repline = self.repline_0_3_0_0;
+  singletons = self.singletons_2_7;
   th-desugar = self.th-desugar_1_11;
 
   # `ghc-lib-parser-ex` (see conditionals in its `.cabal` file) does not need