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-08-04 12:53:40 +0200
committerPeter Simons <simons@cryp.to>2015-08-05 21:36:20 +0200
commit552fcd0b754a53e85715588aed5becada5d6d224 (patch)
tree1458be24e4ee31501ea58860128d9d74e6c13599 /pkgs/development/haskell-modules/configuration-common.nix
parentab77228749626b00b726d7050f3e02ef1865218e (diff)
downloadnixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar.gz
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar.bz2
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar.lz
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar.xz
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.tar.zst
nixpkgs-552fcd0b754a53e85715588aed5becada5d6d224.zip
haskell-hsqml-datamodel-vinyl is broken because of singletons.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 40141c60e3b..a7d2ca907be 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -811,6 +811,7 @@ self: super: {
   Frames = dontDistribute super.Frames;
   hgeometry = dontDistribute super.hgeometry;
   hipe = dontDistribute super.hipe;
+  hsqml-datamodel-vinyl = dontDistribute super.hsqml-datamodel-vinyl;
   singleton-nats = dontDistribute super.singleton-nats;
   singletons = markBroken super.singletons;
   units-attoparsec = dontDistribute super.units-attoparsec;