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-05-04 18:20:40 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 12:54:54 +0200
commitd383f5181cf22a5eaca6ea84592aa5a73ad758e2 (patch)
tree57cc25dbd41fd47fb72d53c66394389ed589c69c /pkgs/development/haskell-modules/configuration-common.nix
parentb8bd19791556fec038ec17a466cc43a4a748399f (diff)
downloadnixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar.gz
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar.bz2
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar.lz
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar.xz
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.tar.zst
nixpkgs-d383f5181cf22a5eaca6ea84592aa5a73ad758e2.zip
haskell-singletons: broken with GHC 7.10.x and probably other versions too
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 86d58851fcd..dc1d8e0625a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -794,4 +794,12 @@ self: super: {
   # https://github.com/nushio3/doctest-prop/issues/1
   doctest-prop = dontCheck super.doctest-prop;
 
+  # 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;
+  hgeometry = dontDistribute super.hgeometry;
+  hipe = dontDistribute super.hipe;
+
 }