summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-04 13:18:06 +0200
committerPeter Simons <simons@cryp.to>2015-06-04 17:42:06 +0200
commita982892116d0a02cbaea595b006a6341e8b7d80a (patch)
tree04ca86f610a1ed783f967b31454af2b3def49911 /pkgs/development/haskell-modules/configuration-common.nix
parentdbf55842e89c35dcef7130705bcdc7001eba4960 (diff)
downloadnixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar.gz
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar.bz2
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar.lz
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar.xz
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.tar.zst
nixpkgs-a982892116d0a02cbaea595b006a6341e8b7d80a.zip
Fix evaluation errors on Hydra.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5373a507ffb..51aab68907a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -780,11 +780,12 @@ self: super: {
   # https://github.com/goldfirere/singletons/issues/116
   # https://github.com/goldfirere/singletons/issues/117
   # https://github.com/goldfirere/singletons/issues/118
-  singletons = markBroken super.singletons;
-  singleton-nats = dontDistribute super.singleton-nats;
+  clash-lib = dontDistribute super.clash-lib;
+  clash-verilog = dontDistribute super.clash-verilog;
   hgeometry = dontDistribute super.hgeometry;
   hipe = dontDistribute super.hipe;
-  clash-lib = dontDistribute super.clash-lib;
+  singleton-nats = dontDistribute super.singleton-nats;
+  singletons = markBroken super.singletons;
 
   # https://github.com/anton-k/temporal-music-notation/issues/1
   temporal-music-notation = markBroken super.temporal-music-notation;