about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2016-10-14 00:31:24 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2016-10-14 00:35:01 +0200
commit79f6e39b932e3bece1e50079e6ba3f545b8a8b08 (patch)
treeb8da4e1aec05f0954f344302799b78cc909bcb97 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent4771ccd896e8355a025900d75a9c4b104d6439e1 (diff)
downloadnixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar.gz
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar.bz2
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar.lz
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar.xz
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.tar.zst
nixlib-79f6e39b932e3bece1e50079e6ba3f545b8a8b08.zip
cereal: fix build on ghcjs
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 5c7e42a59a7a..c97296cd5bad 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -129,4 +129,5 @@ self: super:
   # triggers an internal pattern match failure in haddock
   # https://github.com/haskell/haddock/issues/553
   wai = dontHaddock super.wai;
+  cereal = addBuildDepend super.cereal [ self.fail ];
 }